Kconfig (72aba2e25e0fad0c5bd24a1dd10725c99fcef3c6) | Kconfig (752fda89f5f19531351304529e6386634ea1bf27) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 510 unchanged lines hidden (view full) --- 519 tristate "Xilinx Zynq GPIO support" 520 depends on ARCH_ZYNQ || ARCH_ZYNQMP 521 select GPIOLIB_IRQCHIP 522 help 523 Say yes here to support Xilinx Zynq GPIO controller. 524 525config GPIO_ZX 526 bool "ZTE ZX GPIO support" | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 510 unchanged lines hidden (view full) --- 519 tristate "Xilinx Zynq GPIO support" 520 depends on ARCH_ZYNQ || ARCH_ZYNQMP 521 select GPIOLIB_IRQCHIP 522 help 523 Say yes here to support Xilinx Zynq GPIO controller. 524 525config GPIO_ZX 526 bool "ZTE ZX GPIO support" |
527 depends on ARCH_ZX || COMPILE_TEST |
|
527 select GPIOLIB_IRQCHIP 528 help 529 Say yes here to support the GPIO device on ZTE ZX SoCs. 530 531config GPIO_LOONGSON1 532 tristate "Loongson1 GPIO support" 533 depends on MACH_LOONGSON32 534 select GPIO_GENERIC --- 693 unchanged lines hidden --- | 528 select GPIOLIB_IRQCHIP 529 help 530 Say yes here to support the GPIO device on ZTE ZX SoCs. 531 532config GPIO_LOONGSON1 533 tristate "Loongson1 GPIO support" 534 depends on MACH_LOONGSON32 535 select GPIO_GENERIC --- 693 unchanged lines hidden --- |