summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/touchscreen/Kconfig')
-rw-r--r--apps/examples/touchscreen/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/examples/touchscreen/Kconfig b/apps/examples/touchscreen/Kconfig
index f493ea893..5e7739c35 100644
--- a/apps/examples/touchscreen/Kconfig
+++ b/apps/examples/touchscreen/Kconfig
@@ -36,4 +36,11 @@ config EXAMPLES_TOUCHSCREEN_NSAMPLES
Otherwise, this number of samples is collected and the program
terminates. Default: Zero (Samples are collected indefinitely).
+config EXAMPLES_TOUCHSCREEN_MOUSE
+ bool "Mouse interface"
+ default n
+ ---help---
+ The touchscreen test can also be configured to work with a mouse
+ driver by setting this option.
+
endif