kumquat-buildroot/package/qtopia4/Config.mouse.in
Arnar Mar Sigurðsson f972f947d5 Add options to select what gfx and mouse drivers are compiled in.
Note to tslib users: You now have to select the tslib mouse driver to build it.
2008-10-31 17:17:23 +00:00

32 lines
478 B
Plaintext

menu "Mouse drivers"
config BR2_PACKAGE_QTOPIA4_MOUSE_PC
bool "pc"
default n
config BR2_PACKAGE_QTOPIA4_MOUSE_BUS
bool "bus"
default n
config BR2_PACKAGE_QTOPIA4_MOUSE_LINUXTP
bool "linuxtp"
default n
config BR2_PACKAGE_QTOPIA4_MOUSE_YOPY
bool "yopy"
default n
config BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX
bool "vxr41xx"
default n
config BR2_PACKAGE_QTOPIA4_MOUSE_TSLIB
bool "tslib"
default n
config BR2_PACKAGE_QTOPIA4_MOUSE_QVFB
bool "qvfb"
default n
endmenu