diff options
| author | Stefan Agner <[email protected]> | 2017-08-16 11:00:53 -0700 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-08-23 10:41:58 +0200 |
| commit | 2f005695df7b03d25a367f6bedc41c015088ee29 (patch) | |
| tree | c91c6570e4a833cab68e1704d02c481d05adc24a /cmd/Kconfig | |
| parent | ccd7a4d2f42df7ebc8fd0fbbd31d5e6534cb590c (diff) | |
cmd: add sdp command
Add a new command to start USB Serial Download Protocol (SDP)
state machine.
Signed-off-by: Stefan Agner <[email protected]>
Reviewed-by: Ćukasz Majewski <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 42d955c96ae..d6d130edfa9 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -895,6 +895,13 @@ config CMD_USB help USB support. +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 |
