spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 30 Sep 2020 02:14:29 +0000 (23:14 -0300)
committerTom Rini <trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000 (11:16 -0400)
The USB SDP protocol require the SPL serial support to allow the build
to succeed.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
common/spl/Kconfig

index 807b1dc..620ea1e 100644 (file)
@@ -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