summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig23
1 files changed, 2 insertions, 21 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index bb57152f4b..e0e05adef2 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -143,29 +143,10 @@ config CMD_MEMINFO
tristate
prompt "meminfo"
-config CMD_MC
+config CMD_MEMORY
bool
- select CMD_MEMORY
default y
- prompt "memcmp"
-
-config CMD_MD
- bool
- select CMD_MEMORY
- default y
- prompt "md"
-
-config CMD_MEMCPY
- bool
- select CMD_MEMORY
- default y
- prompt "memcpy"
-
-config CMD_MW
- bool
- select CMD_MEMORY
- default y
- prompt "mw"
+ prompt "md and mw"
config CMD_CRC
tristate