diff mbox

ARM: tegra: remove TEGRA_EMC_SCALING_ENABLE

Message ID 1396889543-11896-1-git-send-email-swarren@wwwdotorg.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Warren April 7, 2014, 4:52 p.m. UTC
From: Paul Bolle <pebolle@tiscali.nl>

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>
---
arm-soc, this is another fix patch for 3.15.

 arch/arm/mach-tegra/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Stephen Warren April 23, 2014, 4:22 p.m. UTC | #1
On 04/07/2014 10:52 AM, Stephen Warren wrote:
> From: Paul Bolle <pebolle@tiscali.nl>
> 
> Commit a7cbe92cef27 ("ARM: tegra: remove tegra EMC scaling driver")
> removed the only user of TEGRA_EMC_SCALING_ENABLE. Remove its Kconfig
> entry too.

arm-soc, I don't see this patch in linux-next yet.
diff mbox

Patch

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