diff options
author | Daniel Silverstone <dsilvers@simtec.co.uk> | 2009-11-23 11:38:16 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-11-23 11:52:08 -0500 |
commit | 2330ed18b27a8f4f10e48e0a1c65ede56e03825c (patch) | |
tree | bd328f187a10d6cb9470f2a622fdfb185ff7fdb6 /drivers/input/touchscreen/Kconfig | |
parent | 721a730eceb009ba61f8eeee31360c02ed8f6aba (diff) |
Input: usbtouchscreen - add support for Zytronic capacitive touchscreen
Zytronic USB-attached capacitive touchscreen support within the generic
USB touchscreen driver.
Signed-off-by: Daniel Silverstone <dsilvers@simtec.co.uk>
Signed-off-by: Vincent Sanders <vince@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index aebea71ff02a..c04fb531d63d 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -430,6 +430,7 @@ config TOUCHSCREEN_USB_COMPOSITE | |||
430 | - IdealTEK URTC1000 | 430 | - IdealTEK URTC1000 |
431 | - GoTop Super_Q2/GogoPen/PenPower tablets | 431 | - GoTop Super_Q2/GogoPen/PenPower tablets |
432 | - JASTEC USB Touch Controller/DigiTech DTR-02U | 432 | - JASTEC USB Touch Controller/DigiTech DTR-02U |
433 | - Zytronic controllers | ||
433 | 434 | ||
434 | Have a look at <http://linux.chapter7.ch/touchkit/> for | 435 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
435 | a usage description and the required user-space stuff. | 436 | a usage description and the required user-space stuff. |
@@ -502,6 +503,11 @@ config TOUCHSCREEN_USB_E2I | |||
502 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" | 503 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" |
503 | depends on TOUCHSCREEN_USB_COMPOSITE | 504 | depends on TOUCHSCREEN_USB_COMPOSITE |
504 | 505 | ||
506 | config TOUCHSCREEN_USB_ZYTRONIC | ||
507 | default y | ||
508 | bool "Zytronic controller" if EMBEDDED | ||
509 | depends on TOUCHSCREEN_USB_COMPOSITE | ||
510 | |||
505 | config TOUCHSCREEN_TOUCHIT213 | 511 | config TOUCHSCREEN_TOUCHIT213 |
506 | tristate "Sahara TouchIT-213 touchscreen" | 512 | tristate "Sahara TouchIT-213 touchscreen" |
507 | select SERIO | 513 | select SERIO |