disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set
[oweals/u-boot.git] / common / Kconfig
index 2c42b8e4d0346e339543e908f8d76636f39b7332..0388a6c34d452de8549835be0e8ecc3a9ec0ba80 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
@@ -344,6 +350,11 @@ config CMD_FPGA
        help
          FPGA support.
 
+config CMD_REMOTEPROC
+       bool "remoteproc"
+       depends on REMOTEPROC
+       help
+         Support for Remote Processor control
 endmenu