summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-12-05 18:46:11 -0500
committerTom Rini <trini@konsulko.com>2020-01-08 09:27:44 -0500
commit14a2dee765fe0849a49d5007398eb64677ed1544 (patch)
tree5e7e532b3cacda281a1bf30d19e508ff822e9f83 /cmd/Kconfig
parent8ad0c66437a3c5bafbbaddffd58436ba6763837d (diff)
downloadu-boot-14a2dee765fe0849a49d5007398eb64677ed1544.tar.gz
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 <trini@konsulko.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4e29e7b3c5..5f2562bbea 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.