diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2011-02-28 16:04:56 -0800 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-03-08 14:42:31 -0800 |
commit | c7831df3937f54bddc20128892a75373549516d0 (patch) | |
tree | f08ba68191ec24b5d8572bb3cfe1de3ca69ad9a5 /arch/arm/mach-msm/Kconfig | |
parent | b0e7808d548ea1d857216d31d63078411203a116 (diff) |
msm: iommu: Enable HTW L2 redirection on MSM8960
Allow the MSM8960 IOMMU to access its page tables directly
through the L2 cache.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 997c5bda8c1..1516896e8d1 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig @@ -162,7 +162,7 @@ config MSM_IOMMU config IOMMU_PGTABLES_L2 def_bool y - depends on ARCH_MSM8X60 && MMU && SMP && CPU_DCACHE_DISABLE=n + depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n config MSM_DEBUG_UART int |