20d2c70fbd
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>
25 lines
365 B
Plaintext
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
|