diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b2450ba..86cbb26 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -431,6 +431,13 @@ config GPIO_RC5T583 This driver provides the support for driving/reading the gpio pins of RC5T583 device through standard gpio library. +config GPIO_REG + tristate "Virtual GPIO for controlling a regulator" + depends on GPIOLIB + help + If your board needs to control a regulator using a + virtual GPIO, this is the driver for you. Otherwise don't bother. + config GPIO_SX150X bool "Semtech SX150x I2C GPIO expander" depends on I2C=y @@ -486,6 +493,12 @@ config GPIO_TWL6040 Say yes here to access the GPO signals of twl6040 audio chip from Texas Instruments. +config GPIO_W2SG0004 + tristate "W2SG0004 on/off control" + depends on GPIOLIB + help + Enable on/off control of W2SG0004 GPS using a virtual GPIO. + config GPIO_WM831X tristate "WM831x GPIOs" depends on MFD_WM831X |