From: Bai Ping Date: Tue, 20 Oct 2015 11:24:51 +0000 (+0800) Subject: MLK-11740 ARM: defconfig: change the cpufreq default governor to ondemand X-Git-Tag: C0P2-H0.0--20200415~4138 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=e430309544f8eecaa9b08938cb77faa54a1c8992;p=linux.git MLK-11740 ARM: defconfig: change the cpufreq default governor to ondemand Change the cpufreq default governor to the ondemand governor. Signed-off-by: Bai Ping --- diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig index eb33f57ed4ab..e5a5b5619304 100644 --- a/arch/arm/configs/imx_v7_defconfig +++ b/arch/arm/configs/imx_v7_defconfig @@ -35,9 +35,9 @@ CONFIG_HIGHMEM=y CONFIG_CMA=y CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=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_ARM_IMX6Q_CPUFREQ=y CONFIG_ARM_IMX7D_CPUFREQ=y