Kconfig (cd0a3748f3137c282e3a037b295b47f597e73230) Kconfig (fb655f57cee30f9121cce3653117d2c40affe194)
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

--- 233 unchanged lines hidden (view full) ---

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
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

--- 233 unchanged lines hidden (view full) ---

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 select GPIOLIB_IRQCHIP
250 help
251 Say yes here to enable GPIO support for TI OMAP SoCs.
252
253config GPIO_PL061
254 bool "PrimeCell PL061 GPIO support"
255 depends on ARM_AMBA
256 select IRQ_DOMAIN
257 select GPIOLIB_IRQCHIP

--- 618 unchanged lines hidden ---
251 help
252 Say yes here to enable GPIO support for TI OMAP SoCs.
253
254config GPIO_PL061
255 bool "PrimeCell PL061 GPIO support"
256 depends on ARM_AMBA
257 select IRQ_DOMAIN
258 select GPIOLIB_IRQCHIP

--- 618 unchanged lines hidden ---