Skip to content

Commit d299077

Browse files
committed
Enable the functions of CPUFreq Governor and set ondemand for the cpu default governor
Change-Id: I2a54243ad52597d4338817bc8d9b7b0b15590a8e Signed-off-by: yi-hsin_hung <yi-hsin_hung@asus.com>
1 parent ac2e433 commit d299077

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

arch/arm/configs/miniarm-rk3288_defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,13 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
5050
CONFIG_ZBOOT_ROM_BSS=0x0
5151
CONFIG_CPU_FREQ=y
5252
CONFIG_FIQ_DEBUGGER
53-
CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
53+
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
5454
CONFIG_CPU_FREQ_GOV_USERSPACE=y
55+
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
56+
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
57+
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
58+
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
59+
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
5560
CONFIG_CPUFREQ_DT=y
5661
CONFIG_ARM_ROCKCHIP_CPUFREQ=y
5762
CONFIG_CPU_IDLE=y

0 commit comments

Comments
 (0)