Kconfig (d88b25be3584138e53076ea3eea3d886c870470e) | Kconfig (e4be3cb72ce40482a9fe19210ad5de8bfc061bb5) |
---|---|
1# 2# 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 --- 278 unchanged lines hidden (view full) --- 287 bool "Support for timberdale GPIO IP" 288 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 289 ---help--- 290 Add support for the GPIO IP in the timberdale FPGA. 291 292config GPIO_RDC321X 293 tristate "RDC R-321x GPIO support" 294 depends on PCI && GPIOLIB | 1# 2# 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 --- 278 unchanged lines hidden (view full) --- 287 bool "Support for timberdale GPIO IP" 288 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 289 ---help--- 290 Add support for the GPIO IP in the timberdale FPGA. 291 292config GPIO_RDC321X 293 tristate "RDC R-321x GPIO support" 294 depends on PCI && GPIOLIB |
295 select MFD_CORE |
|
295 select MFD_RDC321X 296 help 297 Support for the RDC R321x SoC GPIOs over southbridge 298 PCI configuration space. 299 300comment "SPI GPIO expanders:" 301 302config GPIO_MAX7301 --- 43 unchanged lines hidden --- | 296 select MFD_RDC321X 297 help 298 Support for the RDC R321x SoC GPIOs over southbridge 299 PCI configuration space. 300 301comment "SPI GPIO expanders:" 302 303config GPIO_MAX7301 --- 43 unchanged lines hidden --- |