Kconfig (757651e3d60e5bff705743a301d64035b919fd03) | Kconfig (7d1815e1e51af36b5b52983cce8bc23cd79a92a9) |
---|---|
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 --- 689 unchanged lines hidden (view full) --- 698 help 699 Platform driver for 74x164 compatible serial-in/parallel-out 700 8-outputs shift registers. This driver can be used to provide access 701 to more gpio outputs. 702 703comment "AC97 GPIO expanders:" 704 705config GPIO_UCB1400 | 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 --- 689 unchanged lines hidden (view full) --- 698 help 699 Platform driver for 74x164 compatible serial-in/parallel-out 700 8-outputs shift registers. This driver can be used to provide access 701 to more gpio outputs. 702 703comment "AC97 GPIO expanders:" 704 705config GPIO_UCB1400 |
706 bool "Philips UCB1400 GPIO" | 706 tristate "Philips UCB1400 GPIO" |
707 depends on UCB1400_CORE 708 help 709 This enables support for the Philips UCB1400 GPIO pins. 710 The UCB1400 is an AC97 audio codec. 711 712comment "LPC GPIO expanders:" 713 714config GPIO_KEMPLD --- 67 unchanged lines hidden --- | 707 depends on UCB1400_CORE 708 help 709 This enables support for the Philips UCB1400 GPIO pins. 710 The UCB1400 is an AC97 audio codec. 711 712comment "LPC GPIO expanders:" 713 714config GPIO_KEMPLD --- 67 unchanged lines hidden --- |