Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig ARCH_TEGRA
0003         bool "NVIDIA Tegra"
0004         depends on ARCH_MULTI_V7
0005         select ARCH_HAS_RESET_CONTROLLER
0006         select ARM_AMBA
0007         select ARM_GIC
0008         select CLKSRC_MMIO
0009         select GPIOLIB
0010         select HAVE_ARM_SCU if SMP
0011         select HAVE_ARM_TWD if SMP
0012         select PINCTRL
0013         select PM
0014         select PM_OPP
0015         select RESET_CONTROLLER
0016         select SOC_BUS
0017         select ZONE_DMA if ARM_LPAE
0018         help
0019           This enables support for NVIDIA Tegra based systems.