Kconfig (13a43fd9e90552c8258981d0a0eb82d73406c24d) Kconfig (cac089f9026e9ddb3481daf08f0fc4e5949fa1af)
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

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

311 tristate "Cavium OCTEON GPIO"
312 depends on GPIOLIB && CAVIUM_OCTEON_SOC
313 default y
314 help
315 Say yes here to support the on-chip GPIO lines on the OCTEON
316 family of SOCs.
317
318config GPIO_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

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

311 tristate "Cavium OCTEON GPIO"
312 depends on GPIOLIB && CAVIUM_OCTEON_SOC
313 default y
314 help
315 Say yes here to support the on-chip GPIO lines on the OCTEON
316 family of SOCs.
317
318config GPIO_OMAP
319 bool "TI OMAP GPIO support" if COMPILE_TEST && !ARCH_OMAP2PLUS
319 tristate "TI OMAP GPIO support" if ARCH_OMAP2PLUS || COMPILE_TEST
320 default y if ARCH_OMAP
321 depends on ARM
322 select GENERIC_IRQ_CHIP
323 select GPIOLIB_IRQCHIP
324 help
325 Say yes here to enable GPIO support for TI OMAP SoCs.
326
327config GPIO_PL061

--- 672 unchanged lines hidden ---
320 default y if ARCH_OMAP
321 depends on ARM
322 select GENERIC_IRQ_CHIP
323 select GPIOLIB_IRQCHIP
324 help
325 Say yes here to enable GPIO support for TI OMAP SoCs.
326
327config GPIO_PL061

--- 672 unchanged lines hidden ---