Kconfig (188933ac139a6f8ab06cad369bd0200af947b00d) | Kconfig (1422731dbc14063fc7083cb090108c0d95267361) |
---|---|
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 --- 655 unchanged lines hidden (view full) --- 664 XWAY SoC. The STP allows the SoC to drive a shift registers cascade, 665 that can be up to 24 bit. This peripheral is aimed at driving leds. 666 Some of the gpios/leds can be auto updated by the soc with dsl and 667 phy status. 668 669config GPIO_TC3589X 670 bool "TC3589X GPIOs" 671 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 --- 655 unchanged lines hidden (view full) --- 664 XWAY SoC. The STP allows the SoC to drive a shift registers cascade, 665 that can be up to 24 bit. This peripheral is aimed at driving leds. 666 Some of the gpios/leds can be auto updated by the soc with dsl and 667 phy status. 668 669config GPIO_TC3589X 670 bool "TC3589X GPIOs" 671 depends on MFD_TC3589X |
672 depends on OF_GPIO |
|
672 select GPIOLIB_IRQCHIP 673 help 674 This enables support for the GPIOs found on the TC3589X 675 I/O Expander. 676 677config GPIO_TPS65912 678 tristate "TI TPS65912 GPIO" 679 depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) --- 291 unchanged lines hidden --- | 673 select GPIOLIB_IRQCHIP 674 help 675 This enables support for the GPIOs found on the TC3589X 676 I/O Expander. 677 678config GPIO_TPS65912 679 tristate "TI TPS65912 GPIO" 680 depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) --- 291 unchanged lines hidden --- |