aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2015-02-05 12:40:17 +0800
committerFei Wang <w.f@huawei.com>2015-02-07 18:40:12 +0800
commit2a61e0992fe0097aa68cbf66dc6510ffd9a0d6f7 (patch)
tree57c2db7217266095f9ca0ebcb3a7ac2606da1c0e
parent20a5f1c6d5d2a6368ae5735b4bb91e08a4c33c2c (diff)
defconfig: enable cpufreq driver for hisi acpu
Enable cpufreq driver for hisi acpu, and use ondemand as default governor. Signed-off-by: Leo Yan <leo.yan@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index df4706b661ce..4bdba07d2a2b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -55,6 +55,14 @@ CONFIG_BINFMT_MISC=y
CONFIG_AARCH32_EL0=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_GOV_COMMON=y
+CONFIG_CPU_FREQ_STAT=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_ARM_HISI_ACPU_CPUFREQ=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y