On Sat, Feb 04, 2023 at 04:43:57PM -0800, Randy Dunlap wrote: > When doing randconfig builds for sparc32 with COMPILE_TEST, > some (non-Sparc) drivers cause kconfig warnings with the > Kconfig symbols PM, PM_GENERIC_DOMAINS, or PM_GENERIC_DOMAINS_OF. > > This is due to arch/sparc/Kconfig not using the PM Kconfig for > Sparc32: > > if SPARC64 > source "kernel/power/Kconfig" > endif > > Arnd suggested adding "|| COMPILE_TEST" to the conditional, > instead of trying to track down every driver that selects > any of these PM symbols. > > Fixes the following kconfig warnings: ... > > Fixes: bdde6b3c8ba4 ("sparc64: Hibernation support") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Suggested-by: Arnd Bergmann <arnd@xxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: sparclinux@xxxxxxxxxxxxxxx > Cc: Kirill Tkhai <tkhai@xxxxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> I hope Andrew picks this up. Sam