Kconfig (4c52bd5c61118a47166ed5857f17698ce520b5fd) Kconfig (e7aa6d8c1ba2429deef75fb24d029e00ab71bebf)
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

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

998
999config GPIO_MC33880
1000 tristate "Freescale MC33880 high-side/low-side switch"
1001 depends on SPI_MASTER
1002 help
1003 SPI driver for Freescale MC33880 high-side/low-side switch.
1004 This provides GPIO interface supporting inputs and outputs.
1005
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

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

998
999config GPIO_MC33880
1000 tristate "Freescale MC33880 high-side/low-side switch"
1001 depends on SPI_MASTER
1002 help
1003 SPI driver for Freescale MC33880 high-side/low-side switch.
1004 This provides GPIO interface supporting inputs and outputs.
1005
1006config GPIO_ZX
1007 bool "ZTE ZX GPIO support"
1008 select GPIOLIB_IRQCHIP
1009 help
1010 Say yes here to support the GPIO device on ZTE ZX SoCs.
1011
1006endmenu
1007
1008menu "USB GPIO expanders"
1009 depends on USB
1010
1011config GPIO_VIPERBOARD
1012 tristate "Viperboard GPIO a & b support"
1013 depends on MFD_VIPERBOARD && USB
1014 help
1015 Say yes here to access the GPIO signals of Nano River
1016 Technologies Viperboard. There are two GPIO chips on the
1017 board: gpioa and gpiob.
1018 See viperboard API specification and Nano
1019 River Tech's viperboard.h for detailed meaning
1020 of the module parameters.
1021
1022endmenu
1023
1024endif
1012endmenu
1013
1014menu "USB GPIO expanders"
1015 depends on USB
1016
1017config GPIO_VIPERBOARD
1018 tristate "Viperboard GPIO a & b support"
1019 depends on MFD_VIPERBOARD && USB
1020 help
1021 Say yes here to access the GPIO signals of Nano River
1022 Technologies Viperboard. There are two GPIO chips on the
1023 board: gpioa and gpiob.
1024 See viperboard API specification and Nano
1025 River Tech's viperboard.h for detailed meaning
1026 of the module parameters.
1027
1028endmenu
1029
1030endif