summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2014-02-24 02:27:57 +0000
committerChanho Park <chanho61.park@samsung.com>2014-04-16 21:36:48 +0900
commit4ee9065f27b4ebfbf95a94626ead53b47dc179f4 (patch)
tree20ebd25cdee9068cf889d5461f282a12fba5e1ee /arch
parentf0a307c952da6e83c0fb9314b1d70e1a3b840b57 (diff)
downloadlinux-3.10-4ee9065f27b4ebfbf95a94626ead53b47dc179f4.tar.gz
linux-3.10-4ee9065f27b4ebfbf95a94626ead53b47dc179f4.tar.bz2
linux-3.10-4ee9065f27b4ebfbf95a94626ead53b47dc179f4.zip
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 'arch')
-rw-r--r--arch/arm64/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 537ae00c482..d45e0571bc3 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -305,6 +305,14 @@ source "drivers/cpuidle/Kconfig"
endmenu
+menu "Power management options"
+
+source "kernel/power/Kconfig"
+
+source "drivers/cpufreq/Kconfig"
+
+endmenu
+
source "net/Kconfig"
source "drivers/Kconfig"