]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: imx_v6_v7_defconfig: Enable cpufreq governors
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 2 May 2017 14:46:00 +0000 (17:46 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:33:49 +0000 (09:33 +0800)
Enable more common cpufreq governors in imx defconfig because this is
very useful for testing. In particular you can't use cpufreq-set -f
$FREQ without explicitly defining CONFIG_CPU_FREQ_GOV_USERSPACE=y.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Acked-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v6_v7_defconfig

index bb6fa568b6200213443295fbe1e614c6d2dd3515..bf1e7e31691802bb6c78327ed6ef3a5b980395b7 100644 (file)
@@ -55,6 +55,9 @@ CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
 CONFIG_KEXEC=y
 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_CONSERVATIVE=y
 CONFIG_ARM_IMX6Q_CPUFREQ=y
 CONFIG_CPU_IDLE=y
 CONFIG_VFP=y