blob: 7b3946009307d3e3f9454557ba69b69cb2ad4c39 (
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
|
menu "Mouse drivers"
config BR2_PACKAGE_QTOPIA4_MOUSE_PC
bool "pc"
config BR2_PACKAGE_QTOPIA4_MOUSE_BUS
bool "bus"
config BR2_PACKAGE_QTOPIA4_MOUSE_LINUXTP
bool "linuxtp"
config BR2_PACKAGE_QTOPIA4_MOUSE_YOPY
bool "yopy"
config BR2_PACKAGE_QTOPIA4_MOUSE_VR41XX
bool "vr41xx"
config BR2_PACKAGE_QTOPIA4_MOUSE_TSLIB
bool "tslib"
config BR2_PACKAGE_QTOPIA4_MOUSE_QVFB
bool "qvfb"
endmenu
|