Kconfig (18eedf2b5ec7c8ce2bb23d9148cfd63949207414) | Kconfig (298d75c9b18875d2d582dcd5145a45cac8d2bae2) |
---|---|
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 --- 584 unchanged lines hidden (view full) --- 593 select GENERIC_IRQ_CHIP 594 select OF_GPIO 595 596config GPIO_TEGRA 597 bool "NVIDIA Tegra GPIO support" 598 default ARCH_TEGRA 599 depends on ARCH_TEGRA || COMPILE_TEST 600 depends on OF_GPIO | 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 --- 584 unchanged lines hidden (view full) --- 593 select GENERIC_IRQ_CHIP 594 select OF_GPIO 595 596config GPIO_TEGRA 597 bool "NVIDIA Tegra GPIO support" 598 default ARCH_TEGRA 599 depends on ARCH_TEGRA || COMPILE_TEST 600 depends on OF_GPIO |
601 select GPIOLIB_IRQCHIP 602 select IRQ_DOMAIN_HIERARCHY |
|
601 help 602 Say yes here to support GPIO pins on NVIDIA Tegra SoCs. 603 604config GPIO_TEGRA186 605 tristate "NVIDIA Tegra186 GPIO support" 606 default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC 607 depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || COMPILE_TEST 608 depends on OF_GPIO --- 1037 unchanged lines hidden --- | 603 help 604 Say yes here to support GPIO pins on NVIDIA Tegra SoCs. 605 606config GPIO_TEGRA186 607 tristate "NVIDIA Tegra186 GPIO support" 608 default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC 609 depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || COMPILE_TEST 610 depends on OF_GPIO --- 1037 unchanged lines hidden --- |