[PATCH 3/4] menu: fix command management module support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Tue Jul 5 01:55:56 EDT 2011


it's part of the command and can not be compiled as an other module

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 commands/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commands/Kconfig b/commands/Kconfig
index 30eeff9..5700dc2 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -65,7 +65,7 @@ config CMD_MENU
 	prompt "menu"
 
 config CMD_MENU_MANAGEMENT
-	tristate
+	bool
 	depends on CMD_MENU
 	prompt "menu scripts management"
 
-- 
1.7.4.1




More information about the barebox mailing list