summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle2014-04-07 18:52:23 +0200
committerArnd Bergmann2014-04-24 15:29:12 +0200
commitcab4d50389c6b23fc3d7184d794856186bdc6651 (patch)
tree6b70b43f478f8cfc16086c8646acd54dbd008fc9 /arch/arm/mach-tegra/Kconfig
parentARM: Tidy up DTB Makefile entries (diff)
downloadkernel-qcow2-linux-cab4d50389c6b23fc3d7184d794856186bdc6651.tar.gz
kernel-qcow2-linux-cab4d50389c6b23fc3d7184d794856186bdc6651.tar.xz
kernel-qcow2-linux-cab4d50389c6b23fc3d7184d794856186bdc6651.zip
ARM: tegra: remove TEGRA_EMC_SCALING_ENABLE
Commit a7cbe92cef27 ("ARM: tegra: remove tegra EMC scaling driver") removed the only user of TEGRA_EMC_SCALING_ENABLE. Remove its Kconfig entry too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 92d660f9610f..55b305d51669 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -70,7 +70,4 @@ config TEGRA_AHB
which controls AHB bus master arbitration and some
performance parameters(priority, prefech size).
-config TEGRA_EMC_SCALING_ENABLE
- bool "Enable scaling the memory frequency"
-
endmenu