diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2016-07-31 17:59:01 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-03 15:30:13 +0200 |
commit | d3b21bb2bb4caba0371ddbec19c080bc42f095c7 (patch) | |
tree | 1b4c91ce46d260d8960412e462cba2650f583b9c /target/linux/x86/config-4.4 | |
parent | 6e68a5dd11bc68981377042f49c0e0d3c978a84d (diff) | |
download | mtk-20170518-d3b21bb2bb4caba0371ddbec19c080bc42f095c7.zip mtk-20170518-d3b21bb2bb4caba0371ddbec19c080bc42f095c7.tar.gz mtk-20170518-d3b21bb2bb4caba0371ddbec19c080bc42f095c7.tar.bz2 |
x86: enable CPU frequency scaling
CPU frequency scaling enables the operating system to scale the CPU
frequency up or down in order to save power. CPU frequencies can be
scaled automatically depending on the system load, in response to ACPI
events, or manually by userspace programs.
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/x86/config-4.4')
-rw-r--r-- | target/linux/x86/config-4.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4 index 13f1f9c..22896fa 100644 --- a/target/linux/x86/config-4.4 +++ b/target/linux/x86/config-4.4 @@ -60,9 +60,10 @@ CONFIG_COMPAT_VDSO=y CONFIG_CONSOLE_TRANSLATIONS=y # CONFIG_CPU5_WDT is not set CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=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 |