]> git.sur5r.net Git - u-boot/blobdiff - cmd/fastboot/Kconfig
fastboot: Add CONFIG_FASTBOOT_USB_DEV option
[u-boot] / cmd / fastboot / Kconfig
index 5d2facc298de5a1e6b1127087bf1a202c2b5d9ec..d555d0a7ee419a803346280c8babea808490e631 100644 (file)
@@ -41,6 +41,14 @@ config FASTBOOT_BUF_SIZE
          downloads. This buffer should be as large as possible for a
          platform. Define this to the size available RAM for fastboot.
 
+config FASTBOOT_USB_DEV
+       int "USB controller number"
+       default 0
+       help
+         Some boards have USB OTG controller other than 0. Define this
+         option so it can be used in compiled environment (e.g. in
+         CONFIG_BOOTCOMMAND).
+
 config FASTBOOT_FLASH
        bool "Enable FASTBOOT FLASH command"
        help