spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
The USB SDP protocol require the SPL serial support to allow the build to succeed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
f9b9b77933
commit
d74fcee2d8
1 changed files with 1 additions and 0 deletions
|
@ -1237,6 +1237,7 @@ endchoice
|
|||
|
||||
config SPL_USB_SDP_SUPPORT
|
||||
bool "Support SDP (Serial Download Protocol)"
|
||||
depends on SPL_SERIAL_SUPPORT
|
||||
help
|
||||
Enable Serial Download Protocol (SDP) device support in SPL. This
|
||||
allows to download images into memory and execute (jump to) them
|
||||
|
|
Loading…
Reference in a new issue