diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d5d36549ecc1..55405c0211f2 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -956,6 +956,16 @@ config GPIO_RC5T583 This driver provides the support for driving/reading the gpio pins of RC5T583 device through standard gpio library. +config GPIO_SC18IS600 + tristate "SC18IS600 GPIO support" + depends on I2C_SC18IS600 + help + Say yes here to support GPIO interface of SC18IS600 and CP2120 + SPI to I2C bus translation chip. + + To compile this driver as a module, choose M here: the module + will be called gpio-sc18is600. + config GPIO_STMPE bool "STMPE GPIOs" depends on MFD_STMPE |