]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
post: Add dependency on ARM || PPC
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:05:14 +0000 (19:05 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:41:10 +0000 (08:41 -0600)
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@konsulko.com>
test/Kconfig

index 31016eedbf8a947d428a389d6fe2902c25b383d5..77e7cad3984f44457b3ac82b794f76a0f492aeed 100644 (file)
@@ -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