diff options
author | John Crispin <john@phrozen.org> | 2016-08-24 00:18:54 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-24 00:19:19 +0200 |
commit | 2a64be5aa9240449ceac069c914e2bb0972baa2d (patch) | |
tree | 28ed3d3d408e438e01385a88c1165bb7f21f9d48 | |
parent | 8765c1060655d899b2cf3297cd69cf0993491a0e (diff) | |
download | upstream-2a64be5aa9240449ceac069c914e2bb0972baa2d.tar.gz upstream-2a64be5aa9240449ceac069c914e2bb0972baa2d.tar.bz2 upstream-2a64be5aa9240449ceac069c914e2bb0972baa2d.zip |
ipq806x: enable ondemand governor
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r-- | target/linux/ipq806x/config-4.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/config-4.4 b/target/linux/ipq806x/config-4.4 index a6badc9a52..c410fb65af 100644 --- a/target/linux/ipq806x/config-4.4 +++ b/target/linux/ipq806x/config-4.4 @@ -89,8 +89,9 @@ CONFIG_CPU_CP15=y CONFIG_CPU_CP15_MMU=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_COMMON=y # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set -# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_GOV_USERSPACE is not set |