summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2016-05-13 14:59:42 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-05-13 14:59:42 -0700
commit08e85b5fa9b0d262c8d69709088ec7fbbab2ad28 (patch)
treefef99a8540f687a261f19697be246b125c6e0e60
parente306b0f597d3cf560663eeda8c8a4fa88fd887d3 (diff)
hikey_defconfig: Enable and set interactive cpufreq govenor as default
Set interactive as the default cpufreq scaling govenor on hikey. Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--arch/arm64/configs/hikey_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/configs/hikey_defconfig b/arch/arm64/configs/hikey_defconfig
index eca7bf8f9898..ffc01de13f74 100644
--- a/arch/arm64/configs/hikey_defconfig
+++ b/arch/arm64/configs/hikey_defconfig
@@ -61,8 +61,10 @@ CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
-CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPUFREQ_DT=y
CONFIG_ARM_HISI_ACPU_CPUFREQ=y
CONFIG_NET=y