summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@googlemail.com>2012-09-11 07:31:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-11 09:46:13 +0200
commit5b10582696feffa36efb0b9da1aca40a33c8e2dc (patch)
tree77f7b2f437835a8d5144dcb4938e9db13768b4e3 /commands/Kconfig
parent126f9f0482d165056dd2a488e2ebe20430c6f41d (diff)
downloadbarebox-5b10582696feffa36efb0b9da1aca40a33c8e2dc.tar.gz
barebox-5b10582696feffa36efb0b9da1aca40a33c8e2dc.tar.xz
commands: move memtest to testing
Move memtest to testing commands menu. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 2ee86430b7..4b9e8ba3ef 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -319,15 +319,6 @@ config CMD_SHA224SUM
select SHA224
prompt "sha224sum"
-config CMD_MTEST
- tristate
- prompt "mtest"
-
-config CMD_MTEST_ALTERNATIVE
- bool
- depends on CMD_MTEST
- prompt "alternative mtest implementation"
-
endmenu
menu "flash "
@@ -474,6 +465,15 @@ config CMD_NANDTEST
select PARTITION_NEED_MTD
prompt "nandtest"
+config CMD_MTEST
+ tristate
+ prompt "mtest"
+
+config CMD_MTEST_ALTERNATIVE
+ bool
+ depends on CMD_MTEST
+ prompt "alternative mtest implementation"
+
endmenu
config CMD_TIMEOUT