summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:34:57 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 17:44:46 -0400
commit9b92a8d76ad7efdcda58a4da1a773cf4674cdc86 (patch)
tree29edef89154d2f3dba69a8e7c7ab839feadd603d /cmd/Kconfig
parent78d11b704053c7c3ada8e3be3c333204fc24a88a (diff)
Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig
This converts the following to Kconfig: CONFIG_CMD_THOR_DOWNLOAD Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4d7516eb55..3dfc94a182 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -304,6 +304,14 @@ config CMD_SPL_WRITE_SIZE
flash used by Falcon-mode boot. See the documentation until CMD_SPL
for detail.
+config CMD_THOR_DOWNLOAD
+ bool "thor - TIZEN 'thor' download"
+ help
+ Implements the 'thor' download protocol. This is a way of
+ downloading a software update over USB from an attached host.
+ There is no documentation about this within the U-Boot source code
+ but you should be able to find something on the interwebs.
+
endmenu
menu "Environment commands"