summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSangwon Jee <jeesw@melfas.com>2016-01-14 17:55:54 +0900
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-02-17 11:16:12 -0800
commit6ccb1d8f78bd349a8a5b2aa228d3c8b35ee704a8 (patch)
tree31ae6aa5f86fff50e291fdf86cf0029cbe0dc335 /drivers/input/touchscreen/Kconfig
parent1261d013daead425ee03c977a5b8dbe8016e25a6 (diff)
downloadop-kernel-dev-6ccb1d8f78bd349a8a5b2aa228d3c8b35ee704a8.zip
op-kernel-dev-6ccb1d8f78bd349a8a5b2aa228d3c8b35ee704a8.tar.gz
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 f4e53b4..309951d 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -491,6 +491,17 @@ config TOUCHSCREEN_MMS114
To compile this driver as a module, choose M here: the
module will be called mms114.
+config TOUCHSCREEN_MELFAS_MIP4
+ tristate "MELFAS MIP4 Touchscreen"
+ depends on I2C
+ help
+ Say Y here if you have a MELFAS MIP4 Touchscreen device.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here:
+ the module will be called melfas_mip4.
+
config TOUCHSCREEN_MTOUCH
tristate "MicroTouch serial touchscreens"
select SERIO
OpenPOWER on IntegriCloud