From: Tom Rini Date: Thu, 5 Dec 2019 23:46:11 +0000 (-0500) Subject: cmd/Kconfig: Add more dependencies to OSE bootm support X-Git-Tag: v2020.04-rc1~36^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14a2dee765fe0849a49d5007398eb64677ed1544;p=oweals%2Fu-boot.git 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 --- 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.