Kconfig (1724c7c0c9494dcbdd7f630f29e1e8427cb231d1) Kconfig (e480b745386e3911c45e5b281f3471c7aff8cc3b)
1#
2# Intel pin control drivers
3#
1#
2# Intel pin control drivers
3#
4if (X86 || COMPILE_TEST)
4
5config PINCTRL_BAYTRAIL
6 bool "Intel Baytrail GPIO pin control"
7 depends on GPIOLIB && ACPI
8 select GPIOLIB_IRQCHIP
9 select PINMUX
10 select PINCONF
11 select GENERIC_PINCONF

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

59config PINCTRL_CANNONLAKE
60 tristate "Intel Cannon Lake PCH pinctrl and GPIO driver"
61 depends on ACPI
62 select PINCTRL_INTEL
63 help
64 This pinctrl driver provides an interface that allows configuring
65 of Intel Cannon Lake PCH pins and using them as GPIOs.
66
5
6config PINCTRL_BAYTRAIL
7 bool "Intel Baytrail GPIO pin control"
8 depends on GPIOLIB && ACPI
9 select GPIOLIB_IRQCHIP
10 select PINMUX
11 select PINCONF
12 select GENERIC_PINCONF

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

60config PINCTRL_CANNONLAKE
61 tristate "Intel Cannon Lake PCH pinctrl and GPIO driver"
62 depends on ACPI
63 select PINCTRL_INTEL
64 help
65 This pinctrl driver provides an interface that allows configuring
66 of Intel Cannon Lake PCH pins and using them as GPIOs.
67
68config PINCTRL_DENVERTON
69 tristate "Intel Denverton pinctrl and GPIO driver"
70 depends on ACPI
71 select PINCTRL_INTEL
72 help
73 This pinctrl driver provides an interface that allows configuring
74 of Intel Denverton SoC pins and using them as GPIOs.
75
67config PINCTRL_GEMINILAKE
68 tristate "Intel Gemini Lake SoC pinctrl and GPIO driver"
69 depends on ACPI
70 select PINCTRL_INTEL
71 help
72 This pinctrl driver provides an interface that allows configuring
73 of Intel Gemini Lake SoC pins and using them as GPIOs.
74
76config PINCTRL_GEMINILAKE
77 tristate "Intel Gemini Lake SoC pinctrl and GPIO driver"
78 depends on ACPI
79 select PINCTRL_INTEL
80 help
81 This pinctrl driver provides an interface that allows configuring
82 of Intel Gemini Lake SoC pins and using them as GPIOs.
83
84config PINCTRL_LEWISBURG
85 tristate "Intel Lewisburg pinctrl and GPIO driver"
86 depends on ACPI
87 select PINCTRL_INTEL
88 help
89 This pinctrl driver provides an interface that allows configuring
90 of Intel Lewisburg pins and using them as GPIOs.
91
75config PINCTRL_SUNRISEPOINT
76 tristate "Intel Sunrisepoint pinctrl and GPIO driver"
77 depends on ACPI
78 select PINCTRL_INTEL
79 help
80 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
81 provides an interface that allows configuring of PCH pins and
82 using them as GPIOs.
92config PINCTRL_SUNRISEPOINT
93 tristate "Intel Sunrisepoint pinctrl and GPIO driver"
94 depends on ACPI
95 select PINCTRL_INTEL
96 help
97 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
98 provides an interface that allows configuring of PCH pins and
99 using them as GPIOs.
100
101endif