summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2016-09-19 22:17:54 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:52:47 +0900
commit179cf39b47a65da068b0fadd655adb34617e8f08 (patch)
tree6091c1c4da5bc4ef8099b9770c4f4ab2cbaab28c /arch
parentd5591681620e51f03361f6237fe1930493ae26f5 (diff)
ARM: defconfig: odroid: enable CPUFREQ_DT config option
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/tizen_odroid_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig
index 635566232be5..e63b5c4a706b 100644
--- a/arch/arm/configs/tizen_odroid_defconfig
+++ b/arch/arm/configs/tizen_odroid_defconfig
@@ -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