| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
| Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 2 | # Touchscreen driver configuration | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
| David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 14 | config TOUCHSCREEN_ADS7846 | 
| David Brownell | bff0de5 | 2007-05-22 23:28:40 -0400 | [diff] [blame] | 15 | tristate "ADS7846/TSC2046 and ADS7843 based touchscreens" | 
| David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 16 | depends on SPI_MASTER | 
| David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 17 | depends on HWMON = n || HWMON | 
| David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 18 | help | 
|  | 19 | Say Y here if you have a touchscreen interface using the | 
| David Brownell | bff0de5 | 2007-05-22 23:28:40 -0400 | [diff] [blame] | 20 | ADS7846/TSC2046 or ADS7843 controller, and your board-specific | 
|  | 21 | setup code includes that in its table of SPI devices. | 
| David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 22 |  | 
| David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 23 | If HWMON is selected, and the driver is told the reference voltage | 
|  | 24 | on your board, you will also get hwmon interfaces for the voltage | 
| David Brownell | bff0de5 | 2007-05-22 23:28:40 -0400 | [diff] [blame] | 25 | (and on ads7846/tsc2046, temperature) sensors of this chip. | 
| David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 26 |  | 
| David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 27 | If unsure, say N (but it's safe to say "Y"). | 
|  | 28 |  | 
|  | 29 | To compile this driver as a module, choose M here: the | 
|  | 30 | module will be called ads7846. | 
|  | 31 |  | 
| Michael Hennerich | 331b78e | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 32 | config TOUCHSCREEN_AD7877 | 
|  | 33 | tristate "AD7877 based touchscreens" | 
|  | 34 | depends on SPI_MASTER | 
|  | 35 | help | 
|  | 36 | Say Y here if you have a touchscreen interface using the | 
|  | 37 | AD7877 controller, and your board-specific initialization | 
|  | 38 | code includes that in its table of SPI devices. | 
|  | 39 |  | 
|  | 40 | If unsure, say N (but it's safe to say "Y"). | 
|  | 41 |  | 
|  | 42 | To compile this driver as a module, choose M here: the | 
|  | 43 | module will be called ad7877. | 
|  | 44 |  | 
| Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 45 | config TOUCHSCREEN_AD7879_I2C | 
|  | 46 | tristate "AD7879 based touchscreens: AD7879-1 I2C Interface" | 
|  | 47 | depends on I2C | 
|  | 48 | select TOUCHSCREEN_AD7879 | 
|  | 49 | help | 
|  | 50 | Say Y here if you have a touchscreen interface using the | 
| Michael Hennerich | 36fb252 | 2009-09-16 01:06:42 -0700 | [diff] [blame] | 51 | AD7879-1/AD7889-1 controller, and your board-specific | 
|  | 52 | initialization code includes that in its table of I2C devices. | 
| Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 53 |  | 
|  | 54 | If unsure, say N (but it's safe to say "Y"). | 
|  | 55 |  | 
|  | 56 | To compile this driver as a module, choose M here: the | 
|  | 57 | module will be called ad7879. | 
|  | 58 |  | 
|  | 59 | config TOUCHSCREEN_AD7879_SPI | 
|  | 60 | tristate "AD7879 based touchscreens: AD7879 SPI Interface" | 
|  | 61 | depends on SPI_MASTER && TOUCHSCREEN_AD7879_I2C = n | 
|  | 62 | select TOUCHSCREEN_AD7879 | 
|  | 63 | help | 
|  | 64 | Say Y here if you have a touchscreen interface using the | 
| Michael Hennerich | 36fb252 | 2009-09-16 01:06:42 -0700 | [diff] [blame] | 65 | AD7879/AD7889 controller, and your board-specific initialization | 
| Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 66 | code includes that in its table of SPI devices. | 
|  | 67 |  | 
|  | 68 | If unsure, say N (but it's safe to say "Y"). | 
|  | 69 |  | 
|  | 70 | To compile this driver as a module, choose M here: the | 
|  | 71 | module will be called ad7879. | 
|  | 72 |  | 
|  | 73 | config TOUCHSCREEN_AD7879 | 
|  | 74 | tristate | 
|  | 75 | default n | 
|  | 76 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | config TOUCHSCREEN_BITSY | 
|  | 78 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" | 
|  | 79 | depends on SA1100_BITSY | 
|  | 80 | select SERIO | 
|  | 81 | help | 
|  | 82 | Say Y here if you have the h3600 (Bitsy) touchscreen. | 
|  | 83 |  | 
|  | 84 | If unsure, say N. | 
|  | 85 |  | 
|  | 86 | To compile this driver as a module, choose M here: the | 
|  | 87 | module will be called h3600_ts_input. | 
|  | 88 |  | 
|  | 89 | config TOUCHSCREEN_CORGI | 
| Eric Miao | 45e2a9b | 2008-10-21 11:36:19 +0800 | [diff] [blame] | 90 | tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | depends on PXA_SHARPSL | 
| Eric Miao | 45e2a9b | 2008-10-21 11:36:19 +0800 | [diff] [blame] | 92 | select CORGI_SSP_DEPRECATED | 
| Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 93 | default y | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | help | 
| Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 95 | Say Y here to enable the driver for the touchscreen on the | 
| Richard Purdie | 513b6e1 | 2005-09-13 01:25:33 -0700 | [diff] [blame] | 96 | Sharp SL-C7xx and SL-Cxx00 series of PDAs. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 |  | 
|  | 98 | If unsure, say N. | 
|  | 99 |  | 
|  | 100 | To compile this driver as a module, choose M here: the | 
| Richard Purdie | 513b6e1 | 2005-09-13 01:25:33 -0700 | [diff] [blame] | 101 | module will be called corgi_ts. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 |  | 
| Eric Miao | 45e2a9b | 2008-10-21 11:36:19 +0800 | [diff] [blame] | 103 | NOTE: this driver is deprecated, try enable SPI and generic | 
|  | 104 | ADS7846-based touchscreen driver. | 
|  | 105 |  | 
| Eric Miao | 9bcc00b | 2008-12-23 04:21:04 -0500 | [diff] [blame] | 106 | config TOUCHSCREEN_DA9034 | 
|  | 107 | tristate "Touchscreen support for Dialog Semiconductor DA9034" | 
|  | 108 | depends on PMIC_DA903X | 
|  | 109 | default y | 
|  | 110 | help | 
|  | 111 | Say Y here to enable the support for the touchscreen found | 
|  | 112 | on Dialog Semiconductor DA9034 PMIC. | 
|  | 113 |  | 
| Tias Guns | a5f523b | 2009-10-25 12:13:58 -0700 | [diff] [blame] | 114 | config TOUCHSCREEN_DYNAPRO | 
|  | 115 | tristate "Dynapro serial touchscreen" | 
|  | 116 | select SERIO | 
|  | 117 | help | 
|  | 118 | Say Y here if you have a Dynapro serial touchscreen connected to | 
|  | 119 | your system. | 
|  | 120 |  | 
|  | 121 | If unsure, say N. | 
|  | 122 |  | 
|  | 123 | To compile this driver as a module, choose M here: the | 
|  | 124 | module will be called dynapro. | 
|  | 125 |  | 
| Daniel Mack | 10494dc | 2009-05-18 16:10:39 -0700 | [diff] [blame] | 126 | config TOUCHSCREEN_EETI | 
|  | 127 | tristate "EETI touchscreen panel support" | 
|  | 128 | depends on I2C | 
|  | 129 | help | 
|  | 130 | Say Y here to enable support for I2C connected EETI touch panels. | 
|  | 131 |  | 
|  | 132 | To compile this driver as a module, choose M here: the | 
|  | 133 | module will be called eeti_ts. | 
|  | 134 |  | 
| Dmitry Torokhov | 85f202d | 2007-07-18 00:37:01 -0400 | [diff] [blame] | 135 | config TOUCHSCREEN_FUJITSU | 
|  | 136 | tristate "Fujitsu serial touchscreen" | 
|  | 137 | select SERIO | 
|  | 138 | help | 
|  | 139 | Say Y here if you have the Fujitsu touchscreen (such as one | 
|  | 140 | installed in Lifebook P series laptop) connected to your | 
|  | 141 | system. | 
|  | 142 |  | 
|  | 143 | If unsure, say N. | 
|  | 144 |  | 
|  | 145 | To compile this driver as a module, choose M here: the | 
|  | 146 | module will be called fujitsu-ts. | 
|  | 147 |  | 
| Arnaud Patard | f5f96b9 | 2009-11-23 09:47:12 -0800 | [diff] [blame^] | 148 | config TOUCHSCREEN_S3C2410 | 
|  | 149 | tristate "Samsung S3C2410 touchscreen input driver" | 
|  | 150 | depends on ARCH_S3C2410 | 
|  | 151 | select S3C24XX_ADC | 
|  | 152 | help | 
|  | 153 | Say Y here if you have the s3c2410 touchscreen. | 
|  | 154 |  | 
|  | 155 | If unsure, say N. | 
|  | 156 |  | 
|  | 157 | To compile this driver as a module, choose M here: the | 
|  | 158 | module will be called s3c2410_ts. | 
|  | 159 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 160 | config TOUCHSCREEN_GUNZE | 
|  | 161 | tristate "Gunze AHL-51S touchscreen" | 
|  | 162 | select SERIO | 
|  | 163 | help | 
|  | 164 | Say Y here if you have the Gunze AHL-51 touchscreen connected to | 
|  | 165 | your system. | 
|  | 166 |  | 
|  | 167 | If unsure, say N. | 
|  | 168 |  | 
|  | 169 | To compile this driver as a module, choose M here: the | 
|  | 170 | module will be called gunze. | 
|  | 171 |  | 
|  | 172 | config TOUCHSCREEN_ELO | 
|  | 173 | tristate "Elo serial touchscreens" | 
|  | 174 | select SERIO | 
|  | 175 | help | 
|  | 176 | Say Y here if you have an Elo serial touchscreen connected to | 
|  | 177 | your system. | 
|  | 178 |  | 
|  | 179 | If unsure, say N. | 
|  | 180 |  | 
|  | 181 | To compile this driver as a module, choose M here: the | 
| Michael Prokop | 153ab42 | 2005-07-11 01:09:10 -0500 | [diff] [blame] | 182 | module will be called elo. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 |  | 
| Jaya Kumar | 3eb1aa4 | 2008-11-19 16:58:50 -0500 | [diff] [blame] | 184 | config TOUCHSCREEN_WACOM_W8001 | 
|  | 185 | tristate "Wacom W8001 penabled serial touchscreen" | 
|  | 186 | select SERIO | 
|  | 187 | help | 
|  | 188 | Say Y here if you have an Wacom W8001 penabled serial touchscreen | 
|  | 189 | connected to your system. | 
|  | 190 |  | 
|  | 191 | If unsure, say N. | 
|  | 192 |  | 
|  | 193 | To compile this driver as a module, choose M here: the | 
|  | 194 | module will be called wacom_w8001. | 
|  | 195 |  | 
| Joonyoung Shim | 38e783b | 2009-09-17 22:35:45 -0700 | [diff] [blame] | 196 | config TOUCHSCREEN_MCS5000 | 
|  | 197 | tristate "MELFAS MCS-5000 touchscreen" | 
|  | 198 | depends on I2C | 
|  | 199 | help | 
|  | 200 | Say Y here if you have the MELFAS MCS-5000 touchscreen controller | 
|  | 201 | chip in your system. | 
|  | 202 |  | 
|  | 203 | If unsure, say N. | 
|  | 204 |  | 
|  | 205 | To compile this driver as a module, choose M here: the | 
|  | 206 | module will be called mcs5000_ts. | 
| Jaya Kumar | 3eb1aa4 | 2008-11-19 16:58:50 -0500 | [diff] [blame] | 207 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | config TOUCHSCREEN_MTOUCH | 
|  | 209 | tristate "MicroTouch serial touchscreens" | 
|  | 210 | select SERIO | 
|  | 211 | help | 
|  | 212 | Say Y here if you have a MicroTouch (3M) serial touchscreen connected to | 
|  | 213 | your system. | 
|  | 214 |  | 
|  | 215 | If unsure, say N. | 
|  | 216 |  | 
|  | 217 | To compile this driver as a module, choose M here: the | 
|  | 218 | module will be called mtouch. | 
|  | 219 |  | 
| Richard Lemon | 3cadd2d | 2008-06-26 10:10:41 -0400 | [diff] [blame] | 220 | config TOUCHSCREEN_INEXIO | 
|  | 221 | tristate "iNexio serial touchscreens" | 
|  | 222 | select SERIO | 
|  | 223 | help | 
|  | 224 | Say Y here if you have an iNexio serial touchscreen connected to | 
|  | 225 | your system. | 
|  | 226 |  | 
|  | 227 | If unsure, say N. | 
|  | 228 |  | 
|  | 229 | To compile this driver as a module, choose M here: the | 
|  | 230 | module will be called inexio. | 
|  | 231 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | config TOUCHSCREEN_MK712 | 
|  | 233 | tristate "ICS MicroClock MK712 touchscreen" | 
|  | 234 | help | 
|  | 235 | Say Y here if you have the ICS MicroClock MK712 touchscreen | 
|  | 236 | controller chip in your system. | 
|  | 237 |  | 
|  | 238 | If unsure, say N. | 
|  | 239 |  | 
|  | 240 | To compile this driver as a module, choose M here: the | 
|  | 241 | module will be called mk712. | 
|  | 242 |  | 
|  | 243 | config TOUCHSCREEN_HP600 | 
| Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 244 | tristate "HP Jornada 6xx touchscreen" | 
| Paul Mundt | 0025835 | 2006-01-16 22:14:08 -0800 | [diff] [blame] | 245 | depends on SH_HP6XX && SH_ADC | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | help | 
| Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 247 | Say Y here if you have a HP Jornada 620/660/680/690 and want to | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | support the built-in touchscreen. | 
|  | 249 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 250 | To compile this driver as a module, choose M here: the | 
|  | 251 | module will be called hp680_ts_input. | 
|  | 252 |  | 
| Kristoffer Ericson | 5637f02 | 2007-09-26 00:02:56 -0400 | [diff] [blame] | 253 | config TOUCHSCREEN_HP7XX | 
| Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 254 | tristate "HP Jornada 7xx touchscreen" | 
| Kristoffer Ericson | 5637f02 | 2007-09-26 00:02:56 -0400 | [diff] [blame] | 255 | depends on SA1100_JORNADA720_SSP | 
|  | 256 | help | 
|  | 257 | Say Y here if you have a HP Jornada 710/720/728 and want | 
|  | 258 | to support the built-in touchscreen. | 
|  | 259 |  | 
|  | 260 | To compile this driver as a module, choose M here: the | 
|  | 261 | module will be called jornada720_ts. | 
|  | 262 |  | 
| Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 263 | config TOUCHSCREEN_HTCPEN | 
|  | 264 | tristate "HTC Shift X9500 touchscreen" | 
|  | 265 | depends on ISA | 
|  | 266 | help | 
|  | 267 | Say Y here if you have an HTC Shift UMPC also known as HTC X9500 | 
|  | 268 | Clio / Shangrila and want to support the built-in touchscreen. | 
|  | 269 |  | 
|  | 270 | If unsure, say N. | 
|  | 271 |  | 
|  | 272 | To compile this driver as a module, choose M here: the | 
|  | 273 | module will be called htcpen. | 
|  | 274 |  | 
| Rick Koch | ee47999 | 2006-08-05 00:32:18 -0400 | [diff] [blame] | 275 | config TOUCHSCREEN_PENMOUNT | 
|  | 276 | tristate "Penmount serial touchscreen" | 
|  | 277 | select SERIO | 
|  | 278 | help | 
|  | 279 | Say Y here if you have a Penmount serial touchscreen connected to | 
|  | 280 | your system. | 
|  | 281 |  | 
|  | 282 | If unsure, say N. | 
|  | 283 |  | 
|  | 284 | To compile this driver as a module, choose M here: the | 
|  | 285 | module will be called penmount. | 
|  | 286 |  | 
| Magnus Damm | 885c316 | 2008-05-07 11:15:02 -0400 | [diff] [blame] | 287 | config TOUCHSCREEN_MIGOR | 
|  | 288 | tristate "Renesas MIGO-R touchscreen" | 
|  | 289 | depends on SH_MIGOR && I2C | 
|  | 290 | help | 
|  | 291 | Say Y here to enable MIGO-R touchscreen support. | 
|  | 292 |  | 
|  | 293 | If unsure, say N. | 
|  | 294 |  | 
|  | 295 | To compile this driver as a module, choose M here: the | 
|  | 296 | module will be called migor_ts. | 
|  | 297 |  | 
| Rick Koch | 4003dff | 2006-08-05 00:32:24 -0400 | [diff] [blame] | 298 | config TOUCHSCREEN_TOUCHRIGHT | 
|  | 299 | tristate "Touchright serial touchscreen" | 
|  | 300 | select SERIO | 
|  | 301 | help | 
|  | 302 | Say Y here if you have a Touchright serial touchscreen connected to | 
|  | 303 | your system. | 
|  | 304 |  | 
|  | 305 | If unsure, say N. | 
|  | 306 |  | 
|  | 307 | To compile this driver as a module, choose M here: the | 
|  | 308 | module will be called touchright. | 
|  | 309 |  | 
| Rick Koch | 11ea317 | 2006-08-05 00:32:30 -0400 | [diff] [blame] | 310 | config TOUCHSCREEN_TOUCHWIN | 
|  | 311 | tristate "Touchwin serial touchscreen" | 
|  | 312 | select SERIO | 
|  | 313 | help | 
|  | 314 | Say Y here if you have a Touchwin serial touchscreen connected to | 
|  | 315 | your system. | 
|  | 316 |  | 
|  | 317 | If unsure, say N. | 
|  | 318 |  | 
|  | 319 | To compile this driver as a module, choose M here: the | 
|  | 320 | module will be called touchwin. | 
|  | 321 |  | 
| Dan Liang | 72d18a7 | 2008-07-23 21:27:25 -0400 | [diff] [blame] | 322 | config TOUCHSCREEN_ATMEL_TSADCC | 
|  | 323 | tristate "Atmel Touchscreen Interface" | 
| Nicolas Ferre | 985f37f | 2009-11-19 09:32:52 -0800 | [diff] [blame] | 324 | depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 | 
| Dan Liang | 72d18a7 | 2008-07-23 21:27:25 -0400 | [diff] [blame] | 325 | help | 
|  | 326 | Say Y here if you have a 4-wire touchscreen connected to the | 
|  | 327 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). | 
|  | 328 |  | 
|  | 329 | If unsure, say N. | 
|  | 330 |  | 
|  | 331 | To compile this driver as a module, choose M here: the | 
|  | 332 | module will be called atmel_tsadcc. | 
|  | 333 |  | 
| Nicolas Pitre | f40219b | 2006-11-17 01:07:26 -0500 | [diff] [blame] | 334 | config TOUCHSCREEN_UCB1400 | 
|  | 335 | tristate "Philips UCB1400 touchscreen" | 
| Andrew Morton | 64c12e9 | 2008-10-15 13:50:20 +0200 | [diff] [blame] | 336 | depends on AC97_BUS | 
| Marek Vašut | d9105c2 | 2008-08-03 21:34:08 +0100 | [diff] [blame] | 337 | depends on UCB1400_CORE | 
| Nicolas Pitre | f40219b | 2006-11-17 01:07:26 -0500 | [diff] [blame] | 338 | help | 
|  | 339 | This enables support for the Philips UCB1400 touchscreen interface. | 
|  | 340 | The UCB1400 is an AC97 audio codec.  The touchscreen interface | 
|  | 341 | will be initialized only after the ALSA subsystem has been | 
|  | 342 | brought up and the UCB1400 detected.  You therefore have to | 
|  | 343 | configure ALSA support as well (either built-in or modular, | 
|  | 344 | independently of whether this driver is itself built-in or | 
|  | 345 | modular) for this driver to work. | 
|  | 346 |  | 
|  | 347 | To compile this driver as a module, choose M here: the | 
|  | 348 | module will be called ucb1400_ts. | 
|  | 349 |  | 
| Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 350 | config TOUCHSCREEN_WM97XX | 
|  | 351 | tristate "Support for WM97xx AC97 touchscreen controllers" | 
|  | 352 | depends on AC97_BUS | 
|  | 353 | help | 
|  | 354 | Say Y here if you have a Wolfson Microelectronics WM97xx | 
|  | 355 | touchscreen connected to your system. Note that this option | 
|  | 356 | only enables core driver, you will also need to select | 
|  | 357 | support for appropriate chip below. | 
|  | 358 |  | 
|  | 359 | If unsure, say N. | 
|  | 360 |  | 
|  | 361 | To compile this driver as a module, choose M here: the | 
|  | 362 | module will be called wm97xx-ts. | 
|  | 363 |  | 
| Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 364 | config TOUCHSCREEN_WM9705 | 
|  | 365 | bool "WM9705 Touchscreen interface support" | 
|  | 366 | depends on TOUCHSCREEN_WM97XX | 
| Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 367 | default y | 
| Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 368 | help | 
| Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 369 | Say Y here to enable support for the Wolfson Microelectronics | 
|  | 370 | WM9705 touchscreen controller. | 
| Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 371 |  | 
| Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 372 | config TOUCHSCREEN_WM9712 | 
|  | 373 | bool "WM9712 Touchscreen interface support" | 
|  | 374 | depends on TOUCHSCREEN_WM97XX | 
| Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 375 | default y | 
| Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 376 | help | 
| Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 377 | Say Y here to enable support for the Wolfson Microelectronics | 
|  | 378 | WM9712 touchscreen controller. | 
| Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 379 |  | 
| Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 380 | config TOUCHSCREEN_WM9713 | 
|  | 381 | bool "WM9713 Touchscreen interface support" | 
|  | 382 | depends on TOUCHSCREEN_WM97XX | 
| Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 383 | default y | 
| Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 384 | help | 
| Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 385 | Say Y here to enable support for the Wolfson Microelectronics | 
|  | 386 | WM9713 touchscreen controller. | 
| Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 387 |  | 
| Hans-Christian Egtvedt | 864fe73 | 2009-04-18 18:45:06 -0700 | [diff] [blame] | 388 | config TOUCHSCREEN_WM97XX_ATMEL | 
|  | 389 | tristate "WM97xx Atmel accelerated touch" | 
|  | 390 | depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91) | 
|  | 391 | help | 
|  | 392 | Say Y here for support for streaming mode with WM97xx touchscreens | 
|  | 393 | on Atmel AT91 or AVR32 systems with an AC97C module. | 
|  | 394 |  | 
|  | 395 | Be aware that this will use channel B in the controller for | 
|  | 396 | streaming data, this must not conflict with other AC97C drivers. | 
|  | 397 |  | 
|  | 398 | If unsure, say N. | 
|  | 399 |  | 
|  | 400 | To compile this driver as a module, choose M here: the module will | 
|  | 401 | be called atmel-wm97xx. | 
|  | 402 |  | 
| Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 403 | config TOUCHSCREEN_WM97XX_MAINSTONE | 
| Marek Vasut | b833306 | 2009-07-20 22:26:37 -0700 | [diff] [blame] | 404 | tristate "WM97xx Mainstone/Palm accelerated touch" | 
| Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 405 | depends on TOUCHSCREEN_WM97XX && ARCH_PXA | 
|  | 406 | help | 
|  | 407 | Say Y here for support for streaming mode with WM97xx touchscreens | 
| Marek Vasut | b833306 | 2009-07-20 22:26:37 -0700 | [diff] [blame] | 408 | on Mainstone, Palm Tungsten T5, TX and LifeDrive systems. | 
| Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 409 |  | 
|  | 410 | If unsure, say N. | 
|  | 411 |  | 
|  | 412 | To compile this driver as a module, choose M here: the | 
|  | 413 | module will be called mainstone-wm97xx. | 
|  | 414 |  | 
| Mark Brown | 22e39d3 | 2009-03-04 01:12:49 -0800 | [diff] [blame] | 415 | config TOUCHSCREEN_WM97XX_ZYLONITE | 
|  | 416 | tristate "Zylonite accelerated touch" | 
|  | 417 | depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE | 
|  | 418 | select TOUCHSCREEN_WM9713 | 
|  | 419 | help | 
|  | 420 | Say Y here for support for streaming mode with the touchscreen | 
|  | 421 | on Zylonite systems. | 
|  | 422 |  | 
|  | 423 | If unsure, say N. | 
|  | 424 |  | 
|  | 425 | To compile this driver as a module, choose M here: the | 
|  | 426 | module will be called zylonite-wm97xx. | 
|  | 427 |  | 
| Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 428 | config TOUCHSCREEN_USB_COMPOSITE | 
|  | 429 | tristate "USB Touchscreen Driver" | 
| Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 430 | depends on USB_ARCH_HAS_HCD | 
| Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 431 | select USB | 
|  | 432 | help | 
|  | 433 | USB Touchscreen driver for: | 
|  | 434 | - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) | 
|  | 435 | - PanJit TouchSet USB | 
|  | 436 | - 3M MicroTouch USB (EX II series) | 
|  | 437 | - ITM | 
|  | 438 | - some other eTurboTouch | 
|  | 439 | - Gunze AHL61 | 
|  | 440 | - DMC TSC-10/25 | 
| Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 441 | - IRTOUCHSYSTEMS/UNITOP | 
| Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 442 | - IdealTEK URTC1000 | 
| Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 443 | - GoTop Super_Q2/GogoPen/PenPower tablets | 
| Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 444 | - JASTEC USB Touch Controller/DigiTech DTR-02U | 
| Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 445 | - Zytronic controllers | 
| Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 446 |  | 
|  | 447 | Have a look at <http://linux.chapter7.ch/touchkit/> for | 
|  | 448 | a usage description and the required user-space stuff. | 
|  | 449 |  | 
|  | 450 | To compile this driver as a module, choose M here: the | 
|  | 451 | module will be called usbtouchscreen. | 
|  | 452 |  | 
|  | 453 | config TOUCHSCREEN_USB_EGALAX | 
|  | 454 | default y | 
|  | 455 | bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED | 
|  | 456 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 457 |  | 
|  | 458 | config TOUCHSCREEN_USB_PANJIT | 
|  | 459 | default y | 
|  | 460 | bool "PanJit device support" if EMBEDDED | 
|  | 461 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 462 |  | 
|  | 463 | config TOUCHSCREEN_USB_3M | 
|  | 464 | default y | 
|  | 465 | bool "3M/Microtouch EX II series device support" if EMBEDDED | 
|  | 466 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 467 |  | 
|  | 468 | config TOUCHSCREEN_USB_ITM | 
|  | 469 | default y | 
|  | 470 | bool "ITM device support" if EMBEDDED | 
|  | 471 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 472 |  | 
|  | 473 | config TOUCHSCREEN_USB_ETURBO | 
|  | 474 | default y | 
|  | 475 | bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED | 
|  | 476 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 477 |  | 
|  | 478 | config TOUCHSCREEN_USB_GUNZE | 
|  | 479 | default y | 
|  | 480 | bool "Gunze AHL61 device support" if EMBEDDED | 
|  | 481 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 482 |  | 
|  | 483 | config TOUCHSCREEN_USB_DMC_TSC10 | 
|  | 484 | default y | 
|  | 485 | bool "DMC TSC-10/25 device support" if EMBEDDED | 
|  | 486 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 487 |  | 
| Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 488 | config TOUCHSCREEN_USB_IRTOUCH | 
|  | 489 | default y | 
|  | 490 | bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED | 
|  | 491 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 492 |  | 
| Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 493 | config TOUCHSCREEN_USB_IDEALTEK | 
|  | 494 | default y | 
|  | 495 | bool "IdealTEK URTC1000 device support" if EMBEDDED | 
|  | 496 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 497 |  | 
| Ilya Frolov | 9d5657d | 2007-10-12 14:19:40 -0400 | [diff] [blame] | 498 | config TOUCHSCREEN_USB_GENERAL_TOUCH | 
|  | 499 | default y | 
|  | 500 | bool "GeneralTouch Touchscreen device support" if EMBEDDED | 
|  | 501 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 502 |  | 
| Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 503 | config TOUCHSCREEN_USB_GOTOP | 
|  | 504 | default y | 
|  | 505 | bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED | 
|  | 506 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 507 |  | 
| Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 508 | config TOUCHSCREEN_USB_JASTEC | 
|  | 509 | default y | 
|  | 510 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED | 
|  | 511 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 512 |  | 
| Florian Echtler | 9e3b258 | 2009-07-27 17:35:39 -0700 | [diff] [blame] | 513 | config TOUCHSCREEN_USB_E2I | 
|  | 514 | default y | 
|  | 515 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" | 
|  | 516 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 517 |  | 
| Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 518 | config TOUCHSCREEN_USB_ZYTRONIC | 
|  | 519 | default y | 
|  | 520 | bool "Zytronic controller" if EMBEDDED | 
|  | 521 | depends on TOUCHSCREEN_USB_COMPOSITE | 
|  | 522 |  | 
| Claudio Nieder | 7342239 | 2008-07-07 11:56:30 -0400 | [diff] [blame] | 523 | config TOUCHSCREEN_TOUCHIT213 | 
|  | 524 | tristate "Sahara TouchIT-213 touchscreen" | 
|  | 525 | select SERIO | 
|  | 526 | help | 
|  | 527 | Say Y here if you have a Sahara TouchIT-213 Tablet PC. | 
|  | 528 |  | 
|  | 529 | If unsure, say N. | 
|  | 530 |  | 
|  | 531 | To compile this driver as a module, choose M here: the | 
|  | 532 | module will be called touchit213. | 
|  | 533 |  | 
| Kwangwoo Lee | 50b6f1f | 2008-12-20 04:26:01 -0500 | [diff] [blame] | 534 | config TOUCHSCREEN_TSC2007 | 
|  | 535 | tristate "TSC2007 based touchscreens" | 
|  | 536 | depends on I2C | 
|  | 537 | help | 
|  | 538 | Say Y here if you have a TSC2007 based touchscreen. | 
|  | 539 |  | 
|  | 540 | If unsure, say N. | 
|  | 541 |  | 
|  | 542 | To compile this driver as a module, choose M here: the | 
|  | 543 | module will be called tsc2007. | 
|  | 544 |  | 
| Wan ZongShun | 7e3f737 | 2009-06-10 23:27:22 -0700 | [diff] [blame] | 545 | config TOUCHSCREEN_W90X900 | 
|  | 546 | tristate "W90P910 touchscreen driver" | 
| Wan ZongShun | b7788c5 | 2009-07-12 20:52:19 -0700 | [diff] [blame] | 547 | depends on HAVE_CLK | 
| Wan ZongShun | 7e3f737 | 2009-06-10 23:27:22 -0700 | [diff] [blame] | 548 | help | 
|  | 549 | Say Y here if you have a W90P910 based touchscreen. | 
|  | 550 |  | 
|  | 551 | To compile this driver as a module, choose M here: the | 
|  | 552 | module will be called w90p910_ts. | 
|  | 553 |  | 
| Daniel Ribeiro | 0387e10 | 2009-08-07 22:54:56 +0200 | [diff] [blame] | 554 | config TOUCHSCREEN_PCAP | 
|  | 555 | tristate "Motorola PCAP touchscreen" | 
|  | 556 | depends on EZX_PCAP | 
|  | 557 | help | 
|  | 558 | Say Y here if you have a Motorola EZX telephone and | 
|  | 559 | want to enable support for the built-in touchscreen. | 
|  | 560 |  | 
|  | 561 | To compile this driver as a module, choose M here: the | 
|  | 562 | module will be called pcap_ts. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 563 | endif |