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:
@@ -105,7 +105,7 @@ config CPU_FREQ_DEFAULT_GOV_CONSERVATIVE
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user