Kconfig (4bf2426103d2dd89c1b48bd5eba8cd16903ec40b) Kconfig (4a6eac2b4b129800a2ab37d7127e2244bce37653)
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

--- 581 unchanged lines hidden (view full) ---

590
591config GPIO_TB10X
592 bool
593 select GPIO_GENERIC
594 select GENERIC_IRQ_CHIP
595 select OF_GPIO
596
597config GPIO_TEGRA
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

--- 581 unchanged lines hidden (view full) ---

590
591config GPIO_TB10X
592 bool
593 select GPIO_GENERIC
594 select GENERIC_IRQ_CHIP
595 select OF_GPIO
596
597config GPIO_TEGRA
598 bool "NVIDIA Tegra GPIO support"
598 tristate "NVIDIA Tegra GPIO support"
599 default ARCH_TEGRA
600 depends on ARCH_TEGRA || COMPILE_TEST
601 depends on OF_GPIO
602 select GPIOLIB_IRQCHIP
603 select IRQ_DOMAIN_HIERARCHY
604 help
605 Say yes here to support GPIO pins on NVIDIA Tegra SoCs.
606

--- 1044 unchanged lines hidden ---
599 default ARCH_TEGRA
600 depends on ARCH_TEGRA || COMPILE_TEST
601 depends on OF_GPIO
602 select GPIOLIB_IRQCHIP
603 select IRQ_DOMAIN_HIERARCHY
604 help
605 Say yes here to support GPIO pins on NVIDIA Tegra SoCs.
606

--- 1044 unchanged lines hidden ---