summaryrefslogtreecommitdiff
path: root/package/qtopia4/Config.mouse.in
blob: 5ca4046d02b3bcb30d71d333e2b4bbd4c8d0e0cf (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
25
26
27
28
29
30
31
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