summaryrefslogtreecommitdiffstats
path: root/rules/tslib.in
blob: d942b5d8fd5e28abb19c636ebca2ea442b88c1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig TSLIB
	bool
	prompt "tslib (touch library) "
	help
	  FIXME: This item needs to be documented

config TSLIB_TS_CALIBRATE
	bool
	prompt "Install ts_calibrate on target"
	depends on TSLIB
	help
	  FIXME: This item needs to be documented

config TSLIB_TS_TEST
	bool
	prompt "Install ts_test on target"
	depends on TSLIB
	help
	  FIXME: This item needs to be documented