From: Marek Szyprowski Date: Wed, 2 Oct 2019 10:29:08 +0000 (+0200) Subject: cmd: thor: select DFU subsystem also for 'thor' download tool X-Git-Tag: v2025.01-rc5-pxa1908~2709^2~16 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=909338c345812bf9a57780dc09caafded237a036;p=u-boot.git cmd: thor: select DFU subsystem also for 'thor' download tool 'THOR' download command requires DFU infrastructure to properly flash board images. It can be used without enabling DFU command, so add such dependency to Kconfig. Signed-off-by: Marek Szyprowski Acked-by: Lukasz Majewski --- diff --git a/cmd/Kconfig b/cmd/Kconfig index b08a709857..c414c5d8e6 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -442,6 +442,7 @@ config CMD_FITUPD config CMD_THOR_DOWNLOAD bool "thor - TIZEN 'thor' download" + select DFU help Implements the 'thor' download protocol. This is a way of downloading a software update over USB from an attached host.