From 00805d7ad83b410660fc17a06374874a81e39874 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:52 -0600 Subject: Convert CONFIG_CMD_STRINGS to Kconfig This converts the following to Kconfig: CONFIG_CMD_STRINGS Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index e4a25787cb..d26dcf7fc2 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -492,6 +492,14 @@ config SHA1SUM_VERIFY help Add -v option to verify data against a SHA1 checksum. +config CMD_STRINGS + bool "strings - display strings in memory" + help + This works similarly to the Unix 'strings' command except that it + works with a memory range. String of printable characters found + within the range are displayed. The minimum number of characters + for a sequence to be considered a string can be provided. + endmenu menu "Compression commands" -- cgit