Kconfig (04777396d8d183f3f3edd3872eb8bf50dd458b82) Kconfig (d22fcde0b5409a946567387dfdde79a07843bb78)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

686
687config GPIO_UCB1400
688 bool "Philips UCB1400 GPIO"
689 depends on UCB1400_CORE
690 help
691 This enables support for the Philips UCB1400 GPIO pins.
692 The UCB1400 is an AC97 audio codec.
693
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

686
687config GPIO_UCB1400
688 bool "Philips UCB1400 GPIO"
689 depends on UCB1400_CORE
690 help
691 This enables support for the Philips UCB1400 GPIO pins.
692 The UCB1400 is an AC97 audio codec.
693
694comment "LPC GPIO expanders:"
695
696config GPIO_KEMPLD
697 tristate "Kontron ETX / COMexpress GPIO"
698 depends on MFD_KEMPLD
699 help
700 This enables support for the PLD GPIO interface on some Kontron ETX
701 and COMexpress (ETXexpress) modules.
702
703 This driver can also be built as a module. If so, the module will be
704 called gpio-kempld.
705
694comment "MODULbus GPIO expanders:"
695
696config GPIO_JANZ_TTL
697 tristate "Janz VMOD-TTL Digital IO Module"
698 depends on MFD_JANZ_CMODIO
699 help
700 This enables support for the Janz VMOD-TTL Digital IO module.
701 This driver provides support for driving the pins in output

--- 44 unchanged lines hidden ---
706comment "MODULbus GPIO expanders:"
707
708config GPIO_JANZ_TTL
709 tristate "Janz VMOD-TTL Digital IO Module"
710 depends on MFD_JANZ_CMODIO
711 help
712 This enables support for the Janz VMOD-TTL Digital IO module.
713 This driver provides support for driving the pins in output

--- 44 unchanged lines hidden ---