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

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

539config GPIO_PL061
540 tristate "PrimeCell PL061 GPIO support"
541 depends on ARM_AMBA
542 select IRQ_DOMAIN
543 select GPIOLIB_IRQCHIP
544 help
545 Say yes here to support the PrimeCell PL061 GPIO device.
546
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

539config GPIO_PL061
540 tristate "PrimeCell PL061 GPIO support"
541 depends on ARM_AMBA
542 select IRQ_DOMAIN
543 select GPIOLIB_IRQCHIP
544 help
545 Say yes here to support the PrimeCell PL061 GPIO device.
546
547config GPIO_POLARFIRE_SOC
548 bool "Microchip FPGA GPIO support"
549 select REGMAP_MMIO
550 help
551 Say yes here to support the GPIO controllers on Microchip FPGAs.
552
547config GPIO_PXA
548 bool "PXA GPIO support"
549 depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
550 help
551 Say yes here to support the PXA GPIO device.
552
553config GPIO_RCAR
554 tristate "Renesas R-Car and RZ/G GPIO support"

--- 1389 unchanged lines hidden ---
553config GPIO_PXA
554 bool "PXA GPIO support"
555 depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
556 help
557 Say yes here to support the PXA GPIO device.
558
559config GPIO_RCAR
560 tristate "Renesas R-Car and RZ/G GPIO support"

--- 1389 unchanged lines hidden ---