mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <trini@konsulko.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user