Kconfig (1913c7f3fc2514e09262baf2267a82dfdb215c39) | Kconfig (2a36550567307b881ce570a81189682ae1c9d08d) |
---|---|
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 --- 106 unchanged lines hidden (view full) --- 115 116config GPIO_ASPEED 117 tristate "Aspeed GPIO support" 118 depends on (ARCH_ASPEED || COMPILE_TEST) && OF_GPIO 119 select GPIOLIB_IRQCHIP 120 help 121 Say Y here to support Aspeed AST2400 and AST2500 GPIO controllers. 122 | 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 --- 106 unchanged lines hidden (view full) --- 115 116config GPIO_ASPEED 117 tristate "Aspeed GPIO support" 118 depends on (ARCH_ASPEED || COMPILE_TEST) && OF_GPIO 119 select GPIOLIB_IRQCHIP 120 help 121 Say Y here to support Aspeed AST2400 and AST2500 GPIO controllers. 122 |
123config GPIO_ASPEED_SGPIO 124 bool "Aspeed SGPIO support" 125 depends on (ARCH_ASPEED || COMPILE_TEST) && OF_GPIO 126 select GPIO_GENERIC 127 select GPIOLIB_IRQCHIP 128 help 129 Say Y here to support Aspeed AST2500 SGPIO functionality. 130 |
|
123config GPIO_ATH79 124 tristate "Atheros AR71XX/AR724X/AR913X GPIO support" 125 default y if ATH79 126 depends on ATH79 || COMPILE_TEST 127 select GPIO_GENERIC 128 select GPIOLIB_IRQCHIP 129 help 130 Select this option to enable GPIO driver for --- 395 unchanged lines hidden (view full) --- 526 Say yes here to support GPIO pins on NVIDIA Tegra SoCs. 527 528config GPIO_TEGRA186 529 tristate "NVIDIA Tegra186 GPIO support" 530 default ARCH_TEGRA_186_SOC 531 depends on ARCH_TEGRA_186_SOC || COMPILE_TEST 532 depends on OF_GPIO 533 select GPIOLIB_IRQCHIP | 131config GPIO_ATH79 132 tristate "Atheros AR71XX/AR724X/AR913X GPIO support" 133 default y if ATH79 134 depends on ATH79 || COMPILE_TEST 135 select GPIO_GENERIC 136 select GPIOLIB_IRQCHIP 137 help 138 Select this option to enable GPIO driver for --- 395 unchanged lines hidden (view full) --- 534 Say yes here to support GPIO pins on NVIDIA Tegra SoCs. 535 536config GPIO_TEGRA186 537 tristate "NVIDIA Tegra186 GPIO support" 538 default ARCH_TEGRA_186_SOC 539 depends on ARCH_TEGRA_186_SOC || COMPILE_TEST 540 depends on OF_GPIO 541 select GPIOLIB_IRQCHIP |
542 select IRQ_DOMAIN_HIERARCHY |
|
534 help 535 Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs. 536 537config GPIO_TS4800 538 tristate "TS-4800 DIO blocks and compatibles" 539 depends on OF_GPIO 540 depends on SOC_IMX51 || COMPILE_TEST 541 select GPIO_GENERIC --- 953 unchanged lines hidden --- | 543 help 544 Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs. 545 546config GPIO_TS4800 547 tristate "TS-4800 DIO blocks and compatibles" 548 depends on OF_GPIO 549 depends on SOC_IMX51 || COMPILE_TEST 550 select GPIO_GENERIC --- 953 unchanged lines hidden --- |