summaryrefslogtreecommitdiffstats
path: root/package/games/Config.in
blob: 45d3c82661bed0ae3c3f5e4dd77a7dae2e7ee3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuconfig BR2_GAMES
	bool "Games"
	default y
	help
	  Support for games

if BR2_GAMES
source "package/games/ace_of_penguins/Config.in"
source "package/games/gnuchess/Config.in"
source "package/games/lxdoom/Config.in"
source "package/games/magiccube4d/Config.in"
source "package/games/rubix/Config.in"
source "package/games/vice/Config.in"
source "package/games/xboard/Config.in"
endif