[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230209010635.24016-1-rdunlap@infradead.org>
Date: Wed, 8 Feb 2023 17:06:35 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
linux-m68k@...ts.linux-m68k.org
Subject: [PATCH] m68k: allow PM menu options for COMPILE_TEST
Allow PM options for COMPILE_TEST. This quietens a kconfig
warning.
This is similar to a patch for Sparc32 that was suggested by
Arnd.
WARNING: unmet direct dependencies detected for PM
Depends on [n]: !MMU [=y]
Selected by [y]:
- SUN20I_PPU [=y] && (ARCH_SUNXI || COMPILE_TEST [=y])
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: linux-m68k@...ts.linux-m68k.org
---
arch/m68k/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -- a/arch/m68k/Kconfig b/arch/m68k/Kconfig
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -126,7 +126,7 @@ menu "Kernel Features"
endmenu
-if !MMU
+if !MMU || COMPILE_TEST
menu "Power management options"
config PM
Powered by blists - more mailing lists