Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df12b012 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Andres Oportus
Browse files

UPSTREAM: cpufreq: schedutil: Make it depend on CONFIG_SMP



Make the schedutil cpufreq governor depend on CONFIG_SMP, because
the scheduler-provided utilization numbers used by it are only
available with CONFIG_SMP set.

Fixes: 9bdcb44e (cpufreq: schedutil: New governor based on scheduler utilization data)
Reported-by: default avatarSteve Muckle <steve.muckle@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
(cherry picked from commit bf7cdff1)
parent b1d09761
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ config CPU_FREQ_GOV_INTERACTIVE

config CPU_FREQ_GOV_SCHEDUTIL
	tristate "'schedutil' cpufreq policy governor"
	depends on CPU_FREQ
	depends on CPU_FREQ && SMP
	select CPU_FREQ_GOV_ATTR_SET
	select IRQ_WORK
	help