Kconfig (277a163c83d7ba93fba1e8980d29a9f8bfcfba6c) Kconfig (cf42f1cfe419f20425fc0c27b9930b6b51fe77b2)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

574 XWAY SoC. The STP allows the SoC to drive a shift registers cascade,
575 that can be up to 24 bit. This peripheral is aimed at driving leds.
576 Some of the gpios/leds can be auto updated by the soc with dsl and
577 phy status.
578
579config GPIO_TC3589X
580 bool "TC3589X GPIOs"
581 depends on MFD_TC3589X
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

574 XWAY SoC. The STP allows the SoC to drive a shift registers cascade,
575 that can be up to 24 bit. This peripheral is aimed at driving leds.
576 Some of the gpios/leds can be auto updated by the soc with dsl and
577 phy status.
578
579config GPIO_TC3589X
580 bool "TC3589X GPIOs"
581 depends on MFD_TC3589X
582 select GPIOLIB_IRQCHIP
582 help
583 This enables support for the GPIOs found on the TC3589X
584 I/O Expander.
585
586config GPIO_TPS65912
587 tristate "TI TPS65912 GPIO"
588 depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
589 help

--- 278 unchanged lines hidden ---
583 help
584 This enables support for the GPIOs found on the TC3589X
585 I/O Expander.
586
587config GPIO_TPS65912
588 tristate "TI TPS65912 GPIO"
589 depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI)
590 help

--- 278 unchanged lines hidden ---