]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: exynos_defconfig: Enable cpufreq-dt driver
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 11 Aug 2015 22:47:17 +0000 (07:47 +0900)
committerKukjin Kim <kgene@kernel.org>
Tue, 11 Aug 2015 23:17:31 +0000 (08:17 +0900)
With the latest patches the cpufreq-dt can be used on multiple
Exynos SoCs: 3250, 4210, 4212, 4412 and 5250.

Enable it along with default ondemand governor to conserve the energy,
reduce temperature while maintaining acceptable performance.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/configs/exynos_defconfig

index 67965cedeb690c165a2ddf0e55243de330f99de0..2263cd94cb93491c51bb0f46a15dcfed45051a3f 100644 (file)
@@ -27,6 +27,8 @@ CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc mem=256M"
 CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_EXYNOS_CPUIDLE=y
 CONFIG_VFP=y