diff options
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 b16c8a72a2e2..f74633e0495a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -402,6 +402,13 @@ config GPIO_TWL4030 | |||
402 | Say yes here to access the GPIO signals of various multi-function | 402 | Say yes here to access the GPIO signals of various multi-function |
403 | power management chips from Texas Instruments. | 403 | power management chips from Texas Instruments. |
404 | 404 | ||
405 | config GPIO_TWL6040 | ||
406 | tristate "TWL6040 GPO" | ||
407 | depends on TWL6040_CORE | ||
408 | help | ||
409 | Say yes here to access the GPO signals of twl6040 | ||
410 | audio chip from Texas Instruments. | ||
411 | |||
405 | config GPIO_WM831X | 412 | config GPIO_WM831X |
406 | tristate "WM831x GPIOs" | 413 | tristate "WM831x GPIOs" |
407 | depends on MFD_WM831X | 414 | depends on MFD_WM831X |