Kconfig (9e9fd65d1fa51d919d54d731be0e66492b5b6c5a) Kconfig (f942a7de047d8c599cc1a9a26293c8c7400450ea)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

461
462 The card needs to be physically altered for using it as a
463 GPIO card. For more information on how to build a GPIO card
464 from a BT8xx TV card, see the documentation file at
465 Documentation/bt8xxgpio.txt
466
467 If unsure, say N.
468
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

461
462 The card needs to be physically altered for using it as a
463 GPIO card. For more information on how to build a GPIO card
464 from a BT8xx TV card, see the documentation file at
465 Documentation/bt8xxgpio.txt
466
467 If unsure, say N.
468
469config GPIO_AMD8111
470 tristate "AMD 8111 GPIO driver"
471 depends on PCI
472 help
473 The AMD 8111 south bridge contains 32 GPIO pins which can be used.
474
475 Note, that usually system firmware/ACPI handles GPIO pins on their
476 own and users might easily break their systems with uncarefull usage
477 of this driver!
478
479 If unsure, say N
480
469config GPIO_LANGWELL
470 bool "Intel Langwell/Penwell GPIO support"
471 depends on PCI && X86
472 select IRQ_DOMAIN
473 help
474 Say Y here to support Intel Langwell/Penwell GPIO.
475
476config GPIO_PCH

--- 120 unchanged lines hidden ---
481config GPIO_LANGWELL
482 bool "Intel Langwell/Penwell GPIO support"
483 depends on PCI && X86
484 select IRQ_DOMAIN
485 help
486 Say Y here to support Intel Langwell/Penwell GPIO.
487
488config GPIO_PCH

--- 120 unchanged lines hidden ---