aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2015-09-05 13:32:09 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-05 14:11:48 -0400
commit48ead50c1dd8e5cdb7ead067558a834c1e895e6e (patch)
treea5e12cf6a2763d7f6419389347d7a8cffe5a5339 /drivers/input/touchscreen/Kconfig
parentf5d75341fac6033f6afac900da110cc78e06d40d (diff)
Input: Add touchscreen support for Colibri VF50
The Colibri Vybrid VF50 module supports 4-wire touchscreens using FETs and ADC inputs. This driver uses the IIO consumer interface and relies on the vf610_adc driver based on the IIO framework. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 059edeb7f04a..a6d7a4d8dbb7 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -1040,4 +1040,16 @@ config TOUCHSCREEN_ZFORCE
1040 To compile this driver as a module, choose M here: the 1040 To compile this driver as a module, choose M here: the
1041 module will be called zforce_ts. 1041 module will be called zforce_ts.
1042 1042
1043config TOUCHSCREEN_COLIBRI_VF50
1044 tristate "Toradex Colibri on board touchscreen driver"
1045 depends on GPIOLIB && IIO && VF610_ADC
1046 help
1047 Say Y here if you have a Colibri VF50 and plan to use
1048 the on-board provided 4-wire touchscreen driver.
1049
1050 If unsure, say N.
1051
1052 To compile this driver as a module, choose M here: the
1053 module will be called colibri_vf50_ts.
1054
1043endif 1055endif