boot: Move BOOTM_EFI option into /boot

This option does not related to commands. Move it into boot/Kconfig and
adjust it to depend on CONFIG_BOOT rather than CONFIG_CMD_BOOTM

Simplify the 'depends on' while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-31 11:39:12 +01:00
parent 881f4c6ea1
commit 7f96861ab2
2 changed files with 7 additions and 7 deletions

View File

@@ -339,13 +339,6 @@ config CMD_BOOTSTD
This command is not necessary for bootstd to work.
config BOOTM_EFI
bool "Support booting UEFI FIT images"
depends on EFI_BINARY_EXEC && CMD_BOOTM && FIT
default y
help
Support booting UEFI FIT images via the bootm command.
config CMD_BOOTZ
bool "bootz"
depends on BOOT