MLK-12084 ARM: config: imx: Add interactive governor build-in support in defconfig
authorBai Ping <ping.bai@nxp.com>
Mon, 28 Dec 2015 04:19:47 +0000 (12:19 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:36 +0000 (14:49 -0500)
Enable the interactive governor in defconfig to be compiled into the kernel.
The default cpufreq governor is still ondemand governor.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
arch/arm/configs/imx_v7_defconfig

index cc26f7e..40e8bcc 100644 (file)
@@ -38,6 +38,7 @@ 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_INTERACTIVE=y
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
 CONFIG_ARM_IMX6Q_CPUFREQ=y
 CONFIG_ARM_IMX7D_CPUFREQ=y