aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-02-12 21:22:49 -0500
committerColin Cross <ccross@android.com>2011-02-21 03:16:45 -0500
commitefdf72ad5c42b529286a1991f51badb030043719 (patch)
tree5ca9c1d934b989479ef4c4c5021feca3cb54f98d /arch/arm/mach-tegra/Kconfig
parent4db4afb4df93425708ca19417921bcc6a6306476 (diff)
ARM: tegra: Add external memory controller driver
The frequency memory bus on Tegra can be adjusted without disabling accesses to memory by updating the memory configuration registers from a per-board table, and then changing the clock frequency. The clock controller and memory controller have an interlock that prevents the new memory registers from taking effect until the clock frequency change. Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index f0fda77395e5..cac8a79e738e 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -65,3 +65,6 @@ config TEGRA_SYSTEM_DMA
65 several Tegra device drivers 65 several Tegra device drivers
66 66
67endif 67endif
68
69config TEGRA_EMC_SCALING_ENABLE
70 bool "Enable scaling the memory frequency"