Kconfig (8990c1bc4be46473ad19bf2fa612ca57286f3df4) | Kconfig (f4e8afdc7ab1b5a0962be02a9dd15d29a81f4c53) |
---|---|
1# 2# platform-neutral GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 216 unchanged lines hidden (view full) --- 225 226config GPIO_STMPE 227 bool "STMPE GPIOs" 228 depends on MFD_STMPE 229 help 230 This enables support for the GPIOs found on the STMPE I/O 231 Expanders. 232 | 1# 2# platform-neutral GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 216 unchanged lines hidden (view full) --- 225 226config GPIO_STMPE 227 bool "STMPE GPIOs" 228 depends on MFD_STMPE 229 help 230 This enables support for the GPIOs found on the STMPE I/O 231 Expanders. 232 |
233config GPIO_TC35892 234 bool "TC35892 GPIOs" 235 depends on MFD_TC35892 | 233config GPIO_TC3589X 234 bool "TC3589X GPIOs" 235 depends on MFD_TC3589X |
236 help | 236 help |
237 This enables support for the GPIOs found on the TC35892 | 237 This enables support for the GPIOs found on the TC3589X |
238 I/O Expander. 239 240config GPIO_TWL4030 241 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 242 depends on TWL4030_CORE 243 help 244 Say yes here to access the GPIO signals of various multi-function 245 power management chips from Texas Instruments. --- 159 unchanged lines hidden --- | 238 I/O Expander. 239 240config GPIO_TWL4030 241 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" 242 depends on TWL4030_CORE 243 help 244 Say yes here to access the GPIO signals of various multi-function 245 power management chips from Texas Instruments. --- 159 unchanged lines hidden --- |