diff options
author | Hiroshi DOYU <hdoyu@nvidia.com> | 2012-05-10 11:42:30 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-11 01:43:53 +0400 |
commit | c542fb79fba4c63aa6e2a27f90373b0516614eca (patch) | |
tree | 19847b29ef6202717dfc8132a575b04214efdbd0 /drivers/memory/Kconfig | |
parent | 649e6ee33f73ba1c4f2492c6de9aff2254b540cb (diff) | |
download | linux-c542fb79fba4c63aa6e2a27f90373b0516614eca.tar.xz |
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 parameters and other settings during frequency, voltage and temperature changes +config TEGRA20_MC + bool + depends on ARCH_TEGRA_2x_SOC + endif |