Kconfig (335332770c68649ffeaf5dc2b58d9cd40041e295) Kconfig (8a0a8e8e42a4e30a1fc4c40205fa790e264d00f3)
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

--- 164 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
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

--- 164 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
181config GPIO_U300
182 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
183 depends on GPIOLIB && ARCH_U300
184 help
185 Say yes here to support GPIO interface on ST-Ericsson U300.
186 The names of the two IP block variants supported are
187 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
188 ports of 8 GPIO pins each.
189
190config GPIO_VX855
191 tristate "VIA VX855/VX875 GPIO"
181config GPIO_VX855
182 tristate "VIA VX855/VX875 GPIO"
192 depends on MFD_SUPPORT && PCI
183 depends on PCI
193 select MFD_CORE
194 select MFD_VX855
195 help
196 Support access to the VX855/VX875 GPIO lines through the gpio library.
197
198 This driver provides common support for accessing the device,
199 additional drivers must be enabled in order to use the
200 functionality of the device.

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

421 bool "Support for timberdale GPIO IP"
422 depends on MFD_TIMBERDALE && HAS_IOMEM
423 ---help---
424 Add support for the GPIO IP in the timberdale FPGA.
425
426config GPIO_RDC321X
427 tristate "RDC R-321x GPIO support"
428 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
189 This driver provides common support for accessing the device,
190 additional drivers must be enabled in order to use the
191 functionality of the device.

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

412 bool "Support for timberdale GPIO IP"
413 depends on MFD_TIMBERDALE && HAS_IOMEM
414 ---help---
415 Add support for the GPIO IP in the timberdale FPGA.
416
417config GPIO_RDC321X
418 tristate "RDC R-321x GPIO support"
419 depends on PCI
429 select MFD_SUPPORT
430 select MFD_CORE
431 select MFD_RDC321X
432 help
433 Support for the RDC R321x SoC GPIOs over southbridge
434 PCI configuration space.
435
436comment "SPI GPIO expanders:"
437

--- 62 unchanged lines hidden ---
420 select MFD_CORE
421 select MFD_RDC321X
422 help
423 Support for the RDC R321x SoC GPIOs over southbridge
424 PCI configuration space.
425
426comment "SPI GPIO expanders:"
427

--- 62 unchanged lines hidden ---