Kconfig (944dcbe84b8ab7efdfcc592b6905a797324da51c) | Kconfig (a32c7caea292c4d1e417eae6e5a348d187546acf) |
---|---|
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 --- 690 unchanged lines hidden (view full) --- 699 select GPIOLIB_IRQCHIP 700 select IRQ_DOMAIN_HIERARCHY 701 help 702 This driver supports the GPIO block within the APM X-Gene 703 Standby Domain. Say yes here to enable the GPIO functionality. 704 705config GPIO_XILINX 706 tristate "Xilinx GPIO support" | 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 --- 690 unchanged lines hidden (view full) --- 699 select GPIOLIB_IRQCHIP 700 select IRQ_DOMAIN_HIERARCHY 701 help 702 This driver supports the GPIO block within the APM X-Gene 703 Standby Domain. Say yes here to enable the GPIO functionality. 704 705config GPIO_XILINX 706 tristate "Xilinx GPIO support" |
707 select GPIOLIB_IRQCHIP 708 depends on OF_GPIO |
|
707 help 708 Say yes here to support the Xilinx FPGA GPIO device 709 710config GPIO_XLP 711 tristate "Netlogic XLP GPIO support" 712 depends on OF_GPIO && (CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST) 713 select GPIOLIB_IRQCHIP 714 help --- 922 unchanged lines hidden --- | 709 help 710 Say yes here to support the Xilinx FPGA GPIO device 711 712config GPIO_XLP 713 tristate "Netlogic XLP GPIO support" 714 depends on OF_GPIO && (CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST) 715 select GPIOLIB_IRQCHIP 716 help --- 922 unchanged lines hidden --- |