From b48c4a9f5f78b73f8c4f80adb2b91a0ef697d042 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Wed, 5 Sep 2018 16:15:21 +0200 Subject: [PATCH] Put default CPU governor for RPI3 to performance --- root/target/linux/brcm2708/bcm2710/config-4.14 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/target/linux/brcm2708/bcm2710/config-4.14 b/root/target/linux/brcm2708/bcm2710/config-4.14 index 4d69098a..1da3bfc8 100644 --- a/root/target/linux/brcm2708/bcm2710/config-4.14 +++ b/root/target/linux/brcm2708/bcm2710/config-4.14 @@ -128,8 +128,8 @@ CONFIG_CONSOLE_TRANSLATIONS=y # CONFIG_CPUFREQ_DT is not set # CONFIG_CPU_BIG_ENDIAN is not set CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y -# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_ATTR_SET=y CONFIG_CPU_FREQ_GOV_COMMON=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y