diff options
author | majstor <majstor@majstor.org> | 2021-08-17 18:23:11 -0700 |
---|---|---|
committer | majstor <majstor@majstor.org> | 2021-08-17 18:23:11 -0700 |
commit | b472b869f73e6b7ba1d5ea51c4b1d583a3e28f35 (patch) | |
tree | 2b984a86a7c76ecfce1b913706891ca33321c482 /recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig | |
parent | ee7fda01cec2e83a8ad01acd006e318848657cb8 (diff) |
default governor is conservative
Diffstat (limited to 'recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig')
-rw-r--r-- | recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig b/recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig index c09554c..c4f21a8 100644 --- a/recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig +++ b/recipes-kernel/linux/rvphone/cl-imx8/cl-imx8_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="-cl-som-imx8-1.1" +CONFIG_LOCALVERSION="-cl-imx8-1.0" CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_AUDIT=y @@ -57,9 +57,10 @@ CONFIG_PM_TEST_SUSPEND=y CONFIG_ARM_CPUIDLE=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y -CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y +CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y |