diff options
author | Hiroshi DOYU <hdoyu@nvidia.com> | 2012-05-10 03:42:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-10 17:43:53 -0400 |
commit | c542fb79fba4c63aa6e2a27f90373b0516614eca (patch) | |
tree | 19847b29ef6202717dfc8132a575b04214efdbd0 /drivers/memory/Kconfig | |
parent | 649e6ee33f73ba1c4f2492c6de9aff2254b540cb (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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index e0b3156d65b5..ebade1647f9e 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig | |||
@@ -20,4 +20,8 @@ config TI_EMIF | |||
20 | parameters and other settings during frequency, voltage and | 20 | parameters and other settings during frequency, voltage and |
21 | temperature changes | 21 | temperature changes |
22 | 22 | ||
23 | config TEGRA20_MC | ||
24 | bool | ||
25 | depends on ARCH_TEGRA_2x_SOC | ||
26 | |||
23 | endif | 27 | endif |