Skip to content

Commit 9c2bd70

Browse files
ConnorRigbyfhunleth
authored andcommitted
Use schedutil governor by default
This is such a common default that there's no reason for Nerves not to use it as well. The article at https://lwn.net/Articles/682391/ describes the issues and why schedutil is a good option unless there are overarching concerns with a particular project.
1 parent c3eebc2 commit 9c2bd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/linux-5.10.defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ CONFIG_ARM_PSCI=y
3939
# CONFIG_ATAGS is not set
4040
CONFIG_CPU_FREQ=y
4141
CONFIG_CPU_FREQ_STAT=y
42-
CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y
4342
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
4443
CONFIG_CPU_FREQ_GOV_USERSPACE=y
4544
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
45+
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
4646
CONFIG_CPUFREQ_DT=y
4747
# CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set
4848
CONFIG_CPU_IDLE=y

0 commit comments

Comments
 (0)