Kconfig (1b912c1bca5c162e611384fe7d39c916e081701a) | Kconfig (6f7ab5246d63358033497f8cb4e0867bb7b0df1e) |
---|---|
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 --- 328 unchanged lines hidden (view full) --- 337 bool "Support for timberdale GPIO IP" 338 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 339 ---help--- 340 Add support for the GPIO IP in the timberdale FPGA. 341 342config GPIO_RDC321X 343 tristate "RDC R-321x GPIO support" 344 depends on PCI && GPIOLIB | 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 --- 328 unchanged lines hidden (view full) --- 337 bool "Support for timberdale GPIO IP" 338 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 339 ---help--- 340 Add support for the GPIO IP in the timberdale FPGA. 341 342config GPIO_RDC321X 343 tristate "RDC R-321x GPIO support" 344 depends on PCI && GPIOLIB |
345 select MFD_SUPPORT |
|
345 select MFD_CORE 346 select MFD_RDC321X 347 help 348 Support for the RDC R321x SoC GPIOs over southbridge 349 PCI configuration space. 350 351comment "SPI GPIO expanders:" 352 --- 52 unchanged lines hidden --- | 346 select MFD_CORE 347 select MFD_RDC321X 348 help 349 Support for the RDC R321x SoC GPIOs over southbridge 350 PCI configuration space. 351 352comment "SPI GPIO expanders:" 353 --- 52 unchanged lines hidden --- |