summaryrefslogtreecommitdiff
path: root/src/draw/Kconfig
blob: 486461f3514463a043625279e5f0ed397571ac93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menuconfig DRAW
	bool "Graphic library support"
	default y

if DRAW
	config GL
		bool "OpenGL support"
		default y

	config SDL2
		bool "SDL2 support"
		default y

	config TUI
		bool "Terminal interface support"
		default y
endif