Kconfig (c8e7755ec62b47482d2f1343d5db3a95f807a73f) | Kconfig (4cb5d9eca143f7fbf8cc457be19a91914f978a00) |
---|---|
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 | 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. | 6 select ARM_AMBA 7 select ARM_GIC 8 select CLKSRC_MMIO 9 select GPIOLIB 10 select HAVE_ARM_SCU if SMP 11 select HAVE_ARM_TWD if SMP 12 select PINCTRL 13 select PM_OPP 14 select RESET_CONTROLLER 15 select SOC_BUS 16 select ZONE_DMA if ARM_LPAE 17 help 18 This enables support for NVIDIA Tegra based systems. |