efi_loader: Add distro boot script for removable media
[oweals/u-boot.git] / cmd / Kconfig
index 2ed0263a41340b6a7d271ce6e269f04070659a45..7cdff04a624b0448186a743303010bfaa3ae42f0 100644 (file)
@@ -148,6 +148,13 @@ config CMD_BOOTM
        help
          Boot an application image from the memory.
 
+config CMD_BOOTEFI
+       bool "bootefi"
+       depends on EFI_LOADER
+       default y
+       help
+         Boot an EFI image from memory.
+
 config CMD_ELF
        bool "bootelf, bootvx"
        default y