[PATCH] post: Add dependency on ARM || PPC

Tom Rini trini at konsulko.com
Wed Jul 2 03:05:14 CEST 2025


The post framework requires architecture specific implementation
details. At the moment this is only done for ARM and PowerPC so express
that requirement in Kconfig as well.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 test/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Kconfig b/test/Kconfig
index 31016eedbf8a..77e7cad3984f 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -122,6 +122,7 @@ endif  # UNIT_TEST
 
 config POST
 	bool "Power On Self Test support"
+	depends on ARM || PPC
 	help
 	  See doc/README.POST for more details
 
-- 
2.43.0



More information about the U-Boot mailing list