summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@googlemail.com>2012-09-11 07:31:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-11 09:45:58 +0200
commit5603b48dfa07296bfa23c76065ede297459d0b65 (patch)
tree95d2a720150c862bb314ec58e1037b6256861542 /commands
parent05a68cca1f41d16c9d79c6903aa1f52328e2d1c9 (diff)
downloadbarebox-5603b48dfa07296bfa23c76065ede297459d0b65.tar.gz
barebox-5603b48dfa07296bfa23c76065ede297459d0b65.tar.xz
commands: add testing menu
Add command menu for testing utilities. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig4
1 files changed, 4 insertions, 0 deletions
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"