From f972f947d53ffecaf09999bf0a4931d81f13966f Mon Sep 17 00:00:00 2001 From: Arnar Mar SigurĂ°sson Date: Fri, 31 Oct 2008 17:17:23 +0000 Subject: 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. --- package/qtopia4/Config.gfx.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package/qtopia4/Config.gfx.in (limited to 'package/qtopia4/Config.gfx.in') diff --git a/package/qtopia4/Config.gfx.in b/package/qtopia4/Config.gfx.in new file mode 100644 index 000000000..572e810a4 --- /dev/null +++ b/package/qtopia4/Config.gfx.in @@ -0,0 +1,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 -- cgit v1.2.3