diff options
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 |