diff options
| author | Tom Rini <[email protected]> | 2021-06-09 08:20:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-06-09 08:20:24 -0400 |
| commit | 5e425a31d33f679549b85776f55181fc3cd3e3b2 (patch) | |
| tree | 5b86883311169cfcc642a8b9ad737e050a1ca571 /cmd | |
| parent | cb26d5a9265c60cee385d67eff86d115a606fbc5 (diff) | |
| parent | b95e5edc424a14c1d03848c03f92389a945d3e61 (diff) | |
Merge tag 'efi-2021-07-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-07-rc5
Documentation:
* pinmux and ums man-page
Bug fixes:
* Consider that partition numbers as hexadecimal.
* Avoid a possible NULL dereference in efi_capsule_delete_file().
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index f962bb71411..a9fb4eead29 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1346,8 +1346,11 @@ config CMD_ROCKUSB config CMD_USB_MASS_STORAGE bool "UMS usb mass storage" select USB_FUNCTION_MASS_STORAGE + depends on BLK && USB_GADGET help - USB mass storage support + Enables the command "ums" and the USB mass storage support to the + export a block device: U-Boot, the USB device, acts as a simple + external hard drive plugged on the host USB port. config CMD_PVBLOCK bool "Xen para-virtualized block device" |
