summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-01-29 19:21:39 +0100
committerTom Rini <trini@konsulko.com>2018-02-02 07:13:48 -0500
commitb76965958c511065cd46ec4be88d862ab65cf06f (patch)
tree41e9d214ff9d5cefda135d3ac85ba0f8280a85e4
parent80719938c9f901cc6b90b85d8065d084a03c06ae (diff)
Kconfig: usb: Sort USB_FUNCTION_* entries
Lets provide alphabetical order for USB_FUNCTION_* entries of USB_GADGET_DOWNLOAD Signed-off-by: Lukasz Majewski <lukma@denx.de>
-rw-r--r--drivers/usb/gadget/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index c387f5e497..b1541bb677 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -127,13 +127,6 @@ config USB_GADGET_DOWNLOAD
if USB_GADGET_DOWNLOAD
-config USB_FUNCTION_SDP
- bool "Enable USB SDP (Serial Download Protocol)"
- help
- Enable Serial Download Protocol (SDP) device support in U-Boot. This
- allows to download images into memory and execute (jump to) them
- using the same protocol as implemented by the i.MX family's boot ROM.
-
config USB_FUNCTION_ROCKUSB
bool "Enable USB rockusb gadget"
help
@@ -142,6 +135,13 @@ config USB_FUNCTION_ROCKUSB
the rockusb gadget.for more detail about Rockusb protocol, please see
doc/README.rockusb
+config USB_FUNCTION_SDP
+ bool "Enable USB SDP (Serial Download Protocol)"
+ help
+ Enable Serial Download Protocol (SDP) device support in U-Boot. This
+ allows to download images into memory and execute (jump to) them
+ using the same protocol as implemented by the i.MX family's boot ROM.
+
endif # USB_GADGET_DOWNLOAD
config USB_ETHER