1# SPDX-License-Identifier: GPL-2.0 2menuconfig ARCH_TEGRA 3 bool "NVIDIA Tegra" 4 depends on ARCH_MULTI_V7 5 select ARCH_HAS_RESET_CONTROLLER 6 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS 7 select ARM_AMBA 8 select ARM_GIC 9 select CLKSRC_MMIO 10 select GPIOLIB 11 select HAVE_ARM_SCU if SMP 12 select HAVE_ARM_TWD if SMP 13 select PINCTRL 14 select PM_OPP 15 select RESET_CONTROLLER 16 select SOC_BUS 17 select ZONE_DMA if ARM_LPAE 18 help 19 This enables support for NVIDIA Tegra based systems. 20