cpufreq: Kconfig: Remove CPU_FREQ_DEFAULT_GOV_SCHED
Sched governor was removed in df147c9e33
and this probably was left here by mistake. Remove it to avoid confusion.
Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
This commit is contained in:
parent
789274d696
commit
ed9bdc8a8f
1 changed files with 0 additions and 8 deletions
|
@ -121,14 +121,6 @@ config CPU_FREQ_DEFAULT_GOV_INTERACTIVE
|
||||||
loading your cpufreq low-level hardware driver, using the
|
loading your cpufreq low-level hardware driver, using the
|
||||||
'interactive' governor for latency-sensitive workloads.
|
'interactive' governor for latency-sensitive workloads.
|
||||||
|
|
||||||
config CPU_FREQ_DEFAULT_GOV_SCHED
|
|
||||||
bool "sched"
|
|
||||||
select CPU_FREQ_GOV_SCHED
|
|
||||||
help
|
|
||||||
Use the CPUfreq governor 'sched' as default. This scales
|
|
||||||
cpu frequency using CPU utilization estimates from the
|
|
||||||
scheduler.
|
|
||||||
|
|
||||||
config CPU_FREQ_DEFAULT_GOV_SCHEDUTIL
|
config CPU_FREQ_DEFAULT_GOV_SCHEDUTIL
|
||||||
bool "schedutil"
|
bool "schedutil"
|
||||||
depends on SMP
|
depends on SMP
|
||||||
|
|
Loading…
Add table
Reference in a new issue