]> Git Repo - J-u-boot.git/blobdiff - cmd/Kconfig
bootstd: Add a bootdev command
[J-u-boot.git] / cmd / Kconfig
index f580797d2d3e93c2d2ecf70648f38ada80cfa15a..a5c6918791144016b72db2f1528da30c847f500c 100644 (file)
@@ -211,6 +211,16 @@ config CMD_BOOTM_PRE_LOAD
         This stage allow to check or modify the image provided
         to the bootm command.
 
+config CMD_BOOTDEV
+       bool "bootdev"
+       depends on BOOTSTD
+       default y if BOOTSTD_FULL
+       help
+         Support listing available bootdevs (boot devices) which can provide an
+         OS to boot, as well as showing information about a particular one.
+
+         This command is not necessary for bootstd to work.
+
 config BOOTM_EFI
        bool "Support booting UEFI FIT images"
        depends on CMD_BOOTEFI && CMD_BOOTM && FIT
This page took 0.025434 seconds and 4 git commands to generate.