Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (25097de7b2369625994793b788fa6ed4cad664cd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Intel pin control drivers 3menu "Intel pinctrl drivers" 4 depends on X86 || COMPILE_TEST 5 6config PINCTRL_BAYTRAIL 7 bool "Intel Baytrail GPIO pin control" 8 depends on ACPI --- 137 unchanged lines hidden (view full) --- 146config PINCTRL_LEWISBURG 147 tristate "Intel Lewisburg pinctrl and GPIO driver" 148 depends on ACPI 149 select PINCTRL_INTEL 150 help 151 This pinctrl driver provides an interface that allows configuring 152 of Intel Lewisburg pins and using them as GPIOs. 153 | 1# SPDX-License-Identifier: GPL-2.0 2# Intel pin control drivers 3menu "Intel pinctrl drivers" 4 depends on X86 || COMPILE_TEST 5 6config PINCTRL_BAYTRAIL 7 bool "Intel Baytrail GPIO pin control" 8 depends on ACPI --- 137 unchanged lines hidden (view full) --- 146config PINCTRL_LEWISBURG 147 tristate "Intel Lewisburg pinctrl and GPIO driver" 148 depends on ACPI 149 select PINCTRL_INTEL 150 help 151 This pinctrl driver provides an interface that allows configuring 152 of Intel Lewisburg pins and using them as GPIOs. 153 |
154config PINCTRL_METEORLAKE 155 tristate "Intel Meteor Lake pinctrl and GPIO driver" 156 depends on ACPI 157 select PINCTRL_INTEL 158 help 159 This pinctrl driver provides an interface that allows configuring 160 of Intel Meteor Lake pins and using them as GPIOs. 161 |
|
154config PINCTRL_SUNRISEPOINT 155 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 156 depends on ACPI 157 select PINCTRL_INTEL 158 help 159 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 160 provides an interface that allows configuring of PCH pins and 161 using them as GPIOs. 162 163config PINCTRL_TIGERLAKE 164 tristate "Intel Tiger Lake pinctrl and GPIO driver" 165 depends on ACPI 166 select PINCTRL_INTEL 167 help 168 This pinctrl driver provides an interface that allows configuring 169 of Intel Tiger Lake PCH pins and using them as GPIOs. 170 171endmenu | 162config PINCTRL_SUNRISEPOINT 163 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 164 depends on ACPI 165 select PINCTRL_INTEL 166 help 167 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 168 provides an interface that allows configuring of PCH pins and 169 using them as GPIOs. 170 171config PINCTRL_TIGERLAKE 172 tristate "Intel Tiger Lake pinctrl and GPIO driver" 173 depends on ACPI 174 select PINCTRL_INTEL 175 help 176 This pinctrl driver provides an interface that allows configuring 177 of Intel Tiger Lake PCH pins and using them as GPIOs. 178 179endmenu |