cmd: Convert CONFIG_CMD_ELF to Kconfig
[oweals/u-boot.git] / common / Kconfig
index 2c42b8e4d0346e339543e908f8d76636f39b7332..0d44993800d64a07ff603e951e9a5aca2d421e8c 100644 (file)
@@ -148,6 +148,12 @@ config CMD_BOOTM
        help
          Boot an application image from the memory.
 
+config CMD_ELF
+       bool "bootelf, bootvx"
+       default y
+       help
+         Boot an ELF/vxWorks image from the memory.
+
 config CMD_GO
        bool "go"
        default y