aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/Makefile
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 /drivers/memory/Makefile
parentARM: tegra20: Add Tegra Memory Controller(MC) driver (diff)
downloadlinux-dev-af4681097b23fe9c63a03d774de7c742fa3a920e.tar.xz
linux-dev-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 'drivers/memory/Makefile')
-rw-r--r--drivers/memory/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index 1f585184d88b..42b3ce9d80fc 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -4,3 +4,4 @@
obj-$(CONFIG_TI_EMIF) += emif.o
obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
+obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o