summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-11-11 10:04:31 -0800
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-18 09:46:24 +0100
commit536464b4e5c705646ee11143e79128bb39f077f9 (patch)
treefe4e31cf2ff644352c256eda9196ec68edd07fd4 /cmd/Kconfig
parentf3d25fc844f7001d1f4ed7e90e53db7f81c029a6 (diff)
cmd: add sdp command
Add new command to start USB Serial Download Protocol (SDP) state machine. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e339d8638a..43b7c82d39 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -409,6 +409,13 @@ config CMD_DFU
Enables the command "dfu" which is used to have U-Boot create a DFU
class device via USB.
+config CMD_USB_SDP
+ bool "sdp"
+ select USB_FUNCTION_SDP
+ help
+ Enables the command "sdp" which is used to have U-Boot emulating the
+ Serial Download Protocol (SDP) via USB.
+
config CMD_USB_MASS_STORAGE
bool "UMS usb mass storage"
help