Kconfig (0815c2c0934feb0a99e24bddb8b319f94ae22c9e) | Kconfig (cd0a3748f3137c282e3a037b295b47f597e73230) |
---|---|
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 --- 229 unchanged lines hidden (view full) --- 238config GPIO_OCTEON 239 tristate "Cavium OCTEON GPIO" 240 depends on GPIOLIB && CAVIUM_OCTEON_SOC 241 default y 242 help 243 Say yes here to support the on-chip GPIO lines on the OCTEON 244 family of SOCs. 245 | 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 --- 229 unchanged lines hidden (view full) --- 238config GPIO_OCTEON 239 tristate "Cavium OCTEON GPIO" 240 depends on GPIOLIB && CAVIUM_OCTEON_SOC 241 default y 242 help 243 Say yes here to support the on-chip GPIO lines on the OCTEON 244 family of SOCs. 245 |
246config GPIO_OMAP 247 bool "TI OMAP GPIO support" 248 default y if ARCH_OMAP 249 depends on ARM && ARCH_OMAP 250 help 251 Say yes here to enable GPIO support for TI OMAP SoCs. 252 |
|
246config GPIO_PL061 247 bool "PrimeCell PL061 GPIO support" 248 depends on ARM_AMBA 249 select IRQ_DOMAIN 250 select GPIOLIB_IRQCHIP 251 help 252 Say yes here to support the PrimeCell PL061 GPIO device 253 --- 615 unchanged lines hidden --- | 253config GPIO_PL061 254 bool "PrimeCell PL061 GPIO support" 255 depends on ARM_AMBA 256 select IRQ_DOMAIN 257 select GPIOLIB_IRQCHIP 258 help 259 Say yes here to support the PrimeCell PL061 GPIO device 260 --- 615 unchanged lines hidden --- |