mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
80719938c9
commit
b76965958c
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue