aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-02-12 18:22:49 -0800
committerColin Cross <ccross@android.com>2011-02-21 00:16:45 -0800
commitefdf72ad5c42b529286a1991f51badb030043719 (patch)
tree5ca9c1d934b989479ef4c4c5021feca3cb54f98d /arch/arm/mach-tegra/Kconfig
parent4db4afb4df93425708ca19417921bcc6a6306476 (diff)
downloadkernel_samsung_smdk4412-efdf72ad5c42b529286a1991f51badb030043719.zip
kernel_samsung_smdk4412-efdf72ad5c42b529286a1991f51badb030043719.tar.gz
kernel_samsung_smdk4412-efdf72ad5c42b529286a1991f51badb030043719.tar.bz2
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 f0fda77..cac8a79 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -65,3 +65,6 @@ config TEGRA_SYSTEM_DMA
several Tegra device drivers
endif
+
+config TEGRA_EMC_SCALING_ENABLE
+ bool "Enable scaling the memory frequency"