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 | |
Haojian Zhuang | 866a98a | 2009-12-15 16:06:17 -0500 | [diff] [blame] | 14 | config TOUCHSCREEN_88PM860X |
| 15 | tristate "Marvell 88PM860x touchscreen" |
| 16 | depends on MFD_88PM860X |
| 17 | help |
| 18 | Say Y here if you have a 88PM860x PMIC and want to enable |
| 19 | support for the built-in 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 88pm860x-ts. |
| 25 | |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 26 | config TOUCHSCREEN_ADS7846 |
Michael Hennerich | 06a0912 | 2010-03-09 20:38:45 -0800 | [diff] [blame] | 27 | tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens" |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 28 | depends on SPI_MASTER |
David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 29 | depends on HWMON = n || HWMON |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 30 | help |
| 31 | Say Y here if you have a touchscreen interface using the |
Michael Hennerich | 06a0912 | 2010-03-09 20:38:45 -0800 | [diff] [blame] | 32 | ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller, |
| 33 | and your board-specific setup code includes that in its |
| 34 | table of SPI devices. |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 35 | |
David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 36 | If HWMON is selected, and the driver is told the reference voltage |
| 37 | on your board, you will also get hwmon interfaces for the voltage |
Michael Hennerich | 06a0912 | 2010-03-09 20:38:45 -0800 | [diff] [blame] | 38 | (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip. |
David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 39 | |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 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 ads7846. |
| 44 | |
Michael Hennerich | 331b78e | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 45 | config TOUCHSCREEN_AD7877 |
| 46 | tristate "AD7877 based touchscreens" |
| 47 | depends on SPI_MASTER |
| 48 | help |
| 49 | Say Y here if you have a touchscreen interface using the |
| 50 | AD7877 controller, and your board-specific initialization |
| 51 | code includes that in its table of SPI devices. |
| 52 | |
| 53 | If unsure, say N (but it's safe to say "Y"). |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called ad7877. |
| 57 | |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 58 | config TOUCHSCREEN_AD7879 |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 59 | tristate |
| 60 | default n |
| 61 | |
| 62 | config TOUCHSCREEN_ATMEL_MAXTOUCH |
| 63 | tristate "Atmel maXTouch based touchscreens" |
| 64 | depends on I2C |
| 65 | default n |
| 66 | help |
| 67 | Say Y here if you have an Atmel Maxtouch based touchscreen. |
| 68 | |
| 69 | If unsure, say N. |
| 70 | |
| 71 | To compile this driver as a module, choose M here: the |
| 72 | module will be called maXTouch. |
| 73 | |
| 74 | config TOUCHSCREEN_AD7879 |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 75 | tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface" |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 76 | help |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 77 | Say Y here if you want to support a touchscreen interface using |
| 78 | the AD7879-1/AD7889-1 controller. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 79 | |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 80 | You should select a bus connection too. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 81 | |
| 82 | To compile this driver as a module, choose M here: the |
| 83 | module will be called ad7879. |
| 84 | |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 85 | config TOUCHSCREEN_AD7879_I2C |
| 86 | tristate "support I2C bus connection" |
| 87 | depends on TOUCHSCREEN_AD7879 && I2C |
| 88 | help |
| 89 | Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus. |
| 90 | |
| 91 | To compile this driver as a module, choose M here: the |
| 92 | module will be called ad7879-i2c. |
| 93 | |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 94 | config TOUCHSCREEN_AD7879_SPI |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 95 | tristate "support SPI bus connection" |
| 96 | depends on TOUCHSCREEN_AD7879 && SPI_MASTER |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 97 | help |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 98 | Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 99 | |
| 100 | If unsure, say N (but it's safe to say "Y"). |
| 101 | |
| 102 | To compile this driver as a module, choose M here: the |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame] | 103 | module will be called ad7879-spi. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 104 | |
Dmitry Torokhov | 964de52 | 2011-02-02 23:21:58 -0800 | [diff] [blame] | 105 | config TOUCHSCREEN_ATMEL_MXT |
| 106 | tristate "Atmel mXT I2C Touchscreen" |
| 107 | depends on I2C |
| 108 | help |
| 109 | Say Y here if you have Atmel mXT series I2C touchscreen, |
| 110 | such as AT42QT602240/ATMXT224, connected to your system. |
| 111 | |
| 112 | If unsure, say N. |
| 113 | |
| 114 | To compile this driver as a module, choose M here: the |
| 115 | module will be called atmel_mxt_ts. |
| 116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | config TOUCHSCREEN_BITSY |
| 118 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" |
| 119 | depends on SA1100_BITSY |
| 120 | select SERIO |
| 121 | help |
| 122 | Say Y here if you have the h3600 (Bitsy) touchscreen. |
| 123 | |
| 124 | If unsure, say N. |
| 125 | |
| 126 | To compile this driver as a module, choose M here: the |
| 127 | module will be called h3600_ts_input. |
| 128 | |
Naveen Kumar Gaddipati | 4780c8d | 2010-10-04 22:32:48 -0700 | [diff] [blame] | 129 | config TOUCHSCREEN_BU21013 |
| 130 | tristate "BU21013 based touch panel controllers" |
| 131 | depends on I2C |
| 132 | help |
| 133 | Say Y here if you have a bu21013 touchscreen connected to |
| 134 | your system. |
| 135 | |
| 136 | If unsure, say N. |
| 137 | |
| 138 | To compile this driver as a module, choose M here: the |
| 139 | module will be called bu21013_ts. |
| 140 | |
Samuli Konttila | 60347c1 | 2010-07-30 09:02:43 -0700 | [diff] [blame] | 141 | config TOUCHSCREEN_CY8CTMG110 |
| 142 | tristate "cy8ctmg110 touchscreen" |
| 143 | depends on I2C |
| 144 | depends on GPIOLIB |
| 145 | |
| 146 | help |
| 147 | Say Y here if you have a cy8ctmg110 capacitive touchscreen on |
| 148 | an AAVA device. |
| 149 | |
| 150 | If unsure, say N. |
| 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called cy8ctmg110_ts. |
| 154 | |
Eric Miao | 9bcc00b | 2008-12-23 04:21:04 -0500 | [diff] [blame] | 155 | config TOUCHSCREEN_DA9034 |
| 156 | tristate "Touchscreen support for Dialog Semiconductor DA9034" |
| 157 | depends on PMIC_DA903X |
| 158 | default y |
| 159 | help |
| 160 | Say Y here to enable the support for the touchscreen found |
| 161 | on Dialog Semiconductor DA9034 PMIC. |
| 162 | |
Tias Guns | a5f523b | 2009-10-25 12:13:58 -0700 | [diff] [blame] | 163 | config TOUCHSCREEN_DYNAPRO |
| 164 | tristate "Dynapro serial touchscreen" |
| 165 | select SERIO |
| 166 | help |
| 167 | Say Y here if you have a Dynapro serial touchscreen connected to |
| 168 | your system. |
| 169 | |
| 170 | If unsure, say N. |
| 171 | |
| 172 | To compile this driver as a module, choose M here: the |
| 173 | module will be called dynapro. |
| 174 | |
Adam Bennett | 422dee5 | 2010-04-12 19:54:38 -0700 | [diff] [blame] | 175 | config TOUCHSCREEN_HAMPSHIRE |
| 176 | tristate "Hampshire serial touchscreen" |
| 177 | select SERIO |
| 178 | help |
| 179 | Say Y here if you have a Hampshire serial touchscreen connected to |
| 180 | your system. |
| 181 | |
| 182 | If unsure, say N. |
| 183 | |
| 184 | To compile this driver as a module, choose M here: the |
| 185 | module will be called hampshire. |
| 186 | |
Daniel Mack | 10494dc | 2009-05-18 16:10:39 -0700 | [diff] [blame] | 187 | config TOUCHSCREEN_EETI |
| 188 | tristate "EETI touchscreen panel support" |
| 189 | depends on I2C |
| 190 | help |
| 191 | Say Y here to enable support for I2C connected EETI touch panels. |
| 192 | |
| 193 | To compile this driver as a module, choose M here: the |
| 194 | module will be called eeti_ts. |
| 195 | |
Dmitry Torokhov | 85f202d | 2007-07-18 00:37:01 -0400 | [diff] [blame] | 196 | config TOUCHSCREEN_FUJITSU |
| 197 | tristate "Fujitsu serial touchscreen" |
| 198 | select SERIO |
| 199 | help |
| 200 | Say Y here if you have the Fujitsu touchscreen (such as one |
| 201 | installed in Lifebook P series laptop) connected to your |
| 202 | system. |
| 203 | |
| 204 | If unsure, say N. |
| 205 | |
| 206 | To compile this driver as a module, choose M here: the |
| 207 | module will be called fujitsu-ts. |
| 208 | |
Arnaud Patard | f5f96b9 | 2009-11-23 09:47:12 -0800 | [diff] [blame] | 209 | config TOUCHSCREEN_S3C2410 |
Ben Dooks | 504d36e | 2010-05-19 14:45:01 +0900 | [diff] [blame] | 210 | tristate "Samsung S3C2410/generic touchscreen input driver" |
| 211 | depends on ARCH_S3C2410 || SAMSUNG_DEV_TS |
Mark Brown | 829ab5b | 2010-05-31 11:57:24 -0700 | [diff] [blame] | 212 | select S3C_ADC |
Arnaud Patard | f5f96b9 | 2009-11-23 09:47:12 -0800 | [diff] [blame] | 213 | help |
| 214 | Say Y here if you have the s3c2410 touchscreen. |
| 215 | |
| 216 | If unsure, say N. |
| 217 | |
| 218 | To compile this driver as a module, choose M here: the |
| 219 | module will be called s3c2410_ts. |
| 220 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 221 | config TOUCHSCREEN_GUNZE |
| 222 | tristate "Gunze AHL-51S touchscreen" |
| 223 | select SERIO |
| 224 | help |
| 225 | Say Y here if you have the Gunze AHL-51 touchscreen connected to |
| 226 | your system. |
| 227 | |
| 228 | If unsure, say N. |
| 229 | |
| 230 | To compile this driver as a module, choose M here: the |
| 231 | module will be called gunze. |
| 232 | |
| 233 | config TOUCHSCREEN_ELO |
| 234 | tristate "Elo serial touchscreens" |
| 235 | select SERIO |
| 236 | help |
| 237 | Say Y here if you have an Elo serial touchscreen connected to |
| 238 | your system. |
| 239 | |
| 240 | If unsure, say N. |
| 241 | |
| 242 | To compile this driver as a module, choose M here: the |
Michael Prokop | 153ab42 | 2005-07-11 01:09:10 -0500 | [diff] [blame] | 243 | module will be called elo. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | |
Jaya Kumar | 3eb1aa4 | 2008-11-19 16:58:50 -0500 | [diff] [blame] | 245 | config TOUCHSCREEN_WACOM_W8001 |
| 246 | tristate "Wacom W8001 penabled serial touchscreen" |
| 247 | select SERIO |
| 248 | help |
| 249 | Say Y here if you have an Wacom W8001 penabled serial touchscreen |
| 250 | connected to your system. |
| 251 | |
| 252 | If unsure, say N. |
| 253 | |
| 254 | To compile this driver as a module, choose M here: the |
| 255 | module will be called wacom_w8001. |
| 256 | |
Kevin Wells | 3045a5f | 2010-08-28 22:45:22 -0700 | [diff] [blame] | 257 | config TOUCHSCREEN_LPC32XX |
| 258 | tristate "LPC32XX touchscreen controller" |
| 259 | depends on ARCH_LPC32XX |
| 260 | help |
| 261 | Say Y here if you have a LPC32XX device and want |
| 262 | to support the built-in touchscreen. |
| 263 | |
| 264 | To compile this driver as a module, choose M here: the |
| 265 | module will be called lpc32xx_ts. |
| 266 | |
Zhang Jiejing | 4203306 | 2011-04-11 23:48:23 -0700 | [diff] [blame] | 267 | config TOUCHSCREEN_MAX11801 |
| 268 | tristate "MAX11801 based touchscreens" |
| 269 | depends on I2C |
| 270 | help |
| 271 | Say Y here if you have a MAX11801 based touchscreen |
| 272 | controller. |
| 273 | |
| 274 | If unsure, say N. |
| 275 | |
| 276 | To compile this driver as a module, choose M here: the |
| 277 | module will be called max11801_ts. |
| 278 | |
Joonyoung Shim | 38e783b | 2009-09-17 22:35:45 -0700 | [diff] [blame] | 279 | config TOUCHSCREEN_MCS5000 |
| 280 | tristate "MELFAS MCS-5000 touchscreen" |
| 281 | depends on I2C |
| 282 | help |
| 283 | Say Y here if you have the MELFAS MCS-5000 touchscreen controller |
| 284 | chip in your system. |
| 285 | |
| 286 | If unsure, say N. |
| 287 | |
| 288 | To compile this driver as a module, choose M here: the |
| 289 | module will be called mcs5000_ts. |
Jaya Kumar | 3eb1aa4 | 2008-11-19 16:58:50 -0500 | [diff] [blame] | 290 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | config TOUCHSCREEN_MTOUCH |
| 292 | tristate "MicroTouch serial touchscreens" |
| 293 | select SERIO |
| 294 | help |
| 295 | Say Y here if you have a MicroTouch (3M) serial touchscreen connected to |
| 296 | your system. |
| 297 | |
| 298 | If unsure, say N. |
| 299 | |
| 300 | To compile this driver as a module, choose M here: the |
| 301 | module will be called mtouch. |
| 302 | |
Richard Lemon | 3cadd2d | 2008-06-26 10:10:41 -0400 | [diff] [blame] | 303 | config TOUCHSCREEN_INEXIO |
| 304 | tristate "iNexio serial touchscreens" |
| 305 | select SERIO |
| 306 | help |
| 307 | Say Y here if you have an iNexio serial touchscreen connected to |
| 308 | your system. |
| 309 | |
| 310 | If unsure, say N. |
| 311 | |
| 312 | To compile this driver as a module, choose M here: the |
| 313 | module will be called inexio. |
| 314 | |
Dmitry Torokhov | d4f5f93 | 2010-08-31 23:00:52 -0700 | [diff] [blame] | 315 | config TOUCHSCREEN_INTEL_MID |
| 316 | tristate "Intel MID platform resistive touchscreen" |
| 317 | depends on INTEL_SCU_IPC |
| 318 | help |
| 319 | Say Y here if you have a Intel MID based touchscreen in |
| 320 | your system. |
| 321 | |
| 322 | If unsure, say N. |
| 323 | |
| 324 | To compile this driver as a module, choose M here: the |
| 325 | module will be called intel_mid_touch. |
| 326 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | config TOUCHSCREEN_MK712 |
| 328 | tristate "ICS MicroClock MK712 touchscreen" |
| 329 | help |
| 330 | Say Y here if you have the ICS MicroClock MK712 touchscreen |
| 331 | controller chip in your system. |
| 332 | |
| 333 | If unsure, say N. |
| 334 | |
| 335 | To compile this driver as a module, choose M here: the |
| 336 | module will be called mk712. |
| 337 | |
| 338 | config TOUCHSCREEN_HP600 |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 339 | tristate "HP Jornada 6xx touchscreen" |
Paul Mundt | 0025835 | 2006-01-16 22:14:08 -0800 | [diff] [blame] | 340 | depends on SH_HP6XX && SH_ADC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | help |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 342 | 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] | 343 | support the built-in touchscreen. |
| 344 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 345 | To compile this driver as a module, choose M here: the |
| 346 | module will be called hp680_ts_input. |
| 347 | |
Kristoffer Ericson | 5637f02 | 2007-09-26 00:02:56 -0400 | [diff] [blame] | 348 | config TOUCHSCREEN_HP7XX |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 349 | tristate "HP Jornada 7xx touchscreen" |
Kristoffer Ericson | 5637f02 | 2007-09-26 00:02:56 -0400 | [diff] [blame] | 350 | depends on SA1100_JORNADA720_SSP |
| 351 | help |
| 352 | Say Y here if you have a HP Jornada 710/720/728 and want |
| 353 | to support the built-in touchscreen. |
| 354 | |
| 355 | To compile this driver as a module, choose M here: the |
| 356 | module will be called jornada720_ts. |
| 357 | |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 358 | config TOUCHSCREEN_HTCPEN |
| 359 | tristate "HTC Shift X9500 touchscreen" |
| 360 | depends on ISA |
| 361 | help |
| 362 | Say Y here if you have an HTC Shift UMPC also known as HTC X9500 |
| 363 | Clio / Shangrila and want to support the built-in touchscreen. |
| 364 | |
| 365 | If unsure, say N. |
| 366 | |
| 367 | To compile this driver as a module, choose M here: the |
| 368 | module will be called htcpen. |
| 369 | |
Rick Koch | ee47999 | 2006-08-05 00:32:18 -0400 | [diff] [blame] | 370 | config TOUCHSCREEN_PENMOUNT |
| 371 | tristate "Penmount serial touchscreen" |
| 372 | select SERIO |
| 373 | help |
| 374 | Say Y here if you have a Penmount serial touchscreen connected to |
| 375 | your system. |
| 376 | |
| 377 | If unsure, say N. |
| 378 | |
| 379 | To compile this driver as a module, choose M here: the |
| 380 | module will be called penmount. |
| 381 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 382 | config TOUCHSCREEN_MSM |
| 383 | bool "Qualcomm MSM touchscreen controller" |
| 384 | depends on ARCH_MSM7X30 && MARIMBA_TSADC |
| 385 | default n |
| 386 | help |
| 387 | Say Y here if you have a 4-wire resistive touchscreen panel |
| 388 | connected to the TSSC touchscreen controller on a |
| 389 | Qualcomm MSM/QSD based SoC. |
| 390 | |
Magnus Damm | 885c316 | 2008-05-07 11:15:02 -0400 | [diff] [blame] | 391 | config TOUCHSCREEN_MIGOR |
| 392 | tristate "Renesas MIGO-R touchscreen" |
| 393 | depends on SH_MIGOR && I2C |
| 394 | help |
| 395 | Say Y here to enable MIGO-R touchscreen support. |
| 396 | |
| 397 | If unsure, say N. |
| 398 | |
| 399 | To compile this driver as a module, choose M here: the |
| 400 | module will be called migor_ts. |
| 401 | |
Cyril Chemparathy | 0fa6c77 | 2010-09-20 12:26:43 -0400 | [diff] [blame] | 402 | config TOUCHSCREEN_TNETV107X |
| 403 | tristate "TI TNETV107X touchscreen support" |
| 404 | depends on ARCH_DAVINCI_TNETV107X |
| 405 | help |
| 406 | Say Y here if you want to use the TNETV107X touchscreen. |
| 407 | |
| 408 | To compile this driver as a module, choose M here: the |
| 409 | module will be called tnetv107x-ts. |
| 410 | |
Arve Hjønnevåg | 00adffd | 2007-08-21 21:56:46 -0700 | [diff] [blame] | 411 | config TOUCHSCREEN_SYNAPTICS_I2C_RMI |
| 412 | tristate "Synaptics i2c touchscreen" |
| 413 | depends on I2C |
| 414 | help |
| 415 | This enables support for Synaptics RMI over I2C based touchscreens. |
| 416 | |
Taniya Das | 6f0884b | 2011-09-06 16:24:21 +0530 | [diff] [blame^] | 417 | config TOUCHSCREEN_SYNAPTICS_RMI4_I2C |
| 418 | tristate "Synaptics i2c touchscreen(ClearPad 3000)" |
| 419 | depends on I2C |
| 420 | select SYNA_MULTI_TOUCH |
| 421 | help |
| 422 | This enables support for Synaptics RMI over I2C based touchscreens(ClearPad 3000). |
| 423 | |
| 424 | config SYNA_MULTI_TOUCH |
| 425 | tristate "Synaptics i2c touchscreen(ClearPad 3000) MutilTouch support" |
| 426 | depends on TOUCHSCREEN_SYNAPTICS_RMI4_I2C |
| 427 | default y |
| 428 | |
Rick Koch | 4003dff | 2006-08-05 00:32:24 -0400 | [diff] [blame] | 429 | config TOUCHSCREEN_TOUCHRIGHT |
| 430 | tristate "Touchright serial touchscreen" |
| 431 | select SERIO |
| 432 | help |
| 433 | Say Y here if you have a Touchright serial touchscreen connected to |
| 434 | your system. |
| 435 | |
| 436 | If unsure, say N. |
| 437 | |
| 438 | To compile this driver as a module, choose M here: the |
| 439 | module will be called touchright. |
| 440 | |
Rick Koch | 11ea317 | 2006-08-05 00:32:30 -0400 | [diff] [blame] | 441 | config TOUCHSCREEN_TOUCHWIN |
| 442 | tristate "Touchwin serial touchscreen" |
| 443 | select SERIO |
| 444 | help |
| 445 | Say Y here if you have a Touchwin serial touchscreen connected to |
| 446 | your system. |
| 447 | |
| 448 | If unsure, say N. |
| 449 | |
| 450 | To compile this driver as a module, choose M here: the |
| 451 | module will be called touchwin. |
| 452 | |
Dan Liang | 72d18a7 | 2008-07-23 21:27:25 -0400 | [diff] [blame] | 453 | config TOUCHSCREEN_ATMEL_TSADCC |
| 454 | tristate "Atmel Touchscreen Interface" |
Nicolas Ferre | 985f37f | 2009-11-19 09:32:52 -0800 | [diff] [blame] | 455 | depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 |
Dan Liang | 72d18a7 | 2008-07-23 21:27:25 -0400 | [diff] [blame] | 456 | help |
| 457 | Say Y here if you have a 4-wire touchscreen connected to the |
| 458 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). |
| 459 | |
| 460 | If unsure, say N. |
| 461 | |
| 462 | To compile this driver as a module, choose M here: the |
| 463 | module will be called atmel_tsadcc. |
| 464 | |
Nicolas Pitre | f40219b | 2006-11-17 01:07:26 -0500 | [diff] [blame] | 465 | config TOUCHSCREEN_UCB1400 |
| 466 | tristate "Philips UCB1400 touchscreen" |
Andrew Morton | 64c12e9 | 2008-10-15 13:50:20 +0200 | [diff] [blame] | 467 | depends on AC97_BUS |
Marek Vašut | d9105c2 | 2008-08-03 21:34:08 +0100 | [diff] [blame] | 468 | depends on UCB1400_CORE |
Nicolas Pitre | f40219b | 2006-11-17 01:07:26 -0500 | [diff] [blame] | 469 | help |
| 470 | This enables support for the Philips UCB1400 touchscreen interface. |
| 471 | The UCB1400 is an AC97 audio codec. The touchscreen interface |
| 472 | will be initialized only after the ALSA subsystem has been |
| 473 | brought up and the UCB1400 detected. You therefore have to |
| 474 | configure ALSA support as well (either built-in or modular, |
| 475 | independently of whether this driver is itself built-in or |
| 476 | modular) for this driver to work. |
| 477 | |
| 478 | To compile this driver as a module, choose M here: the |
| 479 | module will be called ucb1400_ts. |
| 480 | |
Mark Brown | 00cfa73 | 2011-01-30 12:31:30 -0800 | [diff] [blame] | 481 | config TOUCHSCREEN_WM831X |
| 482 | tristate "Support for WM831x touchscreen controllers" |
| 483 | depends on MFD_WM831X |
| 484 | help |
| 485 | This enables support for the touchscreen controller on the WM831x |
| 486 | series of PMICs. |
| 487 | |
| 488 | To compile this driver as a module, choose M here: the |
| 489 | module will be called wm831x-ts. |
| 490 | |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 491 | config TOUCHSCREEN_WM97XX |
| 492 | tristate "Support for WM97xx AC97 touchscreen controllers" |
| 493 | depends on AC97_BUS |
| 494 | help |
| 495 | Say Y here if you have a Wolfson Microelectronics WM97xx |
| 496 | touchscreen connected to your system. Note that this option |
| 497 | only enables core driver, you will also need to select |
| 498 | support for appropriate chip below. |
| 499 | |
| 500 | If unsure, say N. |
| 501 | |
| 502 | To compile this driver as a module, choose M here: the |
| 503 | module will be called wm97xx-ts. |
| 504 | |
Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 505 | config TOUCHSCREEN_WM9705 |
| 506 | bool "WM9705 Touchscreen interface support" |
| 507 | depends on TOUCHSCREEN_WM97XX |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 508 | default y |
Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 509 | help |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 510 | Say Y here to enable support for the Wolfson Microelectronics |
| 511 | WM9705 touchscreen controller. |
Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 512 | |
Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 513 | config TOUCHSCREEN_WM9712 |
| 514 | bool "WM9712 Touchscreen interface support" |
| 515 | depends on TOUCHSCREEN_WM97XX |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 516 | default y |
Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 517 | help |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 518 | Say Y here to enable support for the Wolfson Microelectronics |
| 519 | WM9712 touchscreen controller. |
Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 520 | |
Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 521 | config TOUCHSCREEN_WM9713 |
| 522 | bool "WM9713 Touchscreen interface support" |
| 523 | depends on TOUCHSCREEN_WM97XX |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 524 | default y |
Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 525 | help |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 526 | Say Y here to enable support for the Wolfson Microelectronics |
| 527 | WM9713 touchscreen controller. |
Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 528 | |
Hans-Christian Egtvedt | 864fe73 | 2009-04-18 18:45:06 -0700 | [diff] [blame] | 529 | config TOUCHSCREEN_WM97XX_ATMEL |
| 530 | tristate "WM97xx Atmel accelerated touch" |
| 531 | depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91) |
| 532 | help |
| 533 | Say Y here for support for streaming mode with WM97xx touchscreens |
| 534 | on Atmel AT91 or AVR32 systems with an AC97C module. |
| 535 | |
| 536 | Be aware that this will use channel B in the controller for |
| 537 | streaming data, this must not conflict with other AC97C drivers. |
| 538 | |
| 539 | If unsure, say N. |
| 540 | |
| 541 | To compile this driver as a module, choose M here: the module will |
| 542 | be called atmel-wm97xx. |
| 543 | |
Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 544 | config TOUCHSCREEN_WM97XX_MAINSTONE |
Marek Vasut | b833306 | 2009-07-20 22:26:37 -0700 | [diff] [blame] | 545 | tristate "WM97xx Mainstone/Palm accelerated touch" |
Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 546 | depends on TOUCHSCREEN_WM97XX && ARCH_PXA |
| 547 | help |
| 548 | Say Y here for support for streaming mode with WM97xx touchscreens |
Marek Vasut | b833306 | 2009-07-20 22:26:37 -0700 | [diff] [blame] | 549 | on Mainstone, Palm Tungsten T5, TX and LifeDrive systems. |
Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 550 | |
| 551 | If unsure, say N. |
| 552 | |
| 553 | To compile this driver as a module, choose M here: the |
| 554 | module will be called mainstone-wm97xx. |
| 555 | |
Mark Brown | 22e39d3 | 2009-03-04 01:12:49 -0800 | [diff] [blame] | 556 | config TOUCHSCREEN_WM97XX_ZYLONITE |
| 557 | tristate "Zylonite accelerated touch" |
| 558 | depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE |
| 559 | select TOUCHSCREEN_WM9713 |
| 560 | help |
| 561 | Say Y here for support for streaming mode with the touchscreen |
| 562 | on Zylonite systems. |
| 563 | |
| 564 | If unsure, say N. |
| 565 | |
| 566 | To compile this driver as a module, choose M here: the |
| 567 | module will be called zylonite-wm97xx. |
| 568 | |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 569 | config TOUCHSCREEN_USB_COMPOSITE |
| 570 | tristate "USB Touchscreen Driver" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 571 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 572 | select USB |
| 573 | help |
| 574 | USB Touchscreen driver for: |
| 575 | - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) |
| 576 | - PanJit TouchSet USB |
| 577 | - 3M MicroTouch USB (EX II series) |
| 578 | - ITM |
| 579 | - some other eTurboTouch |
| 580 | - Gunze AHL61 |
| 581 | - DMC TSC-10/25 |
Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 582 | - IRTOUCHSYSTEMS/UNITOP |
Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 583 | - IdealTEK URTC1000 |
Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 584 | - GoTop Super_Q2/GogoPen/PenPower tablets |
Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 585 | - JASTEC USB Touch Controller/DigiTech DTR-02U |
Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 586 | - Zytronic controllers |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 587 | |
| 588 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
| 589 | a usage description and the required user-space stuff. |
| 590 | |
| 591 | To compile this driver as a module, choose M here: the |
| 592 | module will be called usbtouchscreen. |
| 593 | |
Sascha Hauer | d201fd5 | 2009-12-15 08:48:57 -0800 | [diff] [blame] | 594 | config TOUCHSCREEN_MC13783 |
| 595 | tristate "Freescale MC13783 touchscreen input driver" |
| 596 | depends on MFD_MC13783 |
| 597 | help |
| 598 | Say Y here if you have an Freescale MC13783 PMIC on your |
| 599 | board and want to use its touchscreen |
| 600 | |
| 601 | If unsure, say N. |
| 602 | |
| 603 | To compile this driver as a module, choose M here: the |
| 604 | module will be called mc13783_ts. |
| 605 | |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 606 | config TOUCHSCREEN_USB_EGALAX |
| 607 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 608 | bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 609 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 610 | |
| 611 | config TOUCHSCREEN_USB_PANJIT |
| 612 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 613 | bool "PanJit device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 614 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 615 | |
| 616 | config TOUCHSCREEN_USB_3M |
| 617 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 618 | bool "3M/Microtouch EX II series device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 619 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 620 | |
| 621 | config TOUCHSCREEN_USB_ITM |
| 622 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 623 | bool "ITM device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 624 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 625 | |
| 626 | config TOUCHSCREEN_USB_ETURBO |
| 627 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 628 | bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 629 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 630 | |
| 631 | config TOUCHSCREEN_USB_GUNZE |
| 632 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 633 | bool "Gunze AHL61 device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 634 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 635 | |
| 636 | config TOUCHSCREEN_USB_DMC_TSC10 |
| 637 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 638 | bool "DMC TSC-10/25 device support" if EXPERT |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 639 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 640 | |
Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 641 | config TOUCHSCREEN_USB_IRTOUCH |
| 642 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 643 | bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT |
Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 644 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 645 | |
Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 646 | config TOUCHSCREEN_USB_IDEALTEK |
| 647 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 648 | bool "IdealTEK URTC1000 device support" if EXPERT |
Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 649 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 650 | |
Ilya Frolov | 9d5657d | 2007-10-12 14:19:40 -0400 | [diff] [blame] | 651 | config TOUCHSCREEN_USB_GENERAL_TOUCH |
| 652 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 653 | bool "GeneralTouch Touchscreen device support" if EXPERT |
Ilya Frolov | 9d5657d | 2007-10-12 14:19:40 -0400 | [diff] [blame] | 654 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 655 | |
Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 656 | config TOUCHSCREEN_USB_GOTOP |
| 657 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 658 | bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT |
Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 659 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 660 | |
Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 661 | config TOUCHSCREEN_USB_JASTEC |
| 662 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 663 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT |
Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 664 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 665 | |
Florian Echtler | 9e3b258 | 2009-07-27 17:35:39 -0700 | [diff] [blame] | 666 | config TOUCHSCREEN_USB_E2I |
| 667 | default y |
| 668 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" |
| 669 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 670 | |
Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 671 | config TOUCHSCREEN_USB_ZYTRONIC |
| 672 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 673 | bool "Zytronic controller" if EXPERT |
Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 674 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 675 | |
Petr Štetiar | 38771bb | 2010-06-28 09:38:48 -0700 | [diff] [blame] | 676 | config TOUCHSCREEN_USB_ETT_TC45USB |
Petr Štetiar | dbe1420 | 2009-11-29 23:37:07 -0800 | [diff] [blame] | 677 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 678 | bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT |
Petr Štetiar | dbe1420 | 2009-11-29 23:37:07 -0800 | [diff] [blame] | 679 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 680 | |
Ondrej Zary | 5197424 | 2010-02-04 00:17:18 -0800 | [diff] [blame] | 681 | config TOUCHSCREEN_USB_NEXIO |
| 682 | default y |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 683 | bool "NEXIO/iNexio device support" if EXPERT |
Ondrej Zary | 5197424 | 2010-02-04 00:17:18 -0800 | [diff] [blame] | 684 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 685 | |
Claudio Nieder | 7342239 | 2008-07-07 11:56:30 -0400 | [diff] [blame] | 686 | config TOUCHSCREEN_TOUCHIT213 |
| 687 | tristate "Sahara TouchIT-213 touchscreen" |
| 688 | select SERIO |
| 689 | help |
| 690 | Say Y here if you have a Sahara TouchIT-213 Tablet PC. |
| 691 | |
| 692 | If unsure, say N. |
| 693 | |
| 694 | To compile this driver as a module, choose M here: the |
| 695 | module will be called touchit213. |
| 696 | |
Lauri Leukkunen | 37bd446 | 2011-03-16 22:07:36 -0700 | [diff] [blame] | 697 | config TOUCHSCREEN_TSC2005 |
| 698 | tristate "TSC2005 based touchscreens" |
Geert Uytterhoeven | ddca6a3 | 2011-03-21 02:37:07 -0700 | [diff] [blame] | 699 | depends on SPI_MASTER && GENERIC_HARDIRQS |
Lauri Leukkunen | 37bd446 | 2011-03-16 22:07:36 -0700 | [diff] [blame] | 700 | help |
| 701 | Say Y here if you have a TSC2005 based touchscreen. |
| 702 | |
| 703 | If unsure, say N. |
| 704 | |
| 705 | To compile this driver as a module, choose M here: the |
| 706 | module will be called tsc2005. |
| 707 | |
Kwangwoo Lee | 50b6f1f | 2008-12-20 04:26:01 -0500 | [diff] [blame] | 708 | config TOUCHSCREEN_TSC2007 |
| 709 | tristate "TSC2007 based touchscreens" |
| 710 | depends on I2C |
| 711 | help |
| 712 | Say Y here if you have a TSC2007 based touchscreen. |
| 713 | |
| 714 | If unsure, say N. |
| 715 | |
| 716 | To compile this driver as a module, choose M here: the |
| 717 | module will be called tsc2007. |
| 718 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 719 | config TOUCHSCREEN_MSM_LEGACY |
| 720 | default n |
| 721 | tristate "MSM Touchscreen" |
| 722 | depends on ARCH_MSM && !ARCH_MSM7X30 |
| 723 | help |
| 724 | Say Y here if you have a touchscreen interface using MSM |
| 725 | touchscreen controller. |
| 726 | |
| 727 | To compile this driver as a module, choose M here: the |
| 728 | module will be called msm_touch. |
| 729 | |
| 730 | config ANDROID_TOUCHSCREEN_MSM_HACKS |
| 731 | default y |
| 732 | depends on TOUCHSCREEN_MSM_LEGACY |
| 733 | bool "Android MSM Touchscreen hacks" |
| 734 | help |
| 735 | Say Y here if you are running Android framework on Qualcomm |
| 736 | MSM/QSD based Surf or FFAs. These hacks are required inorder |
| 737 | to Android framework to receive adjusted x, y co-ordinates |
| 738 | until proper calibration framework is in place. |
| 739 | |
Wan ZongShun | 7e3f737 | 2009-06-10 23:27:22 -0700 | [diff] [blame] | 740 | config TOUCHSCREEN_W90X900 |
| 741 | tristate "W90P910 touchscreen driver" |
Wan ZongShun | b7788c5 | 2009-07-12 20:52:19 -0700 | [diff] [blame] | 742 | depends on HAVE_CLK |
Wan ZongShun | 7e3f737 | 2009-06-10 23:27:22 -0700 | [diff] [blame] | 743 | help |
| 744 | Say Y here if you have a W90P910 based touchscreen. |
| 745 | |
| 746 | To compile this driver as a module, choose M here: the |
| 747 | module will be called w90p910_ts. |
| 748 | |
Daniel Ribeiro | 0387e10 | 2009-08-07 22:54:56 +0200 | [diff] [blame] | 749 | config TOUCHSCREEN_PCAP |
| 750 | tristate "Motorola PCAP touchscreen" |
| 751 | depends on EZX_PCAP |
| 752 | help |
| 753 | Say Y here if you have a Motorola EZX telephone and |
| 754 | want to enable support for the built-in touchscreen. |
| 755 | |
| 756 | To compile this driver as a module, choose M here: the |
| 757 | module will be called pcap_ts. |
Todd Fischer | 7525996 | 2010-04-05 17:53:12 -0600 | [diff] [blame] | 758 | |
Tony SIM | 56a8bd6 | 2010-12-15 23:39:25 -0800 | [diff] [blame] | 759 | config TOUCHSCREEN_ST1232 |
| 760 | tristate "Sitronix ST1232 touchscreen controllers" |
| 761 | depends on I2C |
| 762 | help |
| 763 | Say Y here if you want to support Sitronix ST1232 |
| 764 | touchscreen controller. |
| 765 | |
| 766 | If unsure, say N. |
| 767 | |
| 768 | To compile this driver as a module, choose M here: the |
| 769 | module will be called st1232_ts. |
| 770 | |
| 771 | config TOUCHSCREEN_STMPE |
| 772 | tristate "STMicroelectronics STMPE touchscreens" |
| 773 | depends on MFD_STMPE |
| 774 | help |
| 775 | Say Y here if you want support for STMicroelectronics |
| 776 | STMPE touchscreen controllers. |
| 777 | |
| 778 | To compile this driver as a module, choose M here: the |
| 779 | module will be called stmpe-ts. |
| 780 | |
Todd Fischer | 7525996 | 2010-04-05 17:53:12 -0600 | [diff] [blame] | 781 | config TOUCHSCREEN_TPS6507X |
| 782 | tristate "TPS6507x based touchscreens" |
| 783 | depends on I2C |
| 784 | help |
| 785 | Say Y here if you have a TPS6507x based touchscreen |
| 786 | controller. |
| 787 | |
| 788 | If unsure, say N. |
| 789 | |
| 790 | To compile this driver as a module, choose M here: the |
| 791 | module will be called tps6507x_ts. |
| 792 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 793 | config TOUCHSCREEN_CY8C_TS |
| 794 | tristate "Cypress TMA300-TMG200 based touchscreens" |
| 795 | depends on I2C |
| 796 | default n |
| 797 | help |
| 798 | Say Y here if you have a Cypress TMA300/TMG200 based touchscreen. |
| 799 | TMA300 is a multi-touch screen which can report upto 10 |
| 800 | touches at a time. TMG200 supports 2 touches. |
| 801 | |
| 802 | If unsure, say N. |
| 803 | |
| 804 | To compile this driver as a module, choose M here: the |
| 805 | module will be called cy8c_ts. |
| 806 | |
| 807 | config TOUCHSCREEN_CYTTSP_I2C |
| 808 | tristate "Cypress TTSP based touchscreens" |
| 809 | depends on I2C |
| 810 | default n |
| 811 | help |
| 812 | Say Y here if you have a Cypress TTSP based touchscreen. |
| 813 | TMA300 is a multi-touch screen which can report upto 10 |
| 814 | touches at a time. |
| 815 | |
| 816 | If unsure, say N. |
| 817 | |
| 818 | To compile this driver as a module, choose M here: the |
| 819 | module will be called cyttsp-i2c. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 820 | endif |