summaryrefslogtreecommitdiff
path: root/package/games
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-11-14 12:59:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-11-14 12:59:14 +0000
commit9f07b39f65c9aa739138cbf88cbf6c264d46e1ea (patch)
tree8e2efbe1498f985381e38aefca70e42b90ebf3ad /package/games
parent8033ef6fe2c272df1493a1bfe6c38337f06755e2 (diff)
package: Kconfig: use menu instead of menuconfig for sub menus
As discussed on the list - These things should normally not be (un)selectable.
Diffstat (limited to 'package/games')
-rw-r--r--package/games/Config.in10
1 files changed, 2 insertions, 8 deletions
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