Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Mouse driver configuration |
| 3 | # |
| 4 | menuconfig INPUT_TOUCHSCREEN |
| 5 | bool "Touchscreens" |
| 6 | help |
| 7 | Say Y here, and a list of supported touchscreens will be displayed. |
| 8 | This option doesn't affect the kernel. |
| 9 | |
| 10 | If unsure, say Y. |
| 11 | |
| 12 | if INPUT_TOUCHSCREEN |
| 13 | |
| 14 | config TOUCHSCREEN_BITSY |
| 15 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" |
| 16 | depends on SA1100_BITSY |
| 17 | select SERIO |
| 18 | help |
| 19 | Say Y here if you have the h3600 (Bitsy) touchscreen. |
| 20 | |
| 21 | If unsure, say N. |
| 22 | |
| 23 | To compile this driver as a module, choose M here: the |
| 24 | module will be called h3600_ts_input. |
| 25 | |
| 26 | config TOUCHSCREEN_CORGI |
| 27 | tristate "Corgi touchscreen (for Sharp SL-C7xx)" |
| 28 | depends on PXA_SHARPSL |
| 29 | default y |
| 30 | help |
| 31 | Say Y here to enable the driver for the touchscreen on the |
| 32 | Sharp SL-C7xx series of PDAs. |
| 33 | |
| 34 | If unsure, say N. |
| 35 | |
| 36 | To compile this driver as a module, choose M here: the |
| 37 | module will be called ads7846_ts. |
| 38 | |
| 39 | config TOUCHSCREEN_GUNZE |
| 40 | tristate "Gunze AHL-51S touchscreen" |
| 41 | select SERIO |
| 42 | help |
| 43 | Say Y here if you have the Gunze AHL-51 touchscreen connected to |
| 44 | your system. |
| 45 | |
| 46 | If unsure, say N. |
| 47 | |
| 48 | To compile this driver as a module, choose M here: the |
| 49 | module will be called gunze. |
| 50 | |
| 51 | config TOUCHSCREEN_ELO |
| 52 | tristate "Elo serial touchscreens" |
| 53 | select SERIO |
| 54 | help |
| 55 | Say Y here if you have an Elo serial touchscreen connected to |
| 56 | your system. |
| 57 | |
| 58 | If unsure, say N. |
| 59 | |
| 60 | To compile this driver as a module, choose M here: the |
Michael Prokop | 153ab42 | 2005-07-11 01:09:10 -0500 | [diff] [blame^] | 61 | module will be called elo. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
| 63 | config TOUCHSCREEN_MTOUCH |
| 64 | tristate "MicroTouch serial touchscreens" |
| 65 | select SERIO |
| 66 | help |
| 67 | Say Y here if you have a MicroTouch (3M) serial touchscreen connected to |
| 68 | your system. |
| 69 | |
| 70 | If unsure, say N. |
| 71 | |
| 72 | To compile this driver as a module, choose M here: the |
| 73 | module will be called mtouch. |
| 74 | |
| 75 | config TOUCHSCREEN_MK712 |
| 76 | tristate "ICS MicroClock MK712 touchscreen" |
| 77 | help |
| 78 | Say Y here if you have the ICS MicroClock MK712 touchscreen |
| 79 | controller chip in your system. |
| 80 | |
| 81 | If unsure, say N. |
| 82 | |
| 83 | To compile this driver as a module, choose M here: the |
| 84 | module will be called mk712. |
| 85 | |
| 86 | config TOUCHSCREEN_HP600 |
| 87 | tristate "HP Jornada 680/690 touchscreen" |
| 88 | depends on SH_HP600 && SH_ADC |
| 89 | help |
| 90 | Say Y here if you have a HP Jornada 680 or 690 and want to |
| 91 | support the built-in touchscreen. |
| 92 | |
| 93 | If unsure, say N. |
| 94 | |
| 95 | To compile this driver as a module, choose M here: the |
| 96 | module will be called hp680_ts_input. |
| 97 | |
| 98 | endif |