summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/Config.mouse.in
diff options
context:
space:
mode:
authorArnar Mar SigurĂ°sson <antab@valka.is>2008-10-31 17:17:23 +0000
committerArnar Mar SigurĂ°sson <antab@valka.is>2008-10-31 17:17:23 +0000
commitf972f947d53ffecaf09999bf0a4931d81f13966f (patch)
tree0e6e733b96290b61eaa91596ceb86d376d75f9ee /package/qtopia4/Config.mouse.in
parent1830e8942fe3c90da4bcda14dcf926d65daa1286 (diff)
downloadbuildroot-novena-f972f947d53ffecaf09999bf0a4931d81f13966f.tar.gz
buildroot-novena-f972f947d53ffecaf09999bf0a4931d81f13966f.zip
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.
Diffstat (limited to 'package/qtopia4/Config.mouse.in')
-rw-r--r--package/qtopia4/Config.mouse.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/qtopia4/Config.mouse.in b/package/qtopia4/Config.mouse.in
new file mode 100644
index 000000000..5ca4046d0
--- /dev/null
+++ b/package/qtopia4/Config.mouse.in
@@ -0,0 +1,31 @@
+menu "Mouse drivers"
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_PC
+ bool "pc"
+ default n
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_BUS
+ bool "bus"
+ default n
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_LINUXTP
+ bool "linuxtp"
+ default n
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_YOPY
+ bool "yopy"
+ default n
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX
+ bool "vxr41xx"
+ default n
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_TSLIB
+ bool "tslib"
+ default n
+
+config BR2_PACKAGE_QTOPIA4_MOUSE_QVFB
+ bool "qvfb"
+ default n
+
+endmenu