summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-01-11 11:18:29 -0500
committerTom Rini <trini@konsulko.com>2018-01-11 11:18:29 -0500
commite38c66edae1b05c472dc6c594eae1ed61e7ccdbf (patch)
treeb38e16cc343d67a758e3e54475bd8752164b035f /cmd/Kconfig
parent084edbb6892b3712e2f9fd3abd5871652492fc42 (diff)
parentc3d098e762d3b064ad86e72babfbcaf188180d90 (diff)
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
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"