diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-05 15:20:24 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-05 15:20:24 -0400 |
commit | 92944c1c943647c7eb39c081feeecdd169f68ee4 (patch) | |
tree | 1412deee46f6be19cf9b5a65a8d76ed4553866a8 /drivers/input/touchscreen/Kconfig | |
parent | 77686517977e77d101c8a7b397717df00a88922b (diff) | |
parent | d4f5f937c3dfdea9f49c3cdeea8813b0d9f7715a (diff) |
Merge branch 'mrst-touchscreen' into next
Conflicts:
drivers/input/touchscreen/Makefile
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 400c99de0bb..d59feb7b90f 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -260,6 +260,18 @@ config TOUCHSCREEN_INEXIO | |||
260 | To compile this driver as a module, choose M here: the | 260 | To compile this driver as a module, choose M here: the |
261 | module will be called inexio. | 261 | module will be called inexio. |
262 | 262 | ||
263 | config TOUCHSCREEN_INTEL_MID | ||
264 | tristate "Intel MID platform resistive touchscreen" | ||
265 | depends on INTEL_SCU_IPC | ||
266 | help | ||
267 | Say Y here if you have a Intel MID based touchscreen in | ||
268 | your system. | ||
269 | |||
270 | If unsure, say N. | ||
271 | |||
272 | To compile this driver as a module, choose M here: the | ||
273 | module will be called intel_mid_touch. | ||
274 | |||
263 | config TOUCHSCREEN_MK712 | 275 | config TOUCHSCREEN_MK712 |
264 | tristate "ICS MicroClock MK712 touchscreen" | 276 | tristate "ICS MicroClock MK712 touchscreen" |
265 | help | 277 | help |