From: Otavio Salvador Date: Wed, 30 Sep 2020 02:14:29 +0000 (-0300) Subject: spl: Add SPL_SERIAL as requirement for SDP_USB_SDP X-Git-Tag: v2021.10~484^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d74fcee2d8b41ec809ef42e279b60190673897f4;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 807b1dc..620ea1e 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