diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2012-07-13 03:25:45 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-07-18 02:16:17 -0400 |
commit | 07b8481d4aff73d6f451f25e74ea10240ff5131e (patch) | |
tree | 3b69fbd4bc82b4741e14f484e76a796ced7f2429 /drivers/input/touchscreen/Kconfig | |
parent | 69690bec400e4c6cc89ef37376da1e633e14ad0f (diff) |
Input: add MELFAS mms114 touchscreen driver
This is a initial driver for new touchscreen chip mms114 of MELFAS.
It uses I2C interface and supports 10 multi touch.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 98d263504eea..73bd2f6b82ec 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -369,6 +369,18 @@ config TOUCHSCREEN_MCS5000 | |||
369 | To compile this driver as a module, choose M here: the | 369 | To compile this driver as a module, choose M here: the |
370 | module will be called mcs5000_ts. | 370 | module will be called mcs5000_ts. |
371 | 371 | ||
372 | config TOUCHSCREEN_MMS114 | ||
373 | tristate "MELFAS MMS114 touchscreen" | ||
374 | depends on I2C | ||
375 | help | ||
376 | Say Y here if you have the MELFAS MMS114 touchscreen controller | ||
377 | chip in your system. | ||
378 | |||
379 | If unsure, say N. | ||
380 | |||
381 | To compile this driver as a module, choose M here: the | ||
382 | module will be called mms114. | ||
383 | |||
372 | config TOUCHSCREEN_MTOUCH | 384 | config TOUCHSCREEN_MTOUCH |
373 | tristate "MicroTouch serial touchscreens" | 385 | tristate "MicroTouch serial touchscreens" |
374 | select SERIO | 386 | select SERIO |