summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig38
1 files changed, 21 insertions, 17 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 8767807408..930a9b1d0f 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -192,14 +192,6 @@ config CMD_NAND
depends on NAND
prompt "nand"
-config CMD_NANDTEST
- tristate
- depends on NAND
- depends on PARTITION
- depends on NAND_ECC_HW || NAND_ECC_SOFT
- select PARTITION_NEED_MTD
- prompt "nandtest"
-
config CMD_AUTOMOUNT
tristate
select FS_AUTOMOUNT
@@ -327,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 "
@@ -482,6 +465,27 @@ config CMD_OFTREE_PROBE
endmenu
+menu "testing "
+
+config CMD_NANDTEST
+ tristate
+ depends on NAND
+ depends on PARTITION
+ depends on NAND_ECC_HW || NAND_ECC_SOFT
+ 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
tristate
prompt "timeout"