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 dbd42d6c93a7..7f2ee27fe76b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -127,6 +127,13 @@ config GPIO_PCF857X | |||
127 | This driver provides an in-kernel interface to those GPIOs using | 127 | This driver provides an in-kernel interface to those GPIOs using |
128 | platform-neutral GPIO calls. | 128 | platform-neutral GPIO calls. |
129 | 129 | ||
130 | config GPIO_TWL4030 | ||
131 | tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" | ||
132 | depends on TWL4030_CORE | ||
133 | help | ||
134 | Say yes here to access the GPIO signals of various multi-function | ||
135 | power management chips from Texas Instruments. | ||
136 | |||
130 | comment "PCI GPIO expanders:" | 137 | comment "PCI GPIO expanders:" |
131 | 138 | ||
132 | config GPIO_BT8XX | 139 | config GPIO_BT8XX |