cmd: thor: select DFU subsystem also for 'thor' download tool
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 2 Oct 2019 10:29:08 +0000 (12:29 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 31 Oct 2019 11:12:31 +0000 (12:12 +0100)
'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>
cmd/Kconfig

index b08a7098579bc0426a57332250e6d7d3f4580b3f..c414c5d8e67740f6ac31a1f28ac162f4f79b27d1 100644 (file)
@@ -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.