Kconfig (d342571efea8135dcf0a96dcb9e54759adefdb27) | Kconfig (bdf7a4ae371894b4dc10b5820006b0a82d484929) |
---|---|
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 --- 526 unchanged lines hidden (view full) --- 535config GPIO_ZEVIO 536 bool "LSI ZEVIO SoC memory mapped GPIOs" 537 depends on ARM && OF_GPIO 538 help 539 Say yes here to support the GPIO controller in LSI ZEVIO SoCs. 540 541config GPIO_ZYNQ 542 tristate "Xilinx Zynq 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 --- 526 unchanged lines hidden (view full) --- 535config GPIO_ZEVIO 536 bool "LSI ZEVIO SoC memory mapped GPIOs" 537 depends on ARM && OF_GPIO 538 help 539 Say yes here to support the GPIO controller in LSI ZEVIO SoCs. 540 541config GPIO_ZYNQ 542 tristate "Xilinx Zynq GPIO support" |
543 depends on ARCH_ZYNQ | 543 depends on ARCH_ZYNQ || ARCH_ZYNQMP |
544 select GPIOLIB_IRQCHIP 545 help 546 Say yes here to support Xilinx Zynq GPIO controller. 547 548endmenu 549 550menu "I2C GPIO expanders" 551 depends on I2C --- 475 unchanged lines hidden --- | 544 select GPIOLIB_IRQCHIP 545 help 546 Say yes here to support Xilinx Zynq GPIO controller. 547 548endmenu 549 550menu "I2C GPIO expanders" 551 depends on I2C --- 475 unchanged lines hidden --- |