Kconfig (f57595788244a838deec2d3be375291327cbc035) | Kconfig (3eac8bbed22e940ac1645a884f221bef408f675c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 699 unchanged lines hidden (view full) --- 708 depends on OF_GPIO 709 select IRQ_DOMAIN_HIERARCHY 710 help 711 Say yes here to support UniPhier GPIOs. 712 713config GPIO_VF610 714 bool "VF610 GPIO support" 715 default y if SOC_VF610 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 699 unchanged lines hidden (view full) --- 708 depends on OF_GPIO 709 select IRQ_DOMAIN_HIERARCHY 710 help 711 Say yes here to support UniPhier GPIOs. 712 713config GPIO_VF610 714 bool "VF610 GPIO support" 715 default y if SOC_VF610 |
716 depends on ARCH_MXC | 716 depends on ARCH_MXC || COMPILE_TEST |
717 select GPIOLIB_IRQCHIP 718 help 719 Say yes here to support i.MX or Vybrid vf610 GPIOs. 720 721config GPIO_VISCONTI 722 tristate "Toshiba Visconti GPIO support" 723 depends on ARCH_VISCONTI || COMPILE_TEST 724 depends on OF_GPIO --- 1121 unchanged lines hidden --- | 717 select GPIOLIB_IRQCHIP 718 help 719 Say yes here to support i.MX or Vybrid vf610 GPIOs. 720 721config GPIO_VISCONTI 722 tristate "Toshiba Visconti GPIO support" 723 depends on ARCH_VISCONTI || COMPILE_TEST 724 depends on OF_GPIO --- 1121 unchanged lines hidden --- |