Kconfig (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | Kconfig (ee1a6ca43dba07465c71f6ab661702d703f5eb06) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29config PINCTRL_INTEL 30 tristate 31 select PINMUX 32 select PINCONF 33 select GENERIC_PINCONF 34 select GPIOLIB 35 select GPIOLIB_IRQCHIP 36 | 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 --- 20 unchanged lines hidden (view full) --- 29config PINCTRL_INTEL 30 tristate 31 select PINMUX 32 select PINCONF 33 select GENERIC_PINCONF 34 select GPIOLIB 35 select GPIOLIB_IRQCHIP 36 |
37config PINCTRL_BROXTON 38 tristate "Intel Broxton pinctrl and GPIO driver" 39 depends on ACPI 40 select PINCTRL_INTEL 41 help 42 Broxton pinctrl driver provides an interface that allows 43 configuring of SoC pins and using them as GPIOs. 44 |
|
37config PINCTRL_SUNRISEPOINT 38 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 39 depends on ACPI 40 select PINCTRL_INTEL 41 help 42 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 43 provides an interface that allows configuring of PCH pins and 44 using them as GPIOs. | 45config PINCTRL_SUNRISEPOINT 46 tristate "Intel Sunrisepoint pinctrl and GPIO driver" 47 depends on ACPI 48 select PINCTRL_INTEL 49 help 50 Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver 51 provides an interface that allows configuring of PCH pins and 52 using them as GPIOs. |