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 56eb0c59c512..0e9c16b5bbce 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -325,4 +325,14 @@ config GPIO_UCB1400 | |||
325 | To compile this driver as a module, choose M here: the | 325 | To compile this driver as a module, choose M here: the |
326 | module will be called ucb1400_gpio. | 326 | module will be called ucb1400_gpio. |
327 | 327 | ||
328 | comment "MODULbus GPIO expanders:" | ||
329 | |||
330 | config GPIO_JANZ_TTL | ||
331 | tristate "Janz VMOD-TTL Digital IO Module" | ||
332 | depends on MFD_JANZ_CMODIO | ||
333 | help | ||
334 | This enables support for the Janz VMOD-TTL Digital IO module. | ||
335 | This driver provides support for driving the pins in output | ||
336 | mode only. Input mode is not supported. | ||
337 | |||
328 | endif | 338 | endif |