aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory/Kconfig
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-05-10 10:42:30 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-10 14:43:53 -0700
commitc542fb79fba4c63aa6e2a27f90373b0516614eca (patch)
tree19847b29ef6202717dfc8132a575b04214efdbd0 /drivers/memory/Kconfig
parent649e6ee33f73ba1c4f2492c6de9aff2254b540cb (diff)
ARM: tegra20: Add Tegra Memory Controller(MC) driver
Tegra Memory Controller(MC) driver for Tegra20 Added to support MC General interrupts, mainly for IOMMU(GART). 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/Kconfig')
-rw-r--r--drivers/memory/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
index e0b3156d65b..ebade1647f9 100644
--- a/drivers/memory/Kconfig
+++ b/drivers/memory/Kconfig
@@ -20,4 +20,8 @@ config TI_EMIF
parameters and other settings during frequency, voltage and
temperature changes
+config TEGRA20_MC
+ bool
+ depends on ARCH_TEGRA_2x_SOC
+
endif