diff options
| author | Artem Borisov <dedsa2002@gmail.com> | 2018-07-13 14:28:33 +0300 |
|---|---|---|
| committer | Artem Borisov <dedsa2002@gmail.com> | 2018-07-13 14:30:54 +0300 |
| commit | ed9bdc8a8fc520059510c1fd2b5ee8f4390be7cc (patch) | |
| tree | 809b84727f50c5d22f01c0fb1241973b12cacd5d | |
| parent | 789274d6967db4c8eeba291dc618c84698dc9803 (diff) | |
cpufreq: Kconfig: Remove CPU_FREQ_DEFAULT_GOV_SCHED
Sched governor was removed in df147c9e336cfcb4183db1eb9552b0429060cd0d
and this probably was left here by mistake. Remove it to avoid confusion.
Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
| -rw-r--r-- | drivers/cpufreq/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index ac1bb26fb158..75ded53a7470 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -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 |
