diff options
author | Eddie Cai <eddie.cai.linux@gmail.com> | 2017-12-15 08:17:11 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-01-10 11:11:06 +0100 |
commit | 453c95e01a56c9eb5ac10004e9e5500bfcfa074f (patch) | |
tree | 5b901f0a02c0a87d0eccccd8b45a7180bc00f0fb /cmd/Kconfig | |
parent | bf2b72bef14b0ad47337e1636434aefc7ebb67f8 (diff) |
usb: rockchip: add rockusb command
this patch add rockusb command. the usage is
rockusb <USB_controller> <devtype> <dev[:part]>
e.g. rockusb 0 mmc 0
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index c033223526..83dc778e46 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -914,6 +914,14 @@ config CMD_USB_SDP help Enables the command "sdp" which is used to have U-Boot emulating the Serial Download Protocol (SDP) via USB. +config CMD_ROCKUSB + bool "rockusb" + depends on USB_FUNCTION_ROCKUSB + help + Rockusb protocol is widely used by Rockchip SoC based devices. It can + read/write info, image to/from devices. This enable rockusb command + support to communication with rockusb device. for more detail about + this command, please read doc/README.rockusb. config CMD_USB_MASS_STORAGE bool "UMS usb mass storage" |