diff options
author | John Audia <graysky@archlinux.us> | 2020-07-08 14:43:04 -0400 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-08 22:54:13 +0200 |
commit | 3e992ea790f470d754eaba3e76608630f38055db (patch) | |
tree | bbe6021077d06cba3d38efe22c08c4ba23f048d7 /target | |
parent | 541faf2c937bdbb1eb6fae9e146090be57e86a25 (diff) | |
download | upstream-3e992ea790f470d754eaba3e76608630f38055db.tar.gz upstream-3e992ea790f470d754eaba3e76608630f38055db.tar.bz2 upstream-3e992ea790f470d754eaba3e76608630f38055db.zip |
ipq806x: compile in schedutil governor
Gives users a third option to augment ondemand and performance. Kernel
docs[1] explain differences and this PR empowers users w/ the choice to
select between the older ondemand and newer and more simplistic schedutil
should they wish to use one that is not the performance governor.
1. Documentation/admin-guide/pm/cpufreq.rst
Signed-off-by: John Audia <graysky@archlinux.us>
[fixed From: to match SoB:]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/config-5.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-5.4 b/target/linux/ipq806x/config-5.4 index f2120e6935..794ce95042 100644 --- a/target/linux/ipq806x/config-5.4 +++ b/target/linux/ipq806x/config-5.4 @@ -99,6 +99,7 @@ CONFIG_CPU_FREQ_GOV_COMMON=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y # CONFIG_CPU_FREQ_GOV_USERSPACE is not set CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_HAS_ASID=y @@ -503,6 +504,7 @@ CONFIG_UBIFS_FS_ADVANCED_COMPR=y CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y CONFIG_UBIFS_FS_ZSTD=y +# CONFIG_UCLAMP_TASK is not set CONFIG_UEVENT_HELPER_PATH="" CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNWINDER_ARM=y |