Kconfig (0b7bb77fd55903ff9dc7c0474c49002aa6b9c78c) Kconfig (61ab3fe57e45f365caf73d567926040bdb475217)
1#
2# platform-neutral GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

96config GPIO_VR41XX
97 tristate "NEC VR4100 series General-purpose I/O Uint support"
98 depends on CPU_VR41XX
99 help
100 Say yes here to support the NEC VR4100 series General-purpose I/O Uint
101
102config GPIO_SCH
103 tristate "Intel SCH GPIO"
1#
2# platform-neutral GPIO infrastructure and expanders
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

96config GPIO_VR41XX
97 tristate "NEC VR4100 series General-purpose I/O Uint support"
98 depends on CPU_VR41XX
99 help
100 Say yes here to support the NEC VR4100 series General-purpose I/O Uint
101
102config GPIO_SCH
103 tristate "Intel SCH GPIO"
104 depends on GPIOLIB && PCI
104 depends on GPIOLIB && PCI && X86
105 select MFD_CORE
106 select LPC_SCH
107 help
108 Say yes here to support GPIO interface on Intel Poulsbo SCH.
109 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are
110 powered by the core power rail and are turned off during sleep
111 modes (S3 and higher). The remaining four GPIOs are powered by
112 the Intel SCH suspend power supply. These GPIOs remain

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

316 GPIO card. For more information on how to build a GPIO card
317 from a BT8xx TV card, see the documentation file at
318 Documentation/bt8xxgpio.txt
319
320 If unsure, say N.
321
322config GPIO_LANGWELL
323 bool "Intel Langwell/Penwell GPIO support"
105 select MFD_CORE
106 select LPC_SCH
107 help
108 Say yes here to support GPIO interface on Intel Poulsbo SCH.
109 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are
110 powered by the core power rail and are turned off during sleep
111 modes (S3 and higher). The remaining four GPIOs are powered by
112 the Intel SCH suspend power supply. These GPIOs remain

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

316 GPIO card. For more information on how to build a GPIO card
317 from a BT8xx TV card, see the documentation file at
318 Documentation/bt8xxgpio.txt
319
320 If unsure, say N.
321
322config GPIO_LANGWELL
323 bool "Intel Langwell/Penwell GPIO support"
324 depends on PCI
324 depends on PCI && X86
325 help
326 Say Y here to support Intel Langwell/Penwell GPIO.
327
328config GPIO_PCH
329 tristate "PCH GPIO of Intel Topcliff"
325 help
326 Say Y here to support Intel Langwell/Penwell GPIO.
327
328config GPIO_PCH
329 tristate "PCH GPIO of Intel Topcliff"
330 depends on PCI
330 depends on PCI && X86
331 help
332 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
333 which is an IOH(Input/Output Hub) for x86 embedded processor.
334 This driver can access PCH GPIO device.
335
336config GPIO_ML_IOH
337 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
338 depends on PCI

--- 76 unchanged lines hidden ---
331 help
332 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
333 which is an IOH(Input/Output Hub) for x86 embedded processor.
334 This driver can access PCH GPIO device.
335
336config GPIO_ML_IOH
337 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
338 depends on PCI

--- 76 unchanged lines hidden ---