mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -121,14 +121,6 @@ config CPU_FREQ_DEFAULT_GOV_INTERACTIVE
|
||||
loading your cpufreq low-level hardware driver, using the
|
||||
'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
|
||||
bool "schedutil"
|
||||
depends on SMP
|
||||
|
||||
Reference in New Issue
Block a user