diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-07-02 07:22:09 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-08-12 05:27:55 -0400 |
commit | 03f822f5e5f5924f4ad372d3e698855c6a9275e0 (patch) | |
tree | b8b89861d0f39eb181b866980c0f456341df8a84 /drivers/gpio/Kconfig | |
parent | 27e34995e1a863c1e9beba30e51dfe2a083f918d (diff) |
gpio: Add STMPE GPIO driver
Add support for the GPIOs on STMPE I/O Expanders.
[l.fu@pengutronix.de: fix set direction input]
[l.fu@pengutronix.de: set GPIO alternate function while requesting]
Acked-by: Luotao Fu <l.fu@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 f623953b5797..510aa2054544 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -206,6 +206,13 @@ config GPIO_SX150X | |||
206 | 8 bits: sx1508q | 206 | 8 bits: sx1508q |
207 | 16 bits: sx1509q | 207 | 16 bits: sx1509q |
208 | 208 | ||
209 | config GPIO_STMPE | ||
210 | bool "STMPE GPIOs" | ||
211 | depends on MFD_STMPE | ||
212 | help | ||
213 | This enables support for the GPIOs found on the STMPE I/O | ||
214 | Expanders. | ||
215 | |||
209 | config GPIO_TC35892 | 216 | config GPIO_TC35892 |
210 | bool "TC35892 GPIOs" | 217 | bool "TC35892 GPIOs" |
211 | depends on MFD_TC35892 | 218 | depends on MFD_TC35892 |