summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-05-10 10:42:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-10 14:46:09 -0700
commitaf4681097b23fe9c63a03d774de7c742fa3a920e (patch)
tree326ef53d1fa28d46410896f866f5e4ff9ddf792e /arch
parentc542fb79fba4c63aa6e2a27f90373b0516614eca (diff)
downloadlinux-af4681097b23fe9c63a03d774de7c742fa3a920e.tar.gz
linux-af4681097b23fe9c63a03d774de7c742fa3a920e.tar.bz2
linux-af4681097b23fe9c63a03d774de7c742fa3a920e.zip
ARM: tegra30: Add Tegra Memory Controller(MC) driver
Tegra Memory Controller(MC) driver for Tegra30 Added to support MC General interrupts, mainly for IOMMU(SMMU). Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 0e4e502ad448..6bcee41f7e3e 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -43,6 +43,8 @@ config ARCH_TEGRA_3x_SOC
select ARM_ERRATA_764369
select PL310_ERRATA_769419 if CACHE_L2X0
select CPU_FREQ_TABLE if CPU_FREQ
+ select MEMORY
+ select TEGRA30_MC
help
Support for NVIDIA Tegra T30 processor family, based on the
ARM CortexA9MP CPU and the ARM PL310 L2 cache controller