Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (c9ccf71fc8073b8d3a484751585088ff14c8d762) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Intel pin control drivers 3 4if (X86 || COMPILE_TEST) 5 6config PINCTRL_BAYTRAIL 7 bool "Intel Baytrail GPIO pin control" 8 depends on ACPI --- 101 unchanged lines hidden (view full) --- 110 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 111 depends on ACPI 112 select PINCTRL_INTEL 113 help 114 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 115 provides an interface that allows configuring of PCH pins and 116 using them as GPIOs. 117 | 1# SPDX-License-Identifier: GPL-2.0 2# Intel pin control drivers 3 4if (X86 || COMPILE_TEST) 5 6config PINCTRL_BAYTRAIL 7 bool "Intel Baytrail GPIO pin control" 8 depends on ACPI --- 101 unchanged lines hidden (view full) --- 110 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 111 depends on ACPI 112 select PINCTRL_INTEL 113 help 114 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 115 provides an interface that allows configuring of PCH pins and 116 using them as GPIOs. 117 |
118config PINCTRL_TIGERLAKE 119 tristate "Intel Tiger Lake pinctrl and GPIO driver" 120 depends on ACPI 121 select PINCTRL_INTEL 122 help 123 This pinctrl driver provides an interface that allows configuring 124 of Intel Tiger Lake PCH pins and using them as GPIOs. |
|
118endif | 125endif |