On Wed, May 11, 2016 at 2:52 PM, Arnd Bergmann <[email protected]> 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 <[email protected]> > Fixes: bf7cdff19429 ("cpufreq: schedutil: Make it depend on CONFIG_SMP") Thanks, applied!

