]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: multi_v7_defconfig: Enable CPUFreq governors as modules
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 8 Apr 2016 19:02:10 +0000 (15:02 -0400)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 12 Apr 2016 14:19:14 +0000 (16:19 +0200)
Currently only the ondemand and performance CPUFreq policy governors are
enabled in multi_v7 defconfig. But the other governors are also useful
for some cases, enable them to allow users change the default if needed.

The options are enabled as module to keep the kernel image size minimal.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/configs/multi_v7_defconfig

index 28234906a0646c6bd98e796d64d5eae977743995..68726bdba01c294ecb66d486c31eeac65e4907e4 100644 (file)
@@ -131,6 +131,10 @@ CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+CONFIG_CPU_FREQ_GOV_USERSPACE=m
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
+CONFIG_CPU_FREQ_GOV_SCHEDUTIL=m
 CONFIG_QORIQ_CPUFREQ=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y