summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-11-27 20:35:04 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-11-27 23:19:55 +0100
commite68ac6368d8fe654b015f221c9cb179c0c4723e0 (patch)
treea32bcce0bc2a56ff7510495da12876ddb651a8a3 /commands/Kconfig
parent397274e04f8702a4b5524d0c0167bb2f887f077f (diff)
downloadbarebox-e68ac6368d8fe654b015f221c9cb179c0c4723e0.tar.gz
barebox-e68ac6368d8fe654b015f221c9cb179c0c4723e0.tar.xz
Revert "separating memory commands"
This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
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