Kconfig (9956d02d6e60f0c50632ba5699bc6238defb496b) Kconfig (800e69fbd2faea906cabd10ddb77e36410f2bd9c)
1#
2# 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

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

320 depends on UCB1400_CORE
321 help
322 This enables support for the Philips UCB1400 GPIO pins.
323 The UCB1400 is an AC97 audio codec.
324
325 To compile this driver as a module, choose M here: the
326 module will be called ucb1400_gpio.
327
1#
2# 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

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

320 depends on UCB1400_CORE
321 help
322 This enables support for the Philips UCB1400 GPIO pins.
323 The UCB1400 is an AC97 audio codec.
324
325 To compile this driver as a module, choose M here: the
326 module will be called ucb1400_gpio.
327
328comment "MODULbus GPIO expanders:"
329
330config 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
328endif
338endif