Kconfig (54be566317b6aece2389a95bb19ea209af9359be) Kconfig (38eb18a6f92da886fc1af509d25e8f7a49e23d9a)
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

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

383 bool "Intel Langwell/Penwell GPIO support"
384 depends on PCI && X86
385 help
386 Say Y here to support Intel Langwell/Penwell GPIO.
387
388config GPIO_PCH
389 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO"
390 depends on PCI && X86
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

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

383 bool "Intel Langwell/Penwell GPIO support"
384 depends on PCI && X86
385 help
386 Say Y here to support Intel Langwell/Penwell GPIO.
387
388config GPIO_PCH
389 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO"
390 depends on PCI && X86
391 select GENERIC_IRQ_CHIP
391 help
392 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
393 which is an IOH(Input/Output Hub) for x86 embedded processor.
394 This driver can access PCH GPIO device.
395
396 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
397 Output Hub), ML7223.
398 ML7223 IOH is for MP(Media Phone) use.

--- 93 unchanged lines hidden ---
392 help
393 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
394 which is an IOH(Input/Output Hub) for x86 embedded processor.
395 This driver can access PCH GPIO device.
396
397 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
398 Output Hub), ML7223.
399 ML7223 IOH is for MP(Media Phone) use.

--- 93 unchanged lines hidden ---