summaryrefslogtreecommitdiff
path: root/package/qtopia4/Config.gfx.in
blob: 572e810a4202c64aad94e78e8afd316ffdec34fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
menu "Graphics drivers"

config BR2_PACKAGE_QTOPIA4_GFX_LINUXFB
	bool "Linux Framebuffer"
	default y

config BR2_PACKAGE_QTOPIA4_GFX_TRANSFORMED
	bool "Transformed"
	default n

config BR2_PACKAGE_QTOPIA4_GFX_QVFB
	bool "Qt Virtual Framebuffer"
	default n

config BR2_PACKAGE_QTOPIA4_GFX_VNC
	bool "VNC"
	default n

config BR2_PACKAGE_QTOPIA4_GFX_MULTISCREEN
	bool "multiscreen"
	default y

endmenu