Kconfig (0337966d121ebebf73a1c346123e8112796e684e) Kconfig (19a8a7771770bd593d582e06b75e86499c1cabc8)
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

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

51config PINCTRL_BROXTON
52 tristate "Intel Broxton pinctrl and GPIO driver"
53 depends on ACPI
54 select PINCTRL_INTEL
55 help
56 Broxton pinctrl driver provides an interface that allows
57 configuring of SoC pins and using them as GPIOs.
58
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

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

51config PINCTRL_BROXTON
52 tristate "Intel Broxton pinctrl and GPIO driver"
53 depends on ACPI
54 select PINCTRL_INTEL
55 help
56 Broxton pinctrl driver provides an interface that allows
57 configuring of SoC pins and using them as GPIOs.
58
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
59config PINCTRL_GEMINILAKE
60 tristate "Intel Gemini Lake SoC 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 Gemini Lake SoC pins and using them as GPIOs.
66
67config PINCTRL_SUNRISEPOINT
68 tristate "Intel Sunrisepoint pinctrl and GPIO driver"
69 depends on ACPI
70 select PINCTRL_INTEL
71 help
72 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
73 provides an interface that allows configuring of PCH pins and
74 using them as GPIOs.
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
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.