ARM: defconfig: odroid: enable CPUFREQ_DT config option
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 19 Sep 2016 13:17:54 +0000 (22:17 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:47 +0000 (13:52 +0900)
To support cpufreq from non big.little arm socs, CPUFREQ_DT shuold
be enabled. So, this patch enables CPUFREQ_DT config option.

Change-Id: Ic964ce630b6e0eeb4480d5f87b9ec32f375ffc0f
Suggested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/configs/tizen_odroid_defconfig

index 6355662..e63b5c4 100644 (file)
@@ -598,9 +598,10 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 #
 # CPU frequency scaling drivers
 #
-# CONFIG_CPUFREQ_DT is not set
+CONFIG_CPUFREQ_DT=y
 CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
 CONFIG_ARM_DT_BL_CPUFREQ=y
+# CONFIG_ARM_EXYNOS_CPU_FREQ_BOOST_SW is not set
 CONFIG_ARM_EXYNOS5440_CPUFREQ=y
 # CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
 # CONFIG_QORIQ_CPUFREQ is not set