Kconfig (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | Kconfig (e6800d2601fafb51f5feb3c216c884c2efb4c77d) |
---|---|
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 ACPI --- 76 unchanged lines hidden (view full) --- 85config PINCTRL_GEMINILAKE 86 tristate "Intel Gemini Lake SoC pinctrl and GPIO driver" 87 depends on ACPI 88 select PINCTRL_INTEL 89 help 90 This pinctrl driver provides an interface that allows configuring 91 of Intel Gemini Lake SoC pins and using them as GPIOs. 92 | 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 ACPI --- 76 unchanged lines hidden (view full) --- 85config PINCTRL_GEMINILAKE 86 tristate "Intel Gemini Lake SoC pinctrl and GPIO driver" 87 depends on ACPI 88 select PINCTRL_INTEL 89 help 90 This pinctrl driver provides an interface that allows configuring 91 of Intel Gemini Lake SoC pins and using them as GPIOs. 92 |
93config PINCTRL_ICELAKE 94 tristate "Intel Ice Lake PCH pinctrl and GPIO driver" 95 depends on ACPI 96 select PINCTRL_INTEL 97 help 98 This pinctrl driver provides an interface that allows configuring 99 of Intel Ice Lake PCH pins and using them as GPIOs. 100 |
|
93config PINCTRL_LEWISBURG 94 tristate "Intel Lewisburg pinctrl and GPIO driver" 95 depends on ACPI 96 select PINCTRL_INTEL 97 help 98 This pinctrl driver provides an interface that allows configuring 99 of Intel Lewisburg pins and using them as GPIOs. 100 101config PINCTRL_SUNRISEPOINT 102 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 103 depends on ACPI 104 select PINCTRL_INTEL 105 help 106 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 107 provides an interface that allows configuring of PCH pins and 108 using them as GPIOs. 109 110endif | 101config PINCTRL_LEWISBURG 102 tristate "Intel Lewisburg pinctrl and GPIO driver" 103 depends on ACPI 104 select PINCTRL_INTEL 105 help 106 This pinctrl driver provides an interface that allows configuring 107 of Intel Lewisburg pins and using them as GPIOs. 108 109config PINCTRL_SUNRISEPOINT 110 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 111 depends on ACPI 112 select PINCTRL_INTEL 113 help 114 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 115 provides an interface that allows configuring of PCH pins and 116 using them as GPIOs. 117 118endif |