From 9f07b39f65c9aa739138cbf88cbf6c264d46e1ea Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 14 Nov 2008 12:59:14 +0000 Subject: package: Kconfig: use menu instead of menuconfig for sub menus As discussed on the list - These things should normally not be (un)selectable. --- package/editors/Config.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'package/editors/Config.in') diff --git a/package/editors/Config.in b/package/editors/Config.in index b4e7e4023..a1b5fd3ac 100644 --- a/package/editors/Config.in +++ b/package/editors/Config.in @@ -1,12 +1,6 @@ -menuconfig BR2_TEXTEDIT_SUPPORT - bool "Text editors" - default y - help - Support for text editors - -if BR2_TEXTEDIT_SUPPORT +menu "Text editors" source "package/editors/ed/Config.in" source "package/editors/nano/Config.in" source "package/editors/uemacs/Config.in" source "package/editors/vim/Config.in" -endif +endmenu -- cgit v1.2.3