Kconfig (29ddbb8101b267b3b8b4a8708bf228fc4c182df6) Kconfig (75bb10b479c33a8e15ab99d6f35a141e86df8547)
1#
2# Intel pin control drivers
3#
4if (X86 || COMPILE_TEST)
5
6config PINCTRL_BAYTRAIL
7 bool "Intel Baytrail GPIO pin control"
8 depends on GPIOLIB && ACPI

--- 51 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
1#
2# Intel pin control drivers
3#
4if (X86 || COMPILE_TEST)
5
6config PINCTRL_BAYTRAIL
7 bool "Intel Baytrail GPIO pin control"
8 depends on GPIOLIB && ACPI

--- 51 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
68config PINCTRL_GEMINILAKE
69 tristate "Intel Gemini Lake SoC 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 Gemini Lake SoC pins and using them as GPIOs.
75
76config PINCTRL_SUNRISEPOINT
77 tristate "Intel Sunrisepoint pinctrl and GPIO driver"
78 depends on ACPI
79 select PINCTRL_INTEL
80 help
81 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
82 provides an interface that allows configuring of PCH pins and
83 using them as GPIOs.
84
85endif
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_SUNRISEPOINT
85 tristate "Intel Sunrisepoint pinctrl and GPIO driver"
86 depends on ACPI
87 select PINCTRL_INTEL
88 help
89 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
90 provides an interface that allows configuring of PCH pins and
91 using them as GPIOs.
92
93endif