|
@@ -61,6 +61,14 @@ config ARCH_TEGRA_114_SOC
|
|
|
Support for NVIDIA Tegra T114 processor family, based on the
|
|
|
ARM CortexA15MP CPU
|
|
|
|
|
|
+config ARCH_TEGRA_124_SOC
|
|
|
+ bool "Enable support for Tegra124 family"
|
|
|
+ select ARM_L1_CACHE_SHIFT_6
|
|
|
+ select HAVE_ARM_ARCH_TIMER
|
|
|
+ help
|
|
|
+ Support for NVIDIA Tegra T124 processor family, based on the
|
|
|
+ ARM CortexA15MP CPU
|
|
|
+
|
|
|
config TEGRA_AHB
|
|
|
bool "Enable AHB driver for NVIDIA Tegra SoCs"
|
|
|
default y
|