Kconfig (4ba24fef3eb3b142197135223b90ced2f319cd53) Kconfig (7981c0015af26323281c937c8983dfeabc3395fe)
1#
2# Intel pin control drivers
3#
4
5config PINCTRL_BAYTRAIL
6 bool "Intel Baytrail GPIO pin control"
7 depends on GPIOLIB && ACPI
8 select GPIOLIB_IRQCHIP

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

20 select PINMUX
21 select PINCONF
22 select GENERIC_PINCONF
23 select GPIOLIB
24 select GPIOLIB_IRQCHIP
25 help
26 Cherryview/Braswell pinctrl driver provides an interface that
27 allows configuring of SoC pins and using them as GPIOs.
1#
2# Intel pin control drivers
3#
4
5config PINCTRL_BAYTRAIL
6 bool "Intel Baytrail GPIO pin control"
7 depends on GPIOLIB && ACPI
8 select GPIOLIB_IRQCHIP

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

20 select PINMUX
21 select PINCONF
22 select GENERIC_PINCONF
23 select GPIOLIB
24 select GPIOLIB_IRQCHIP
25 help
26 Cherryview/Braswell pinctrl driver provides an interface that
27 allows configuring of SoC pins and using them as GPIOs.
28
29config PINCTRL_INTEL
30 tristate
31 select PINMUX
32 select PINCONF
33 select GENERIC_PINCONF
34 select GPIOLIB
35 select GPIOLIB_IRQCHIP
36
37config PINCTRL_SUNRISEPOINT
38 tristate "Intel Sunrisepoint pinctrl and GPIO driver"
39 depends on ACPI
40 select PINCTRL_INTEL
41 help
42 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
43 provides an interface that allows configuring of PCH pins and
44 using them as GPIOs.