The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qt / Config.mouse.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/qt/Config.mouse.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/qt/Config.mouse.in
new file mode 100644 (file)
index 0000000..16c41c1
--- /dev/null
@@ -0,0 +1,25 @@
+menu "Mouse drivers"
+
+config BR2_PACKAGE_QT_MOUSE_PC
+       bool "pc"
+
+config BR2_PACKAGE_QT_MOUSE_LINUXTP
+       bool "linuxtp"
+
+config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
+       bool "linux input"
+
+config BR2_PACKAGE_QT_MOUSE_TSLIB
+       bool "tslib"
+
+config BR2_PACKAGE_QT_MOUSE_QVFB
+       bool "qvfb"
+
+comment "Mouse Options"
+
+config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
+       bool "Hide the mouse cursor"
+       help
+         Do not show the mouse cursor in QWS.
+
+endmenu