summaryrefslogtreecommitdiffstats
path: root/package/qt/Config.mouse.in
blob: 16c41c18f6244bd10679d070ff1a512bed5319f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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