Kconfig (7b96c686223a5c902d6a59c7d178f3904f0ab757) Kconfig (465f2bd459c3143a4f93c2cf2de2c6ebb8f94947)
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

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

399 from a BT8xx TV card, see the documentation file at
400 Documentation/bt8xxgpio.txt
401
402 If unsure, say N.
403
404config GPIO_LANGWELL
405 bool "Intel Langwell/Penwell GPIO support"
406 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

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

399 from a BT8xx TV card, see the documentation file at
400 Documentation/bt8xxgpio.txt
401
402 If unsure, say N.
403
404config GPIO_LANGWELL
405 bool "Intel Langwell/Penwell GPIO support"
406 depends on PCI && X86
407 select IRQ_DOMAIN
407 help
408 Say Y here to support Intel Langwell/Penwell GPIO.
409
410config GPIO_PCH
411 tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO"
412 depends on PCI && X86
413 select GENERIC_IRQ_CHIP
414 help

--- 108 unchanged lines hidden ---
408 help
409 Say Y here to support Intel Langwell/Penwell GPIO.
410
411config GPIO_PCH
412 tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO"
413 depends on PCI && X86
414 select GENERIC_IRQ_CHIP
415 help

--- 108 unchanged lines hidden ---