kumquat-buildroot/package/qtopia4/Config.gfx.in
Arnar Mar Sigurðsson f972f947d5 Add options to select what gfx and mouse drivers are compiled in.
Note to tslib users: You now have to select the tslib mouse driver to build it.
2008-10-31 17:17:23 +00:00

24 lines
398 B
Plaintext

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