kumquat-buildroot/package/qt/Config.mouse.in
Thomas Petazzoni 20d2c70fbd qt: rename qtopia4 to qt
A while ago, Trolltech (now part of Nokia) included Qtopia directly
inside Qt. So let's rename the qtopia4 package to simply qt, which
will be more familiar to our users. Of course, the version we compile
is Qt for Embedded Linux.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-25 00:05:35 +02:00

25 lines
365 B
Plaintext

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