aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSangwon Jee <jeesw@melfas.com>2016-01-14 03:55:54 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-02-17 14:16:12 -0500
commit6ccb1d8f78bd349a8a5b2aa228d3c8b35ee704a8 (patch)
tree31ae6aa5f86fff50e291fdf86cf0029cbe0dc335 /drivers/input/touchscreen/Kconfig
parent1261d013daead425ee03c977a5b8dbe8016e25a6 (diff)
Input: add MELFAS MIP4 Touchscreen driver
This is an input driver for MELFAS MIP4 Touchscreen devices, such as MMS400, MMS500, MCS8000, MIT200, MIT300, MIT400, MFS10. All devices implementing MIP4 protocol (MELFAS Interface Protocol Version 4) should be supported by this driver. Signed-off-by: Sangwon Jee <jeesw@melfas.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index f4e53b4a6062..309951da0970 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -491,6 +491,17 @@ config TOUCHSCREEN_MMS114
491 To compile this driver as a module, choose M here: the 491 To compile this driver as a module, choose M here: the
492 module will be called mms114. 492 module will be called mms114.
493 493
494config TOUCHSCREEN_MELFAS_MIP4
495 tristate "MELFAS MIP4 Touchscreen"
496 depends on I2C
497 help
498 Say Y here if you have a MELFAS MIP4 Touchscreen device.
499
500 If unsure, say N.
501
502 To compile this driver as a module, choose M here:
503 the module will be called melfas_mip4.
504
494config TOUCHSCREEN_MTOUCH 505config TOUCHSCREEN_MTOUCH
495 tristate "MicroTouch serial touchscreens" 506 tristate "MicroTouch serial touchscreens"
496 select SERIO 507 select SERIO