From: Alex Kiernan Date: Thu, 19 Apr 2018 04:32:52 +0000 (+0000) Subject: spl: Add dependency on serial to Ymodem X-Git-Tag: v2018.05-rc3~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3bac19ce23f88607c31037f1389213db8b5f9a74;p=u-boot spl: Add dependency on serial to Ymodem Building with Ymodem support requires serial in SPL/TPL, add that dependency here. Signed-off-by: Alex Kiernan --- diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 4d27565566..c5d4b5e14b 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -751,6 +751,7 @@ config SPL_WATCHDOG_SUPPORT config SPL_YMODEM_SUPPORT bool "Support loading using Ymodem" + depends on SPL_SERIAL_SUPPORT help While loading from serial is slow it can be a useful backup when there is no other option. The Ymodem protocol provides a reliable @@ -951,6 +952,7 @@ config TPL_SPI_SUPPORT config TPL_YMODEM_SUPPORT bool "Support loading using Ymodem" + depends on TPL_SERIAL_SUPPORT help While loading from serial is slow it can be a useful backup when there is no other option. The Ymodem protocol provides a reliable