Kconfig (f26e8817b235d8764363bffcc9cbfc61867371f2) | Kconfig (6693f9f96a0936488dd7876b8079933786e27b1b) |
---|---|
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_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 |
|
59config PINCTRL_SUNRISEPOINT 60 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 61 depends on ACPI 62 select PINCTRL_INTEL 63 help 64 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 65 provides an interface that allows configuring of PCH pins and 66 using them as GPIOs. | 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. |