diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 0e9c16b5bbce..1567605ab695 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -195,6 +195,13 @@ config GPIO_PCF857X | |||
195 | This driver provides an in-kernel interface to those GPIOs using | 195 | This driver provides an in-kernel interface to those GPIOs using |
196 | platform-neutral GPIO calls. | 196 | platform-neutral GPIO calls. |
197 | 197 | ||
198 | config GPIO_TC35892 | ||
199 | bool "TC35892 GPIOs" | ||
200 | depends on MFD_TC35892 | ||
201 | help | ||
202 | This enables support for the GPIOs found on the TC35892 | ||
203 | I/O Expander. | ||
204 | |||
198 | config GPIO_TWL4030 | 205 | config GPIO_TWL4030 |
199 | tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" | 206 | tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" |
200 | depends on TWL4030_CORE | 207 | depends on TWL4030_CORE |