Kconfig (c8d430db8eec7d4fd13a6bea27b7086a54eda6da) Kconfig (956ee0c5c969c9caf6744e166f5a80526be10c5b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

482 depends on OF_GPIO
483 select GPIO_GENERIC
484 select GPIOLIB_IRQCHIP
485 help
486 Say yes here to support the Mediatek MT7621 SoC GPIO device.
487
488config GPIO_MVEBU
489 def_bool y
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

482 depends on OF_GPIO
483 select GPIO_GENERIC
484 select GPIOLIB_IRQCHIP
485 help
486 Say yes here to support the Mediatek MT7621 SoC GPIO device.
487
488config GPIO_MVEBU
489 def_bool y
490 depends on PLAT_ORION || ARCH_MVEBU
490 depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
491 depends on OF_GPIO
492 select GENERIC_IRQ_CHIP
493 select REGMAP_MMIO
494
495config GPIO_MXC
496 tristate "i.MX GPIO support"
497 depends on ARCH_MXC || COMPILE_TEST
498 select GPIO_GENERIC

--- 1434 unchanged lines hidden ---
491 depends on OF_GPIO
492 select GENERIC_IRQ_CHIP
493 select REGMAP_MMIO
494
495config GPIO_MXC
496 tristate "i.MX GPIO support"
497 depends on ARCH_MXC || COMPILE_TEST
498 select GPIO_GENERIC

--- 1434 unchanged lines hidden ---