Kconfig (8b29336fe01dab3541ebb283daddf9d0168c3f05) | Kconfig (073cc4e95ad5dd2d86f5328b9ea5c9355907c6a2) |
---|---|
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 --- 289 unchanged lines hidden (view full) --- 298 help 299 Say yes here to enable the adp5588 to be used as an interrupt 300 controller. It requires the driver to be built in the kernel. 301 302comment "PCI GPIO expanders:" 303 304config GPIO_CS5535 305 tristate "AMD CS5535/CS5536 GPIO support" | 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 --- 289 unchanged lines hidden (view full) --- 298 help 299 Say yes here to enable the adp5588 to be used as an interrupt 300 controller. It requires the driver to be built in the kernel. 301 302comment "PCI GPIO expanders:" 303 304config GPIO_CS5535 305 tristate "AMD CS5535/CS5536 GPIO support" |
306 depends on PCI && X86 && !CS5535_GPIO | 306 depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535 |
307 help 308 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 309 can be used for quite a number of things. The CS5535/6 is found on 310 AMD Geode and Lemote Yeeloong devices. 311 312 If unsure, say N. 313 314config GPIO_BT8XX --- 113 unchanged lines hidden --- | 307 help 308 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 309 can be used for quite a number of things. The CS5535/6 is found on 310 AMD Geode and Lemote Yeeloong devices. 311 312 If unsure, say N. 313 314config GPIO_BT8XX --- 113 unchanged lines hidden --- |