summaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-09-29 23:14:29 -0300
committerTom Rini <trini@konsulko.com>2020-10-14 11:16:34 -0400
commitd74fcee2d8b41ec809ef42e279b60190673897f4 (patch)
tree9afaeff786a4a4caacac4dd67ea52f47b530a456 /common/spl
parentf9b9b779338ba2dd673fb7b8ae92a01fd9ba6f64 (diff)
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>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 807b1dc059..620ea1e8b4 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -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