summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Kim <jhoon20.kim@samsung.com>2018-12-07 12:47:54 +0900
committerJunghoon Kim <jhoon20.kim@samsung.com>2018-12-07 12:48:31 +0900
commit5679a56b3a3bf2e8aed668e663464cd0281f8970 (patch)
treea2401f67408b8683cb249edffd59aa0d538872b6
parent6b1405a4b20bc4156ff796350773e67943ad03a5 (diff)
downloadlinux-exynos-tizen_5.0.tar.gz
linux-exynos-tizen_5.0.tar.bz2
linux-exynos-tizen_5.0.zip
This patch changes the default cpufreq governor from Performance to Ondemand. Change-Id: Iaf881123bced27b2cfe8d8bb60e6dec266240fc9 Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
-rw-r--r--arch/arm/configs/tizen_odroid_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig
index 6e9e5468e58e..62e545869508 100644
--- a/arch/arm/configs/tizen_odroid_defconfig
+++ b/arch/arm/configs/tizen_odroid_defconfig
@@ -590,10 +590,10 @@ CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_NR_CPU_LOAD_STORAGE=10
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set