diff options
author | Junghoon Kim <jhoon20.kim@samsung.com> | 2018-12-07 12:47:54 +0900 |
---|---|---|
committer | Junghoon Kim <jhoon20.kim@samsung.com> | 2018-12-07 12:48:31 +0900 |
commit | 5679a56b3a3bf2e8aed668e663464cd0281f8970 (patch) | |
tree | a2401f67408b8683cb249edffd59aa0d538872b6 | |
parent | 6b1405a4b20bc4156ff796350773e67943ad03a5 (diff) | |
download | linux-exynos-tizen_5.0.tar.gz linux-exynos-tizen_5.0.tar.bz2 linux-exynos-tizen_5.0.zip |
ARM: tizen_odroid_defconfig: Change the default cpufreq governorsubmit/tizen_5.0/20181214.050301accepted/tizen/5.0/unified/20181217.064503tizen_5.0accepted/tizen_5.0_unified
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_defconfig | 4 |
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 |