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