Kconfig (c9f289701540baeef9ac7c9977d67a7259f404db) | Kconfig (e278dcb7048b1a27b559e34b0f5f0e50f06221a2) |
---|---|
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 --- 97 unchanged lines hidden (view full) --- 106config PINCTRL_ICELAKE 107 tristate "Intel Ice Lake PCH pinctrl and GPIO driver" 108 depends on ACPI 109 select PINCTRL_INTEL 110 help 111 This pinctrl driver provides an interface that allows configuring 112 of Intel Ice Lake PCH pins and using them as GPIOs. 113 | 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 --- 97 unchanged lines hidden (view full) --- 106config PINCTRL_ICELAKE 107 tristate "Intel Ice Lake PCH pinctrl and GPIO driver" 108 depends on ACPI 109 select PINCTRL_INTEL 110 help 111 This pinctrl driver provides an interface that allows configuring 112 of Intel Ice Lake PCH pins and using them as GPIOs. 113 |
114config 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. 121 |
|
114config PINCTRL_LEWISBURG 115 tristate "Intel Lewisburg 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 Lewisburg pins and using them as GPIOs. 121 --- 17 unchanged lines hidden --- | 122config PINCTRL_LEWISBURG 123 tristate "Intel Lewisburg pinctrl and GPIO driver" 124 depends on ACPI 125 select PINCTRL_INTEL 126 help 127 This pinctrl driver provides an interface that allows configuring 128 of Intel Lewisburg pins and using them as GPIOs. 129 --- 17 unchanged lines hidden --- |