diff --git a/boot/Kconfig b/boot/Kconfig index 492d19fed8a..9824dce8aa6 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -395,6 +395,13 @@ config BOOT if BOOT +config BOOTM_EFI + bool "Support booting UEFI FIT images" + depends on EFI_BINARY_EXEC && FIT + default y + help + Support booting UEFI FIT images via the bootm command. + config BOOTM_ELF bool "Support booting ELF images" depends on LIB_ELF diff --git a/cmd/Kconfig b/cmd/Kconfig index aa6f0245764..f900c4b0745 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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