aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-12-04 18:23:13 -0600
committerMark Brown <broonie@linaro.org>2013-12-05 18:17:34 +0000
commit682a3d0201261152f489138d5f034742bccbfe9a (patch)
tree84ec2678e2a5a5bad177ca45f8ef58d1182e4e18 /arch
parent8bb495e3f02401ee6f76d1b1d77f3ac9f079e376 (diff)
cpufreq: enable ARM drivers on arm64v3.10/topic/cpufreq
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. [Submitted upstream by Rob, still in review at the current time] Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Mark Brown <broonie@linaro.org>
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 56b3f6d447a..c2b4a765ff4 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -229,6 +229,14 @@ config SYSVIPC_COMPAT
endmenu
+menu "Power management options"
+
+source "kernel/power/Kconfig"
+
+source "drivers/cpufreq/Kconfig"
+
+endmenu
+
source "net/Kconfig"
source "drivers/Kconfig"