Kconfig (7bf7e370d5919112c223a269462cd0b546903829) Kconfig (0cb3fcd72cc3e6dd88f0e769746d294e5e6bafa9)
1#
2# platform-neutral GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

--- 400 unchanged lines hidden (view full) ---

409config GPIO_JANZ_TTL
410 tristate "Janz VMOD-TTL Digital IO Module"
411 depends on MFD_JANZ_CMODIO
412 help
413 This enables support for the Janz VMOD-TTL Digital IO module.
414 This driver provides support for driving the pins in output
415 mode only. Input mode is not supported.
416
1#
2# platform-neutral GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

--- 400 unchanged lines hidden (view full) ---

409config GPIO_JANZ_TTL
410 tristate "Janz VMOD-TTL Digital IO Module"
411 depends on MFD_JANZ_CMODIO
412 help
413 This enables support for the Janz VMOD-TTL Digital IO module.
414 This driver provides support for driving the pins in output
415 mode only. Input mode is not supported.
416
417config AB8500_GPIO
418 bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions"
419 depends on AB8500_CORE
420 help
421 Select this to enable the AB8500 IC GPIO driver
417endif
422endif