Re: [PATCH] cpufreq: schedutil: Make default depend on CONFIG_SMP

From: Rafael J. Wysocki
Date: Wed May 11 2016 - 17:06:15 EST


On Wed, May 11, 2016 at 2:52 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> CPU_FREQ_GOV_SCHEDUTIL gained a dependency on SMP, so now we
> get a warning if it gets selected by CPU_FREQ_DEFAULT_GOV_SCHEDUTIL
> without SMP:
>
> warning: (CPU_FREQ_DEFAULT_GOV_SCHEDUTIL) selects CPU_FREQ_GOV_SCHEDUTIL which has unmet direct dependencies (CPU_FREQ && SMP)

Doh.

> This adds another dependency to avoid the problem.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> Fixes: bf7cdff19429 ("cpufreq: schedutil: Make it depend on CONFIG_SMP")

Thanks, applied!