diff options
| author | Paul Bolle <[email protected]> | 2014-04-07 10:52:23 -0600 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2014-04-24 15:29:12 +0200 |
| commit | cab4d50389c6b23fc3d7184d794856186bdc6651 (patch) | |
| tree | 6b70b43f478f8cfc16086c8646acd54dbd008fc9 | |
| parent | af81c08c281bbc1dfc7b1fbf85f240fb7072724e (diff) | |
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 <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
| -rw-r--r-- | arch/arm/mach-tegra/Kconfig | 3 |
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 |