Kconfig (d20f7a09e5eeeeef5db679adc9a490fecb6a4c87) | Kconfig (ea708ac5bf419d9735354f9deada384c1059700f) |
---|---|
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 --- 716 unchanged lines hidden (view full) --- 725config GPIO_XILINX 726 tristate "Xilinx GPIO support" 727 select GPIOLIB_IRQCHIP 728 depends on OF_GPIO 729 help 730 Say yes here to support the Xilinx FPGA GPIO device. 731 732config GPIO_XLP | 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 --- 716 unchanged lines hidden (view full) --- 725config GPIO_XILINX 726 tristate "Xilinx GPIO support" 727 select GPIOLIB_IRQCHIP 728 depends on OF_GPIO 729 help 730 Say yes here to support the Xilinx FPGA GPIO device. 731 732config GPIO_XLP |
733 tristate "Netlogic XLP GPIO support" 734 depends on OF_GPIO && (CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST) | 733 tristate "Cavium ThunderX2 GPIO support" 734 depends on ARCH_THUNDER2 || COMPILE_TEST |
735 select GPIOLIB_IRQCHIP 736 help | 735 select GPIOLIB_IRQCHIP 736 help |
737 This driver provides support for GPIO interface on Netlogic XLP MIPS64 738 SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, 739 XLP9XX and XLP5XX. The same GPIO controller block is also present in 740 Cavium's ThunderX2 CN99XX SoCs. | 737 This driver provides support for GPIO interface on Cavium's ThunderX2 738 CN99XX SoCs (Originally from Netlogic XLP). |
741 742 If unsure, say N. 743 744config GPIO_XTENSA 745 bool "Xtensa GPIO32 support" 746 depends on XTENSA 747 depends on HAVE_XTENSA_GPIO32 748 depends on !SMP --- 950 unchanged lines hidden --- | 739 740 If unsure, say N. 741 742config GPIO_XTENSA 743 bool "Xtensa GPIO32 support" 744 depends on XTENSA 745 depends on HAVE_XTENSA_GPIO32 746 depends on !SMP --- 950 unchanged lines hidden --- |