From 5603b48dfa07296bfa23c76065ede297459d0b65 Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Tue, 11 Sep 2012 07:31:03 +0200 Subject: [PATCH] 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(+) diff --git a/commands/Kconfig b/commands/Kconfig index f2756cc40..8f3a15ace 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -472,6 +472,10 @@ config CMD_OFTREE endmenu +menu "testing " + +endmenu + config CMD_TIMEOUT tristate prompt "timeout"