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
1 menu "Mouse drivers"
2
3 config BR2_PACKAGE_QT_MOUSE_PC
4         bool "pc"
5
6 config BR2_PACKAGE_QT_MOUSE_LINUXTP
7         bool "linuxtp"
8
9 config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
10         bool "linux input"
11
12 config BR2_PACKAGE_QT_MOUSE_TSLIB
13         bool "tslib"
14
15 config BR2_PACKAGE_QT_MOUSE_QVFB
16         bool "qvfb"
17
18 comment "Mouse Options"
19
20 config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
21         bool "Hide the mouse cursor"
22         help
23           Do not show the mouse cursor in QWS.
24
25 endmenu