Kconfig (db66e32e0d2ae1f5070faa589aa460b75780ab47) Kconfig (aad38b75fb632200eb64282469458d21ce2cc39a)
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

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

351config GPIO_PXA
352 bool "PXA GPIO support"
353 depends on ARCH_PXA || ARCH_MMP
354 help
355 Say yes here to support the PXA GPIO device
356
357config GPIO_RCAR
358 tristate "Renesas R-Car GPIO"
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

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

351config GPIO_PXA
352 bool "PXA GPIO support"
353 depends on ARCH_PXA || ARCH_MMP
354 help
355 Say yes here to support the PXA GPIO device
356
357config GPIO_RCAR
358 tristate "Renesas R-Car GPIO"
359 depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST)
359 depends on ARCH_SHMOBILE || COMPILE_TEST
360 select GPIOLIB_IRQCHIP
361 help
362 Say yes here to support GPIO on Renesas R-Car SoCs.
363
364config GPIO_SAMSUNG
365 bool
366 depends on PLAT_SAMSUNG
367 help

--- 665 unchanged lines hidden ---
360 select GPIOLIB_IRQCHIP
361 help
362 Say yes here to support GPIO on Renesas R-Car SoCs.
363
364config GPIO_SAMSUNG
365 bool
366 depends on PLAT_SAMSUNG
367 help

--- 665 unchanged lines hidden ---