diff options
| author | Tom Rini <[email protected]> | 2019-12-05 18:46:11 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-08 09:27:44 -0500 |
| commit | 14a2dee765fe0849a49d5007398eb64677ed1544 (patch) | |
| tree | 5e7e532b3cacda281a1bf30d19e508ff822e9f83 /cmd | |
| parent | 8ad0c66437a3c5bafbbaddffd58436ba6763837d (diff) | |
cmd/Kconfig: Add more dependencies to OSE bootm support
Per Enea OSE documentation, it supports some classes of ARM, PowerPC and
X86. Limit the option to those platforms.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4e29e7b3c54..5f2562bbead 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -294,6 +294,7 @@ config BOOTM_OPENRTOS config BOOTM_OSE bool "Support booting Enea OSE images" + depends on (ARM && (ARM64 || CPU_V7A || CPU_V7R) || SANDBOX || PPC || X86) depends on CMD_BOOTM help Support booting Enea OSE images via the bootm command. |
