From 5603b48dfa07296bfa23c76065ede297459d0b65 Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Tue, 11 Sep 2012 07:31:03 +0200 Subject: commands: add testing menu Add command menu for testing utilities. Signed-off-by: Alexander Aring Signed-off-by: Sascha Hauer --- commands/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index f2756cc400..8f3a15aceb 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -472,6 +472,10 @@ config CMD_OFTREE endmenu +menu "testing " + +endmenu + config CMD_TIMEOUT tristate prompt "timeout" -- cgit v1.2.3 From 126f9f0482d165056dd2a488e2ebe20430c6f41d Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Tue, 11 Sep 2012 07:31:04 +0200 Subject: commands: move nandtest to testing Move nandtest in commands menu. Signed-off-by: Alexander Aring Signed-off-by: Sascha Hauer --- commands/Kconfig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index 8f3a15aceb..2ee86430b7 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 @@ -474,6 +466,14 @@ 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" + endmenu config CMD_TIMEOUT -- cgit v1.2.3 From 5b10582696feffa36efb0b9da1aca40a33c8e2dc Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Tue, 11 Sep 2012 07:31:05 +0200 Subject: commands: move memtest to testing Move memtest to testing commands menu. Signed-off-by: Alexander Aring Signed-off-by: Sascha Hauer --- commands/Kconfig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'commands/Kconfig') 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 -- cgit v1.2.3