diff options
author | Gregory Bean <gbean@codeaurora.org> | 2010-08-10 21:02:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:09 -0400 |
commit | c34f16b70a52e348a62944fe0d5c7c1eb9ad5b72 (patch) | |
tree | d312e785ba22c6b1bf2af3338de368eefa514695 /drivers/gpio/Kconfig | |
parent | 364fadb32b67695cec610f5cd03df2514ef0f2b0 (diff) |
gpio: sx150x: add Semtech I2C sx150x gpio expander driver
Add support for Semtech SX150-series I2C GPIO expanders. Compatible
models include:
8 bits: sx1508q
16 bits: sx1509q
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Cc: David Brownell <david-b@pacbell.net>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Trilok Soni <tsoni@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 7face915b963..f623953b5797 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -195,6 +195,17 @@ 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_SX150X | ||
199 | bool "Semtech SX150x I2C GPIO expander" | ||
200 | depends on I2C=y | ||
201 | default n | ||
202 | help | ||
203 | Say yes here to provide support for Semtech SX150-series I2C | ||
204 | GPIO expanders. Compatible models include: | ||
205 | |||
206 | 8 bits: sx1508q | ||
207 | 16 bits: sx1509q | ||
208 | |||
198 | config GPIO_TC35892 | 209 | config GPIO_TC35892 |
199 | bool "TC35892 GPIOs" | 210 | bool "TC35892 GPIOs" |
200 | depends on MFD_TC35892 | 211 | depends on MFD_TC35892 |