diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2016-08-24 06:54:32 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-08-24 06:54:32 +0200 |
commit | 88ea168f0a35c6aeab3c6703f7eb3b1c925c5b12 (patch) | |
tree | 0cb01904d5ba5d21f89b4b8708e2a6ac08596632 /arch/arm/configs/exynos_defconfig | |
parent | ARM: multi_v7_defconfig: Enable SECCOMP (diff) | |
parent | ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as module (diff) | |
download | linux-88ea168f0a35c6aeab3c6703f7eb3b1c925c5b12.tar.xz linux-88ea168f0a35c6aeab3c6703f7eb3b1c925c5b12.zip |
Merge tag 'tags/samsung-defconfig-schedutil-4.9' into next/defconfig
The schedutil cpufreq governor will be switched from tristate to bool. Fix
defconfigs.
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 5476be3be686..4e484f406419 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -29,7 +29,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m CONFIG_CPU_FREQ_GOV_USERSPACE=m CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m -CONFIG_CPU_FREQ_GOV_SCHEDUTIL=m +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y CONFIG_CPUFREQ_DT=y CONFIG_CPU_IDLE=y CONFIG_ARM_EXYNOS_CPUIDLE=y |