Kconfig (1c05004f99af222fc1bf3eb7fab817efbb1da4d6) Kconfig (9c8224d04b2ee0c5b9cc6f536fdc23aefff63257)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

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

757 depends on HAVE_XTENSA_GPIO32
758 depends on !SMP
759 help
760 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
761 and EXPSTATE (output) ports.
762
763config GPIO_ZEVIO
764 bool "LSI ZEVIO SoC memory mapped GPIOs"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

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

757 depends on HAVE_XTENSA_GPIO32
758 depends on !SMP
759 help
760 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
761 and EXPSTATE (output) ports.
762
763config GPIO_ZEVIO
764 bool "LSI ZEVIO SoC memory mapped GPIOs"
765 depends on ARM && OF_GPIO
765 depends on ARM
766 help
767 Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
768
769config GPIO_ZYNQ
770 tristate "Xilinx Zynq GPIO support"
771 depends on ARCH_ZYNQ || ARCH_ZYNQMP
772 select GPIOLIB_IRQCHIP
773 help

--- 956 unchanged lines hidden ---
766 help
767 Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
768
769config GPIO_ZYNQ
770 tristate "Xilinx Zynq GPIO support"
771 depends on ARCH_ZYNQ || ARCH_ZYNQMP
772 select GPIOLIB_IRQCHIP
773 help

--- 956 unchanged lines hidden ---