From: Tom Rini Date: Wed, 2 Jul 2025 01:05:14 +0000 (-0600) Subject: post: Add dependency on ARM || PPC X-Git-Tag: v2025.10-rc1~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e8665e5134380168187e7e5487cad44e4e8e3d1;p=thirdparty%2Fu-boot.git post: Add dependency on ARM || PPC 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 --- diff --git a/test/Kconfig b/test/Kconfig index 31016eedbf8..77e7cad3984 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