diff options
| author | Tom Rini <[email protected]> | 2025-07-01 19:05:14 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-10 08:41:10 -0600 |
| commit | 1e8665e5134380168187e7e5487cad44e4e8e3d1 (patch) | |
| tree | 14dd63ae19b16d914687bc6ee4e909e8fed91bb3 | |
| parent | 1645f9f979e58b032a1e2f35b7d885fa9d91980a (diff) | |
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 <[email protected]>
| -rw-r--r-- | test/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
