diff mbox series

[U-Boot,RESEND] cmd: thor: select DFU subsystem also for 'thor' download tool

Message ID 20191002102908.12904-1-m.szyprowski@samsung.com
State Accepted
Commit 909338c345812bf9a57780dc09caafded237a036
Delegated to: Lukasz Majewski
Headers show
Series [U-Boot,RESEND] cmd: thor: select DFU subsystem also for 'thor' download tool | expand

Commit Message

Marek Szyprowski Oct. 2, 2019, 10:29 a.m. UTC
'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 <m.szyprowski@samsung.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
---
Resend reason: stand alone patch, independent from the main patchset:
https://patchwork.ozlabs.org/cover/994309/
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 98647f58b7..5e4a8ee130 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -391,6 +391,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.