summaryrefslogtreecommitdiff
path: root/package/qt/Config.mouse.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-07-27 15:24:12 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-07-27 15:24:12 +0200
commit074d73a919d8de5ccce04eb79e1940f202f604b3 (patch)
tree5c8c4fdac933a072ed774b952dc3e3304d90b96f /package/qt/Config.mouse.in
parent53fd73611c93f55215356444a15d3f615fd74003 (diff)
parent314cdcbd2541cae9fb1709831ec67e36508ac793 (diff)
Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/qt/Config.mouse.in')
-rw-r--r--package/qt/Config.mouse.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/qt/Config.mouse.in b/package/qt/Config.mouse.in
new file mode 100644
index 000000000..708597428
--- /dev/null
+++ b/package/qt/Config.mouse.in
@@ -0,0 +1,24 @@
+menu "Mouse drivers"
+
+config BR2_PACKAGE_QT_MOUSE_PC
+ bool "pc"
+
+config BR2_PACKAGE_QT_MOUSE_BUS
+ bool "bus"
+
+config BR2_PACKAGE_QT_MOUSE_LINUXTP
+ bool "linuxtp"
+
+config BR2_PACKAGE_QT_MOUSE_YOPY
+ bool "yopy"
+
+config BR2_PACKAGE_QT_MOUSE_VR41XX
+ bool "vr41xx"
+
+config BR2_PACKAGE_QT_MOUSE_TSLIB
+ bool "tslib"
+
+config BR2_PACKAGE_QT_MOUSE_QVFB
+ bool "qvfb"
+
+endmenu