Kconfig (f43dc23d5ea91fca257be02138a255f02d98e806) Kconfig (1b912c1bca5c162e611384fe7d39c916e081701a)
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

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

290 help
291 Say yes here to enable the adp5588 to be used as an interrupt
292 controller. It requires the driver to be built in the kernel.
293
294comment "PCI GPIO expanders:"
295
296config GPIO_CS5535
297 tristate "AMD CS5535/CS5536 GPIO support"
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

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

290 help
291 Say yes here to enable the adp5588 to be used as an interrupt
292 controller. It requires the driver to be built in the kernel.
293
294comment "PCI GPIO expanders:"
295
296config GPIO_CS5535
297 tristate "AMD CS5535/CS5536 GPIO support"
298 depends on PCI && !CS5535_GPIO
298 depends on PCI && X86 && !CS5535_GPIO
299 help
300 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
301 can be used for quite a number of things. The CS5535/6 is found on
302 AMD Geode and Lemote Yeeloong devices.
303
304 If unsure, say N.
305
306config GPIO_BT8XX

--- 98 unchanged lines hidden ---
299 help
300 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
301 can be used for quite a number of things. The CS5535/6 is found on
302 AMD Geode and Lemote Yeeloong devices.
303
304 If unsure, say N.
305
306config GPIO_BT8XX

--- 98 unchanged lines hidden ---