Skip to content
/ linux Public

Commit c2ce8d9

Browse files
raagjadavSasha Levin
authored andcommitted
pinctrl: intel: Add code name documentation
[ Upstream commit fc32c57 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 733cbc3 commit c2ce8d9

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

drivers/pinctrl/intel/Kconfig

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

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

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

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

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

0 commit comments

Comments
 (0)