From 15dc63d646bd73f473141653db9a20a71aaaeced Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:43 -0600 Subject: Convert CONFIG_CMD_SAVES to Kconfig This converts the following to Kconfig: CONFIG_CMD_SAVES Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index d623a431914..9efc2cf6408 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 -- cgit v1.2.3