Convert CONFIG_CMD_SAVES to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_SAVES

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:43 -06:00
committed by Tom Rini
parent 5d47099fea
commit 15dc63d646
21 changed files with 16 additions and 73 deletions

View File

@ -779,6 +779,12 @@ config CMD_SATA
Attachment, where AT refers to an IBM AT (Advanced Technology)
computer released in 1984.
config CMD_SAVES
bool "saves - Save a file over serial in S-Record format"
help
Provides a way to save a binary file using the Motorola S-Record
format over the serial line.
config CMD_SF
bool "sf"
help