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/games/Config.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'package/games') diff --git a/package/games/Config.in b/package/games/Config.in index 4d7302796..000a01402 100644 --- a/package/games/Config.in +++ b/package/games/Config.in @@ -1,10 +1,4 @@ -menuconfig BR2_GAMES - bool "Games" - default y - help - Support for games - -if BR2_GAMES +menu "Games" source "package/games/ace_of_penguins/Config.in" source "package/games/doom-wad/Config.in" source "package/games/gnuchess/Config.in" @@ -14,4 +8,4 @@ source "package/games/prboom/Config.in" source "package/games/rubix/Config.in" source "package/games/vice/Config.in" source "package/games/xboard/Config.in" -endif +endmenu -- cgit v1.2.3