Kconfig (4e48b1c56019868b34efcd0e2334b7cdfac14092) Kconfig (fefe7b0923459ee00dcbeb0b3510f746af791b09)
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

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

145config GPIO_MSM_V2
146 tristate "Qualcomm MSM GPIO v2"
147 depends on GPIOLIB && ARCH_MSM
148 help
149 Say yes here to support the GPIO interface on ARM v7 based
150 Qualcomm MSM chips. Most of the pins on the MSM can be
151 selected for GPIO, and are controlled by this driver.
152
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

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

145config GPIO_MSM_V2
146 tristate "Qualcomm MSM GPIO v2"
147 depends on GPIOLIB && ARCH_MSM
148 help
149 Say yes here to support the GPIO interface on ARM v7 based
150 Qualcomm MSM chips. Most of the pins on the MSM can be
151 selected for GPIO, and are controlled by this driver.
152
153config GPIO_MVEBU
154 def_bool y
155 depends on ARCH_MVEBU
156 select GPIO_GENERIC
157 select GENERIC_IRQ_CHIP
158
153config GPIO_MXC
154 def_bool y
155 depends on ARCH_MXC
156 select GPIO_GENERIC
157 select GENERIC_IRQ_CHIP
158
159config GPIO_MXS
160 def_bool y

--- 17 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
159config GPIO_MXC
160 def_bool y
161 depends on ARCH_MXC
162 select GPIO_GENERIC
163 select GENERIC_IRQ_CHIP
164
165config GPIO_MXS
166 def_bool y

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

184config GPIO_STA2X11
185 bool "STA2x11/ConneXt GPIO support"
186 depends on MFD_STA2X11
187 select GENERIC_IRQ_CHIP
188 help
189 Say yes here to support the STA2x11/ConneXt GPIO device.
190 The GPIO module has 128 GPIO pins with alternate functions.
191
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
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 ---
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 ---