Kconfig (b69ac52449c658b7ac40034dc3c5f5f4a71a723d) | Kconfig (8a24284275f682e3f92b0f91d7d06f2778bc4256) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 199 unchanged lines hidden (view full) --- 208 depends on GPIOLIB && CAVIUM_OCTEON_SOC 209 default y 210 help 211 Say yes here to support the on-chip GPIO lines on the OCTEON 212 family of SOCs. 213 214config GPIO_PL061 215 bool "PrimeCell PL061 GPIO support" | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 199 unchanged lines hidden (view full) --- 208 depends on GPIOLIB && CAVIUM_OCTEON_SOC 209 default y 210 help 211 Say yes here to support the on-chip GPIO lines on the OCTEON 212 family of SOCs. 213 214config GPIO_PL061 215 bool "PrimeCell PL061 GPIO support" |
216 depends on ARM && ARM_AMBA | 216 depends on ARM_AMBA |
217 select GENERIC_IRQ_CHIP 218 help 219 Say yes here to support the PrimeCell PL061 GPIO device 220 221config GPIO_PXA 222 bool "PXA GPIO support" 223 depends on ARCH_PXA || ARCH_MMP 224 help --- 566 unchanged lines hidden --- | 217 select GENERIC_IRQ_CHIP 218 help 219 Say yes here to support the PrimeCell PL061 GPIO device 220 221config GPIO_PXA 222 bool "PXA GPIO support" 223 depends on ARCH_PXA || ARCH_MMP 224 help --- 566 unchanged lines hidden --- |