From 536464b4e5c705646ee11143e79128bb39f077f9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 11 Nov 2016 10:04:31 -0800 Subject: cmd: add sdp command Add new command to start USB Serial Download Protocol (SDP) state machine. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- cmd/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cmd/Kconfig') 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 -- cgit v1.2.3