summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:16 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:16 +0200
commit5a7d4885100f23fb33d624dd047c6ea49c959300 (patch)
tree353d3653e9e057f75b13b3c2f820a28449b381c1 /commands/Kconfig
parentf59546b79bcad4d65b84208817ab740214e78340 (diff)
downloadbarebox-5a7d4885100f23fb33d624dd047c6ea49c959300.tar.gz
barebox-5a7d4885100f23fb33d624dd047c6ea49c959300.tar.xz
svn_rev_676
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 61ee8c549e..c09a14e416 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -125,7 +125,12 @@ config CMD_MEMINFO
config CMD_MEMORY
bool
- prompt "md, mm, mw and several others"
+ prompt "md and mw"
+
+config CMD_CRC
+ bool
+ select CRC32
+ prompt "crc"
config CMD_MTEST
bool