summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMarek Szyprowski <[email protected]>2019-10-02 12:29:08 +0200
committerMarek Vasut <[email protected]>2019-10-31 12:12:31 +0100
commit909338c345812bf9a57780dc09caafded237a036 (patch)
treeb704d2786a1b2d053c1343f259a04e9b6da9d03c /cmd
parentade08db8993687926773b32a477d9a24a9ede9e7 (diff)
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 <[email protected]> Acked-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index b08a7098579..c414c5d8e67 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.