Kconfig (2843c7d2c03da38dfb14102254d0c767d2483349) | Kconfig (4e48b1c56019868b34efcd0e2334b7cdfac14092) |
---|---|
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 --- 169 unchanged lines hidden (view full) --- 178config GPIO_STA2X11 179 bool "STA2x11/ConneXt GPIO support" 180 depends on MFD_STA2X11 181 select GENERIC_IRQ_CHIP 182 help 183 Say yes here to support the STA2x11/ConneXt GPIO device. 184 The GPIO module has 128 GPIO pins with alternate functions. 185 | 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 --- 169 unchanged lines hidden (view full) --- 178config GPIO_STA2X11 179 bool "STA2x11/ConneXt GPIO support" 180 depends on MFD_STA2X11 181 select GENERIC_IRQ_CHIP 182 help 183 Say yes here to support the STA2x11/ConneXt GPIO device. 184 The GPIO module has 128 GPIO pins with alternate functions. 185 |
186config GPIO_VT8500 187 bool "VIA/Wondermedia SoC GPIO Support" 188 depends on ARCH_VT8500 189 help 190 Say yes here to support the VT8500/WM8505/WM8650 GPIO controller. 191 |
|
186config GPIO_XILINX 187 bool "Xilinx GPIO support" 188 depends on PPC_OF || MICROBLAZE 189 help 190 Say yes here to support the Xilinx FPGA GPIO device 191 192config GPIO_VR41XX 193 tristate "NEC VR4100 series General-purpose I/O Uint support" --- 428 unchanged lines hidden --- | 192config GPIO_XILINX 193 bool "Xilinx GPIO support" 194 depends on PPC_OF || MICROBLAZE 195 help 196 Say yes here to support the Xilinx FPGA GPIO device 197 198config GPIO_VR41XX 199 tristate "NEC VR4100 series General-purpose I/O Uint support" --- 428 unchanged lines hidden --- |