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>
This commit is contained in:
Simon Glass
2017-08-04 16:34:57 -06:00
committed by Tom Rini
parent 78d11b7040
commit 9b92a8d76a
30 changed files with 30 additions and 7 deletions

View File

@ -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"