From e430309544f8eecaa9b08938cb77faa54a1c8992 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Tue, 20 Oct 2015 19:24:51 +0800 Subject: [PATCH] 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 --- arch/arm/configs/imx_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1