Kconfig (27f6cbecbf60e2dd2be49a945e9966ed6b20b2de) | Kconfig (babf000e62b812a602657bef68aeef75625206f2) |
---|---|
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 --- 342 unchanged lines hidden (view full) --- 351 help 352 Say yes here to enable the adp5588 to be used as an interrupt 353 controller. It requires the driver to be built in the kernel. 354 355comment "PCI GPIO expanders:" 356 357config GPIO_CS5535 358 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 --- 342 unchanged lines hidden (view full) --- 351 help 352 Say yes here to enable the adp5588 to be used as an interrupt 353 controller. It requires the driver to be built in the kernel. 354 355comment "PCI GPIO expanders:" 356 357config GPIO_CS5535 358 tristate "AMD CS5535/CS5536 GPIO support" |
359 depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535 | 359 depends on PCI && X86 && MFD_CS5535 |
360 help 361 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 362 can be used for quite a number of things. The CS5535/6 is found on 363 AMD Geode and Lemote Yeeloong devices. 364 365 If unsure, say N. 366 367config GPIO_BT8XX --- 125 unchanged lines hidden --- | 360 help 361 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 362 can be used for quite a number of things. The CS5535/6 is found on 363 AMD Geode and Lemote Yeeloong devices. 364 365 If unsure, say N. 366 367config GPIO_BT8XX --- 125 unchanged lines hidden --- |