Kconfig (c489573b5b6ce6442ad4658d9d5ec77839b91622) Kconfig (866c9c55cb283e1d86e67f065dfe42a05a760b65)
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

--- 105 unchanged lines hidden (view full) ---

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
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

--- 105 unchanged lines hidden (view full) ---

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
122config PINCTRL_LAKEFIELD
123 tristate "Intel Lakefield SoC 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 Lakefield SoC pins and using them as GPIOs.
129
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 ---
130config PINCTRL_LEWISBURG
131 tristate "Intel Lewisburg pinctrl and GPIO driver"
132 depends on ACPI
133 select PINCTRL_INTEL
134 help
135 This pinctrl driver provides an interface that allows configuring
136 of Intel Lewisburg pins and using them as GPIOs.
137

--- 17 unchanged lines hidden ---