Skip to content

Commit fc32c57

Browse files
raagjadavandy-shev
authored andcommitted
pinctrl: intel: Add code name documentation
Intel pinctrl drivers support large set of platforms and the IPs are often reused by their different variants, but it's currently not possible to figure out the exact driver that supports specific variant. Add user friendly documentation for them. Cc: stable@vger.kernel.org Reported-by: Guido Trentalancia <guido@trentalancia.com> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=220056 Signed-off-by: Raag Jadav <raag.jadav@intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Acked-by: Guido Trentalancia <guido@trentalancia.com> [andy: added Oxford comma] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent 069bb6f commit fc32c57

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

drivers/pinctrl/intel/Kconfig

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ config PINCTRL_ALDERLAKE
5353
select PINCTRL_INTEL
5454
help
5555
This pinctrl driver provides an interface that allows configuring
56-
of Intel Alder Lake PCH pins and using them as GPIOs.
56+
PCH pins of the following platforms and using them as GPIOs:
57+
- Alder Lake HX, N, and S
58+
- Raptor Lake HX, E, and S
59+
- Twin Lake
5760

5861
config PINCTRL_BROXTON
5962
tristate "Intel Broxton pinctrl and GPIO driver"
@@ -137,15 +140,17 @@ config PINCTRL_METEORLAKE
137140
select PINCTRL_INTEL
138141
help
139142
This pinctrl driver provides an interface that allows configuring
140-
of Intel Meteor Lake pins and using them as GPIOs.
143+
SoC pins of the following platforms and using them as GPIOs:
144+
- Arrow Lake (all variants)
145+
- Meteor Lake (all variants)
141146

142147
config PINCTRL_METEORPOINT
143148
tristate "Intel Meteor Point pinctrl and GPIO driver"
144149
select PINCTRL_INTEL
145150
help
146-
Meteor Point is the PCH of Intel Meteor Lake. This pinctrl driver
147-
provides an interface that allows configuring of PCH pins and
148-
using them as GPIOs.
151+
This pinctrl driver provides an interface that allows configuring
152+
PCH pins of the following platforms and using them as GPIOs:
153+
- Arrow Lake HX and S
149154

150155
config PINCTRL_SUNRISEPOINT
151156
tristate "Intel Sunrisepoint pinctrl and GPIO driver"
@@ -160,7 +165,11 @@ config PINCTRL_TIGERLAKE
160165
select PINCTRL_INTEL
161166
help
162167
This pinctrl driver provides an interface that allows configuring
163-
of Intel Tiger Lake PCH pins and using them as GPIOs.
168+
PCH pins of the following platforms and using them as GPIOs:
169+
- Alder Lake H, P, PS, and U
170+
- Raptor Lake H, P, PS, PX, and U
171+
- Rocket Lake S
172+
- Tiger Lake (all variants)
164173

165174
source "drivers/pinctrl/intel/Kconfig.tng"
166175
endmenu

0 commit comments

Comments
 (0)