From ed9bdc8a8fc520059510c1fd2b5ee8f4390be7cc Mon Sep 17 00:00:00 2001 From: Artem Borisov Date: Fri, 13 Jul 2018 14:28:33 +0300 Subject: [PATCH] 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 --- drivers/cpufreq/Kconfig | 8 -------- 1 file changed, 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