From 1af7625251bb00374b13918446be321006e58324 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 29 Sep 2020 23:14:29 -0300 Subject: [PATCH] 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 --- common/spl/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5