cpufreq: Kconfig: Fixup incorrect selection by CPU_FREQ_DEFAULT_GOV_SCHED

The CPU_FREQ_DEFAULT_GOV_SCHED option is incorrectly selecting
CPU_FREQ_GOV_INTERACTIVE, when it should be selecting
CPU_FREQ_GOV_SCHED.

Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
John Stultz
2016-09-08 16:43:21 -07:00
committed by Amit Pundir
parent 674d9a6b82
commit 2bf81a5752

View File

@@ -114,7 +114,7 @@ config CPU_FREQ_DEFAULT_GOV_INTERACTIVE
config CPU_FREQ_DEFAULT_GOV_SCHED
bool "sched"
select CPU_FREQ_GOV_INTERACTIVE
select CPU_FREQ_GOV_SCHED
help
Use the CPUfreq governor 'sched' as default. This scales
cpu frequency using CPU utilization estimates from the