Re: [PATCH] PM: Kconfig: fix unmet dependency for PM_SLEEP_SMP

2021-03-22 Thread Rafael J. Wysocki
On Sun, Mar 21, 2021 at 9:20 PM Necip Fazil Yildiran wrote: > > When PM_SLEEP_SMP is enabled and HOTPLUG_CPU is disabled, it results in the > following Kbuild warning: > > WARNING: unmet direct dependencies detected for HOTPLUG_CPU > Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n]

[PATCH] PM: Kconfig: fix unmet dependency for PM_SLEEP_SMP

2021-03-21 Thread Necip Fazil Yildiran
When PM_SLEEP_SMP is enabled and HOTPLUG_CPU is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: - PM_S