Skip to content
Snippets Groups Projects
Commit 00805d7a authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Convert CONFIG_CMD_STRINGS to Kconfig


This converts the following to Kconfig:
   CONFIG_CMD_STRINGS

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent ba71be54
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -239,7 +239,6 @@ int vct_gpio_get(int pin);
* (NOR/OneNAND) usage and Linux kernel booting.
*/
#if defined(CONFIG_VCT_SMALL_IMAGE)
#undef CONFIG_CMD_STRINGS
#undef CONFIG_CMD_TERMINAL
#undef CONFIG_SMC911X
......
......@@ -293,7 +293,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
CONFIG_CMD_STRINGS
CONFIG_CMD_SX151X
CONFIG_CMD_TCA642X
CONFIG_CMD_TERMINAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment