Kconfig (19f36bfa0021617ce07a79e186673d2da2258b60) Kconfig (7b0d44f3b7cec0ae6f5e81d18df4a4077bbabb7c)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

144 Say yes here to support the PrimeCell PL061 GPIO device
145
146config GPIO_PXA
147 bool "PXA GPIO support"
148 depends on ARCH_PXA || ARCH_MMP
149 help
150 Say yes here to support the PXA GPIO device
151
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

144 Say yes here to support the PrimeCell PL061 GPIO device
145
146config GPIO_PXA
147 bool "PXA GPIO support"
148 depends on ARCH_PXA || ARCH_MMP
149 help
150 Say yes here to support the PXA GPIO device
151
152config GPIO_STA2X11
153 bool "STA2x11/ConneXt GPIO support"
154 depends on MFD_STA2X11
155 select GENERIC_IRQ_CHIP
156 help
157 Say yes here to support the STA2x11/ConneXt GPIO device.
158 The GPIO module has 128 GPIO pins with alternate functions.
159
152config GPIO_XILINX
153 bool "Xilinx GPIO support"
154 depends on PPC_OF || MICROBLAZE
155 help
156 Say yes here to support the Xilinx FPGA GPIO device
157
158config GPIO_VR41XX
159 tristate "NEC VR4100 series General-purpose I/O Uint support"

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

173 powered by the core power rail and are turned off during sleep
174 modes (S3 and higher). The remaining four GPIOs are powered by
175 the Intel SCH suspend power supply. These GPIOs remain
176 active during S3. The suspend powered GPIOs can be used to wake the
177 system from the Suspend-to-RAM state.
178 The Intel Tunnel Creek processor has 5 GPIOs powered by the
179 core power rail and 9 from suspend power supply.
180
160config GPIO_XILINX
161 bool "Xilinx GPIO support"
162 depends on PPC_OF || MICROBLAZE
163 help
164 Say yes here to support the Xilinx FPGA GPIO device
165
166config GPIO_VR41XX
167 tristate "NEC VR4100 series General-purpose I/O Uint support"

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

181 powered by the core power rail and are turned off during sleep
182 modes (S3 and higher). The remaining four GPIOs are powered by
183 the Intel SCH suspend power supply. These GPIOs remain
184 active during S3. The suspend powered GPIOs can be used to wake the
185 system from the Suspend-to-RAM state.
186 The Intel Tunnel Creek processor has 5 GPIOs powered by the
187 core power rail and 9 from suspend power supply.
188
189config GPIO_ICH
190 tristate "Intel ICH GPIO"
191 depends on PCI && X86
192 select MFD_CORE
193 select LPC_ICH
194 help
195 Say yes here to support the GPIO functionality of a number of Intel
196 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
197 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg
198 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake).
199
200 If unsure, say N.
201
181config GPIO_VX855
182 tristate "VIA VX855/VX875 GPIO"
183 depends on PCI
184 select MFD_CORE
185 select MFD_VX855
186 help
187 Support access to the VX855/VX875 GPIO lines through the gpio library.
188

--- 329 unchanged lines hidden ---
202config GPIO_VX855
203 tristate "VIA VX855/VX875 GPIO"
204 depends on PCI
205 select MFD_CORE
206 select MFD_VX855
207 help
208 Support access to the VX855/VX875 GPIO lines through the gpio library.
209

--- 329 unchanged lines hidden ---