2009-07-25 00:05:35 +02:00
|
|
|
menu "Mouse drivers"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_PC
|
|
|
|
bool "pc"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_LINUXTP
|
|
|
|
bool "linuxtp"
|
|
|
|
|
2010-04-02 15:33:28 +02:00
|
|
|
config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
|
|
|
|
bool "linux input"
|
2009-07-25 00:05:35 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_TSLIB
|
|
|
|
bool "tslib"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_QVFB
|
|
|
|
bool "qvfb"
|
|
|
|
|
2011-02-03 00:06:44 +01:00
|
|
|
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.
|
|
|
|
|
2009-07-25 00:05:35 +02:00
|
|
|
endmenu
|