summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorAlex Van Brunt <avanbrunt@nvidia.com>2013-08-13 12:52:28 -0700
committerTom Cherry <tcherry@nvidia.com>2014-01-21 15:13:54 -0800
commit8d80353c8af15852718707134e06d95aa4a6f5b2 (patch)
treeb221d65ad835e0caaacdade1ab69fc6de66e382d /arch/arm/mach-tegra/Kconfig
parent2a106d0218b7202b43f0f0fe50f949673c2602ac (diff)
ARM: tegra: Turn off cache maint for ARM64
T132 shares teh same SoC as T124. But, the ARM64 arch does not support the all of the cache maintenence functions in the ARM arch. Change-Id: I550c05279eb0af7fa1562f6e2a65f55895680343 Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 20cd5b999c0f..89f554a11e00 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -177,9 +177,9 @@ config ARCH_TEGRA_12x_SOC
select TEGRA_LP2_CPU_TIMER if !TEGRA_RAIL_OFF_MULTIPLE_CPUS
select ARCH_SUPPORTS_MSI if PCI_TEGRA
select PCI_MSI if PCI_TEGRA
- select NVMAP_CACHE_MAINT_BY_SET_WAYS if TEGRA_NVMAP
- select NVMAP_CACHE_MAINT_BY_SET_WAYS_ON_ONE_CPU if TEGRA_NVMAP
- select NVMAP_DEFERRED_CACHE_MAINT if TEGRA_NVMAP
+ select NVMAP_CACHE_MAINT_BY_SET_WAYS if TEGRA_NVMAP && !ARM64
+ select NVMAP_CACHE_MAINT_BY_SET_WAYS_ON_ONE_CPU if TEGRA_NVMAP && !ARM64
+ select NVMAP_DEFERRED_CACHE_MAINT if TEGRA_NVMAP && !ARM64
select NVMAP_HANDLE_MARSHAL if TEGRA_NVMAP
select ARCH_TEGRA_HAS_CL_DVFS
select TEGRA_DUAL_CBUS