summaryrefslogtreecommitdiffstats
path: root/rules/tslib.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2005-09-27 15:26:20 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2005-09-27 15:26:20 +0000
commitd9acd66e446e58d23132453e2645e2f62fa349ed (patch)
tree45cb07252e2c197d527dd1fb3d74a87d1a36ecc1 /rules/tslib.in
parent7cd994eeb920af4fe6250b380ee5f14d4ca38aa1 (diff)
downloadptxdist-d9acd66e446e58d23132453e2645e2f62fa349ed.tar.gz
ptxdist-d9acd66e446e58d23132453e2645e2f62fa349ed.tar.xz
add tslib library
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3154 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tslib.in')
-rw-r--r--rules/tslib.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/tslib.in b/rules/tslib.in
new file mode 100644
index 000000000..c62ef30ba
--- /dev/null
+++ b/rules/tslib.in
@@ -0,0 +1,14 @@
+menuconfig TSLIB
+ bool
+ prompt "tslib - touchscreen library"
+ select HOSTTOOL_QTE
+
+config TSLIB_TS_CALIBRATE
+ bool
+ prompt "Install ts_calibrate on target"
+ depends on TSLIB
+
+config TSLIB_TS_TEST
+ bool
+ prompt "Install ts_test on target"
+ depends on TSLIB