.. | .. |
---|
6 | 6 | config PINCTRL_BAYTRAIL |
---|
7 | 7 | bool "Intel Baytrail GPIO pin control" |
---|
8 | 8 | depends on ACPI |
---|
9 | | - select GPIOLIB |
---|
10 | | - select GPIOLIB_IRQCHIP |
---|
11 | | - select PINMUX |
---|
12 | | - select PINCONF |
---|
13 | | - select GENERIC_PINCONF |
---|
| 9 | + select PINCTRL_INTEL |
---|
14 | 10 | help |
---|
15 | 11 | driver for memory mapped GPIO functionality on Intel Baytrail |
---|
16 | 12 | platforms. Supports 3 banks with 102, 28 and 44 gpios. |
---|
.. | .. |
---|
22 | 18 | config PINCTRL_CHERRYVIEW |
---|
23 | 19 | tristate "Intel Cherryview/Braswell pinctrl and GPIO driver" |
---|
24 | 20 | depends on ACPI |
---|
| 21 | + select PINCTRL_INTEL |
---|
| 22 | + help |
---|
| 23 | + Cherryview/Braswell pinctrl driver provides an interface that |
---|
| 24 | + allows configuring of SoC pins and using them as GPIOs. |
---|
| 25 | + |
---|
| 26 | +config PINCTRL_LYNXPOINT |
---|
| 27 | + tristate "Intel Lynxpoint pinctrl and GPIO driver" |
---|
| 28 | + depends on ACPI |
---|
25 | 29 | select PINMUX |
---|
26 | 30 | select PINCONF |
---|
27 | 31 | select GENERIC_PINCONF |
---|
28 | 32 | select GPIOLIB |
---|
29 | 33 | select GPIOLIB_IRQCHIP |
---|
30 | 34 | help |
---|
31 | | - Cherryview/Braswell pinctrl driver provides an interface that |
---|
32 | | - allows configuring of SoC pins and using them as GPIOs. |
---|
| 35 | + Lynxpoint is the PCH of Intel Haswell. This pinctrl driver |
---|
| 36 | + provides an interface that allows configuring of PCH pins and |
---|
| 37 | + using them as GPIOs. |
---|
33 | 38 | |
---|
34 | 39 | config PINCTRL_MERRIFIELD |
---|
35 | 40 | tristate "Intel Merrifield pinctrl driver" |
---|
.. | .. |
---|
82 | 87 | This pinctrl driver provides an interface that allows configuring |
---|
83 | 88 | of Intel Denverton SoC pins and using them as GPIOs. |
---|
84 | 89 | |
---|
| 90 | +config PINCTRL_EMMITSBURG |
---|
| 91 | + tristate "Intel Emmitsburg pinctrl and GPIO driver" |
---|
| 92 | + depends on ACPI |
---|
| 93 | + select PINCTRL_INTEL |
---|
| 94 | + help |
---|
| 95 | + This pinctrl driver provides an interface that allows configuring |
---|
| 96 | + of Intel Emmitsburg pins and using them as GPIOs. |
---|
| 97 | + |
---|
85 | 98 | config PINCTRL_GEMINILAKE |
---|
86 | 99 | tristate "Intel Gemini Lake SoC pinctrl and GPIO driver" |
---|
87 | 100 | depends on ACPI |
---|
.. | .. |
---|
97 | 110 | help |
---|
98 | 111 | This pinctrl driver provides an interface that allows configuring |
---|
99 | 112 | of Intel Ice Lake PCH pins and using them as GPIOs. |
---|
| 113 | + |
---|
| 114 | +config PINCTRL_JASPERLAKE |
---|
| 115 | + tristate "Intel Jasper Lake PCH pinctrl and GPIO driver" |
---|
| 116 | + depends on ACPI |
---|
| 117 | + select PINCTRL_INTEL |
---|
| 118 | + help |
---|
| 119 | + This pinctrl driver provides an interface that allows configuring |
---|
| 120 | + of Intel Jasper Lake PCH pins and using them as GPIOs. |
---|
100 | 121 | |
---|
101 | 122 | config PINCTRL_LEWISBURG |
---|
102 | 123 | tristate "Intel Lewisburg pinctrl and GPIO driver" |
---|
.. | .. |
---|
115 | 136 | provides an interface that allows configuring of PCH pins and |
---|
116 | 137 | using them as GPIOs. |
---|
117 | 138 | |
---|
| 139 | +config PINCTRL_TIGERLAKE |
---|
| 140 | + tristate "Intel Tiger Lake pinctrl and GPIO driver" |
---|
| 141 | + depends on ACPI |
---|
| 142 | + select PINCTRL_INTEL |
---|
| 143 | + help |
---|
| 144 | + This pinctrl driver provides an interface that allows configuring |
---|
| 145 | + of Intel Tiger Lake PCH pins and using them as GPIOs. |
---|
118 | 146 | endif |
---|