summary refs log tree commit diff
path: root/drivers/cpufreq/Kconfig
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2014-02-24 02:27:57 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2014-02-28 15:03:17 +0000
commitaddea9ef055bf5a10f9ec967b1e0443ceb44bd83 (patch)
tree17d176b35ced6badf8d0c6539b42ddb580f1faa8 /drivers/cpufreq/Kconfig
parent64b4f60f497058f1c6ba118a0260249ee5c091a6 (diff)
downloadlinux-addea9ef055bf5a10f9ec967b1e0443ceb44bd83.tar.gz
cpufreq: enable ARM drivers on arm64
Enable cpufreq and power kconfig menus on arm64 along with arm cpufreq
drivers. The power menu is needed for OPP support. At least on Calxeda
systems, the same cpufreq driver is used for arm and arm64 based
systems.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r--drivers/cpufreq/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 4b029c0944af..1fbe11f2a146 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -200,7 +200,7 @@ source "drivers/cpufreq/Kconfig.x86"
 endmenu
 
 menu "ARM CPU frequency scaling drivers"
-depends on ARM
+depends on ARM || ARM64
 source "drivers/cpufreq/Kconfig.arm"
 endmenu