yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | # |
| 2 | # Touchscreen 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_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 | |
| 26 | config TOUCHSCREEN_ADS7846 |
| 27 | tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens" |
| 28 | depends on SPI_MASTER |
| 29 | depends on HWMON = n || HWMON |
| 30 | help |
| 31 | Say Y here if you have a touchscreen interface using the |
| 32 | ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller, |
| 33 | and your board-specific setup code includes that in its |
| 34 | table of SPI devices. |
| 35 | |
| 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 |
| 38 | (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip. |
| 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 ads7846. |
| 44 | |
| 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 | |
| 58 | config TOUCHSCREEN_AD7879 |
| 59 | tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface" |
| 60 | help |
| 61 | Say Y here if you want to support a touchscreen interface using |
| 62 | the AD7879-1/AD7889-1 controller. |
| 63 | |
| 64 | You should select a bus connection too. |
| 65 | |
| 66 | To compile this driver as a module, choose M here: the |
| 67 | module will be called ad7879. |
| 68 | |
| 69 | config TOUCHSCREEN_AD7879_I2C |
| 70 | tristate "support I2C bus connection" |
| 71 | depends on TOUCHSCREEN_AD7879 && I2C |
| 72 | help |
| 73 | Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus. |
| 74 | |
| 75 | To compile this driver as a module, choose M here: the |
| 76 | module will be called ad7879-i2c. |
| 77 | |
| 78 | config TOUCHSCREEN_AD7879_SPI |
| 79 | tristate "support SPI bus connection" |
| 80 | depends on TOUCHSCREEN_AD7879 && SPI_MASTER |
| 81 | help |
| 82 | Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus. |
| 83 | |
| 84 | If unsure, say N (but it's safe to say "Y"). |
| 85 | |
| 86 | To compile this driver as a module, choose M here: the |
| 87 | module will be called ad7879-spi. |
| 88 | |
| 89 | config TOUCHSCREEN_ATMEL_MXT |
| 90 | tristate "Atmel mXT I2C Touchscreen" |
| 91 | depends on I2C |
| 92 | help |
| 93 | Say Y here if you have Atmel mXT series I2C touchscreen, |
| 94 | such as AT42QT602240/ATMXT224, connected to your system. |
| 95 | |
| 96 | If unsure, say N. |
| 97 | |
| 98 | To compile this driver as a module, choose M here: the |
| 99 | module will be called atmel_mxt_ts. |
| 100 | |
| 101 | config TOUCHSCREEN_AUO_PIXCIR |
| 102 | tristate "AUO in-cell touchscreen using Pixcir ICs" |
| 103 | depends on I2C |
| 104 | depends on GPIOLIB |
| 105 | help |
| 106 | Say Y here if you have a AUO display with in-cell touchscreen |
| 107 | using Pixcir ICs. |
| 108 | |
| 109 | If unsure, say N. |
| 110 | |
| 111 | To compile this driver as a module, choose M here: the |
| 112 | module will be called auo-pixcir-ts. |
| 113 | |
| 114 | config TOUCHSCREEN_BITSY |
| 115 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" |
| 116 | depends on SA1100_BITSY |
| 117 | select SERIO |
| 118 | help |
| 119 | Say Y here if you have the h3600 (Bitsy) touchscreen. |
| 120 | |
| 121 | If unsure, say N. |
| 122 | |
| 123 | To compile this driver as a module, choose M here: the |
| 124 | module will be called h3600_ts_input. |
| 125 | |
| 126 | config TOUCHSCREEN_BU21013 |
| 127 | tristate "BU21013 based touch panel controllers" |
| 128 | depends on I2C |
| 129 | help |
| 130 | Say Y here if you have a bu21013 touchscreen connected to |
| 131 | your system. |
| 132 | |
| 133 | If unsure, say N. |
| 134 | |
| 135 | To compile this driver as a module, choose M here: the |
| 136 | module will be called bu21013_ts. |
| 137 | |
| 138 | config TOUCHSCREEN_CY8CTMG110 |
| 139 | tristate "cy8ctmg110 touchscreen" |
| 140 | depends on I2C |
| 141 | depends on GPIOLIB |
| 142 | help |
| 143 | Say Y here if you have a cy8ctmg110 capacitive touchscreen on |
| 144 | an AAVA device. |
| 145 | |
| 146 | If unsure, say N. |
| 147 | |
| 148 | To compile this driver as a module, choose M here: the |
| 149 | module will be called cy8ctmg110_ts. |
| 150 | |
| 151 | config TOUCHSCREEN_CYTTSP_CORE |
| 152 | tristate "Cypress TTSP touchscreen" |
| 153 | help |
| 154 | Say Y here if you have a touchscreen using controller from |
| 155 | the Cypress TrueTouch(tm) Standard Product family connected |
| 156 | to your system. You will also need to select appropriate |
| 157 | bus connection below. |
| 158 | |
| 159 | If unsure, say N. |
| 160 | |
| 161 | To compile this driver as a module, choose M here: the |
| 162 | module will be called cyttsp_core. |
| 163 | |
| 164 | config TOUCHSCREEN_CYTTSP_I2C |
| 165 | tristate "support I2C bus connection" |
| 166 | depends on TOUCHSCREEN_CYTTSP_CORE && I2C |
| 167 | help |
| 168 | Say Y here if the touchscreen is connected via I2C bus. |
| 169 | |
| 170 | To compile this driver as a module, choose M here: the |
| 171 | module will be called cyttsp_i2c. |
| 172 | |
| 173 | config TOUCHSCREEN_CYTTSP_SPI |
| 174 | tristate "support SPI bus connection" |
| 175 | depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER |
| 176 | help |
| 177 | Say Y here if the touchscreen is connected via SPI bus. |
| 178 | |
| 179 | To compile this driver as a module, choose M here: the |
| 180 | module will be called cyttsp_spi. |
| 181 | |
| 182 | config TOUCHSCREEN_DA9034 |
| 183 | tristate "Touchscreen support for Dialog Semiconductor DA9034" |
| 184 | depends on PMIC_DA903X |
| 185 | default y |
| 186 | help |
| 187 | Say Y here to enable the support for the touchscreen found |
| 188 | on Dialog Semiconductor DA9034 PMIC. |
| 189 | |
| 190 | config TOUCHSCREEN_DYNAPRO |
| 191 | tristate "Dynapro serial touchscreen" |
| 192 | select SERIO |
| 193 | help |
| 194 | Say Y here if you have a Dynapro serial touchscreen connected to |
| 195 | your system. |
| 196 | |
| 197 | If unsure, say N. |
| 198 | |
| 199 | To compile this driver as a module, choose M here: the |
| 200 | module will be called dynapro. |
| 201 | |
| 202 | config TOUCHSCREEN_HAMPSHIRE |
| 203 | tristate "Hampshire serial touchscreen" |
| 204 | select SERIO |
| 205 | help |
| 206 | Say Y here if you have a Hampshire serial touchscreen connected to |
| 207 | your system. |
| 208 | |
| 209 | If unsure, say N. |
| 210 | |
| 211 | To compile this driver as a module, choose M here: the |
| 212 | module will be called hampshire. |
| 213 | |
| 214 | config TOUCHSCREEN_EETI |
| 215 | tristate "EETI touchscreen panel support" |
| 216 | depends on I2C |
| 217 | help |
| 218 | Say Y here to enable support for I2C connected EETI touch panels. |
| 219 | |
| 220 | To compile this driver as a module, choose M here: the |
| 221 | module will be called eeti_ts. |
| 222 | |
| 223 | config TOUCHSCREEN_EGALAX |
| 224 | tristate "EETI eGalax multi-touch panel support" |
| 225 | depends on I2C |
| 226 | help |
| 227 | Say Y here to enable support for I2C connected EETI |
| 228 | eGalax multi-touch panels. |
| 229 | |
| 230 | To compile this driver as a module, choose M here: the |
| 231 | module will be called egalax_ts. |
| 232 | |
| 233 | config TOUCHSCREEN_FT6X06 |
| 234 | tristate "FT6x06 I2C toucscreen" |
| 235 | depends on I2C |
| 236 | help |
| 237 | Say Y here to enable support for the I2C connected FT6x06 family |
| 238 | of capacitive touchscreen drivers. |
| 239 | |
| 240 | config TOUCHSCREEN_CST716 |
| 241 | tristate "CST716 I2C toucscreen" |
| 242 | depends on I2C |
| 243 | help |
| 244 | Say Y here to enable support for the I2C connected CST716 family |
| 245 | of capacitive touchscreen drivers. |
| 246 | |
| 247 | config TOUCHSCREEN_FUJITSU |
| 248 | tristate "Fujitsu serial touchscreen" |
| 249 | select SERIO |
| 250 | help |
| 251 | Say Y here if you have the Fujitsu touchscreen (such as one |
| 252 | installed in Lifebook P series laptop) connected to your |
| 253 | system. |
| 254 | |
| 255 | If unsure, say N. |
| 256 | |
| 257 | To compile this driver as a module, choose M here: the |
| 258 | module will be called fujitsu-ts. |
| 259 | |
| 260 | config TOUCHSCREEN_ILI210X |
| 261 | tristate "Ilitek ILI210X based touchscreen" |
| 262 | depends on I2C |
| 263 | help |
| 264 | Say Y here if you have a ILI210X based touchscreen |
| 265 | controller. This driver supports models ILI2102, |
| 266 | ILI2102s, ILI2103, ILI2103s and ILI2105. |
| 267 | Such kind of chipsets can be found in Amazon Kindle Fire |
| 268 | touchscreens. |
| 269 | |
| 270 | If unsure, say N. |
| 271 | |
| 272 | To compile this driver as a module, choose M here: the |
| 273 | module will be called ili210x. |
| 274 | |
| 275 | config TOUCHSCREEN_S3C2410 |
| 276 | tristate "Samsung S3C2410/generic touchscreen input driver" |
| 277 | depends on ARCH_S3C24XX || SAMSUNG_DEV_TS |
| 278 | select S3C_ADC |
| 279 | help |
| 280 | Say Y here if you have the s3c2410 touchscreen. |
| 281 | |
| 282 | If unsure, say N. |
| 283 | |
| 284 | To compile this driver as a module, choose M here: the |
| 285 | module will be called s3c2410_ts. |
| 286 | |
| 287 | config TOUCHSCREEN_GUNZE |
| 288 | tristate "Gunze AHL-51S touchscreen" |
| 289 | select SERIO |
| 290 | help |
| 291 | Say Y here if you have the Gunze AHL-51 touchscreen connected to |
| 292 | your system. |
| 293 | |
| 294 | If unsure, say N. |
| 295 | |
| 296 | To compile this driver as a module, choose M here: the |
| 297 | module will be called gunze. |
| 298 | |
| 299 | config TOUCHSCREEN_ELO |
| 300 | tristate "Elo serial touchscreens" |
| 301 | select SERIO |
| 302 | help |
| 303 | Say Y here if you have an Elo serial touchscreen connected to |
| 304 | your system. |
| 305 | |
| 306 | If unsure, say N. |
| 307 | |
| 308 | To compile this driver as a module, choose M here: the |
| 309 | module will be called elo. |
| 310 | |
| 311 | config TOUCHSCREEN_WACOM_W8001 |
| 312 | tristate "Wacom W8001 penabled serial touchscreen" |
| 313 | select SERIO |
| 314 | help |
| 315 | Say Y here if you have an Wacom W8001 penabled serial touchscreen |
| 316 | connected to your system. |
| 317 | |
| 318 | If unsure, say N. |
| 319 | |
| 320 | To compile this driver as a module, choose M here: the |
| 321 | module will be called wacom_w8001. |
| 322 | |
| 323 | config TOUCHSCREEN_LPC32XX |
| 324 | tristate "LPC32XX touchscreen controller" |
| 325 | depends on ARCH_LPC32XX |
| 326 | help |
| 327 | Say Y here if you have a LPC32XX device and want |
| 328 | to support the built-in touchscreen. |
| 329 | |
| 330 | To compile this driver as a module, choose M here: the |
| 331 | module will be called lpc32xx_ts. |
| 332 | |
| 333 | config TOUCHSCREEN_MAX11801 |
| 334 | tristate "MAX11801 based touchscreens" |
| 335 | depends on I2C |
| 336 | help |
| 337 | Say Y here if you have a MAX11801 based touchscreen |
| 338 | controller. |
| 339 | |
| 340 | If unsure, say N. |
| 341 | |
| 342 | To compile this driver as a module, choose M here: the |
| 343 | module will be called max11801_ts. |
| 344 | |
| 345 | config TOUCHSCREEN_MCS5000 |
| 346 | tristate "MELFAS MCS-5000 touchscreen" |
| 347 | depends on I2C |
| 348 | help |
| 349 | Say Y here if you have the MELFAS MCS-5000 touchscreen controller |
| 350 | chip in your system. |
| 351 | |
| 352 | If unsure, say N. |
| 353 | |
| 354 | To compile this driver as a module, choose M here: the |
| 355 | module will be called mcs5000_ts. |
| 356 | |
| 357 | config TOUCHSCREEN_MTOUCH |
| 358 | tristate "MicroTouch serial touchscreens" |
| 359 | select SERIO |
| 360 | help |
| 361 | Say Y here if you have a MicroTouch (3M) serial touchscreen connected to |
| 362 | your system. |
| 363 | |
| 364 | If unsure, say N. |
| 365 | |
| 366 | To compile this driver as a module, choose M here: the |
| 367 | module will be called mtouch. |
| 368 | |
| 369 | config TOUCHSCREEN_INEXIO |
| 370 | tristate "iNexio serial touchscreens" |
| 371 | select SERIO |
| 372 | help |
| 373 | Say Y here if you have an iNexio serial touchscreen connected to |
| 374 | your system. |
| 375 | |
| 376 | If unsure, say N. |
| 377 | |
| 378 | To compile this driver as a module, choose M here: the |
| 379 | module will be called inexio. |
| 380 | |
| 381 | config TOUCHSCREEN_INTEL_MID |
| 382 | tristate "Intel MID platform resistive touchscreen" |
| 383 | depends on INTEL_SCU_IPC |
| 384 | help |
| 385 | Say Y here if you have a Intel MID based touchscreen in |
| 386 | your system. |
| 387 | |
| 388 | If unsure, say N. |
| 389 | |
| 390 | To compile this driver as a module, choose M here: the |
| 391 | module will be called intel_mid_touch. |
| 392 | |
| 393 | config TOUCHSCREEN_MK712 |
| 394 | tristate "ICS MicroClock MK712 touchscreen" |
| 395 | help |
| 396 | Say Y here if you have the ICS MicroClock MK712 touchscreen |
| 397 | controller chip in your system. |
| 398 | |
| 399 | If unsure, say N. |
| 400 | |
| 401 | To compile this driver as a module, choose M here: the |
| 402 | module will be called mk712. |
| 403 | |
| 404 | config TOUCHSCREEN_HP600 |
| 405 | tristate "HP Jornada 6xx touchscreen" |
| 406 | depends on SH_HP6XX && SH_ADC |
| 407 | help |
| 408 | Say Y here if you have a HP Jornada 620/660/680/690 and want to |
| 409 | support the built-in touchscreen. |
| 410 | |
| 411 | To compile this driver as a module, choose M here: the |
| 412 | module will be called hp680_ts_input. |
| 413 | |
| 414 | config TOUCHSCREEN_HP7XX |
| 415 | tristate "HP Jornada 7xx touchscreen" |
| 416 | depends on SA1100_JORNADA720_SSP |
| 417 | help |
| 418 | Say Y here if you have a HP Jornada 710/720/728 and want |
| 419 | to support the built-in touchscreen. |
| 420 | |
| 421 | To compile this driver as a module, choose M here: the |
| 422 | module will be called jornada720_ts. |
| 423 | |
| 424 | config TOUCHSCREEN_HTCPEN |
| 425 | tristate "HTC Shift X9500 touchscreen" |
| 426 | depends on ISA |
| 427 | help |
| 428 | Say Y here if you have an HTC Shift UMPC also known as HTC X9500 |
| 429 | Clio / Shangrila and want to support the built-in touchscreen. |
| 430 | |
| 431 | If unsure, say N. |
| 432 | |
| 433 | To compile this driver as a module, choose M here: the |
| 434 | module will be called htcpen. |
| 435 | |
| 436 | config TOUCHSCREEN_PENMOUNT |
| 437 | tristate "Penmount serial touchscreen" |
| 438 | select SERIO |
| 439 | help |
| 440 | Say Y here if you have a Penmount serial touchscreen connected to |
| 441 | your system. |
| 442 | |
| 443 | If unsure, say N. |
| 444 | |
| 445 | To compile this driver as a module, choose M here: the |
| 446 | module will be called penmount. |
| 447 | |
| 448 | config TOUCHSCREEN_MIGOR |
| 449 | tristate "Renesas MIGO-R touchscreen" |
| 450 | depends on SH_MIGOR && I2C |
| 451 | help |
| 452 | Say Y here to enable MIGO-R touchscreen support. |
| 453 | |
| 454 | If unsure, say N. |
| 455 | |
| 456 | To compile this driver as a module, choose M here: the |
| 457 | module will be called migor_ts. |
| 458 | |
| 459 | config TOUCHSCREEN_TNETV107X |
| 460 | tristate "TI TNETV107X touchscreen support" |
| 461 | depends on ARCH_DAVINCI_TNETV107X |
| 462 | help |
| 463 | Say Y here if you want to use the TNETV107X touchscreen. |
| 464 | |
| 465 | To compile this driver as a module, choose M here: the |
| 466 | module will be called tnetv107x-ts. |
| 467 | |
| 468 | config TOUCHSCREEN_SYNAPTICS_I2C_RMI |
| 469 | tristate "Synaptics i2c touchscreen" |
| 470 | depends on I2C |
| 471 | help |
| 472 | This enables support for Synaptics RMI over I2C based touchscreens. |
| 473 | |
| 474 | config TOUCHSCREEN_TOUCHRIGHT |
| 475 | tristate "Touchright serial touchscreen" |
| 476 | select SERIO |
| 477 | help |
| 478 | Say Y here if you have a Touchright serial touchscreen connected to |
| 479 | your system. |
| 480 | |
| 481 | If unsure, say N. |
| 482 | |
| 483 | To compile this driver as a module, choose M here: the |
| 484 | module will be called touchright. |
| 485 | |
| 486 | config TOUCHSCREEN_TOUCHWIN |
| 487 | tristate "Touchwin serial touchscreen" |
| 488 | select SERIO |
| 489 | help |
| 490 | Say Y here if you have a Touchwin serial touchscreen connected to |
| 491 | your system. |
| 492 | |
| 493 | If unsure, say N. |
| 494 | |
| 495 | To compile this driver as a module, choose M here: the |
| 496 | module will be called touchwin. |
| 497 | |
| 498 | config TOUCHSCREEN_TI_TSCADC |
| 499 | tristate "TI Touchscreen Interface" |
| 500 | depends on ARCH_OMAP2PLUS |
| 501 | help |
| 502 | Say Y here if you have 4/5/8 wire touchscreen controller |
| 503 | to be connected to the ADC controller on your TI AM335x SoC. |
| 504 | |
| 505 | If unsure, say N. |
| 506 | |
| 507 | To compile this driver as a module, choose M here: the |
| 508 | module will be called ti_tscadc. |
| 509 | |
| 510 | config TOUCHSCREEN_ATMEL_TSADCC |
| 511 | tristate "Atmel Touchscreen Interface" |
| 512 | depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 |
| 513 | help |
| 514 | Say Y here if you have a 4-wire touchscreen connected to the |
| 515 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). |
| 516 | |
| 517 | If unsure, say N. |
| 518 | |
| 519 | To compile this driver as a module, choose M here: the |
| 520 | module will be called atmel_tsadcc. |
| 521 | |
| 522 | config TOUCHSCREEN_UCB1400 |
| 523 | tristate "Philips UCB1400 touchscreen" |
| 524 | depends on AC97_BUS |
| 525 | depends on UCB1400_CORE |
| 526 | help |
| 527 | This enables support for the Philips UCB1400 touchscreen interface. |
| 528 | The UCB1400 is an AC97 audio codec. The touchscreen interface |
| 529 | will be initialized only after the ALSA subsystem has been |
| 530 | brought up and the UCB1400 detected. You therefore have to |
| 531 | configure ALSA support as well (either built-in or modular, |
| 532 | independently of whether this driver is itself built-in or |
| 533 | modular) for this driver to work. |
| 534 | |
| 535 | To compile this driver as a module, choose M here: the |
| 536 | module will be called ucb1400_ts. |
| 537 | |
| 538 | config TOUCHSCREEN_PIXCIR |
| 539 | tristate "PIXCIR I2C touchscreens" |
| 540 | depends on I2C |
| 541 | help |
| 542 | Say Y here if you have a pixcir i2c touchscreen |
| 543 | controller. |
| 544 | |
| 545 | If unsure, say N. |
| 546 | |
| 547 | To compile this driver as a module, choose M here: the |
| 548 | module will be called pixcir_i2c_ts. |
| 549 | |
| 550 | config TOUCHSCREEN_WM831X |
| 551 | tristate "Support for WM831x touchscreen controllers" |
| 552 | depends on MFD_WM831X |
| 553 | help |
| 554 | This enables support for the touchscreen controller on the WM831x |
| 555 | series of PMICs. |
| 556 | |
| 557 | To compile this driver as a module, choose M here: the |
| 558 | module will be called wm831x-ts. |
| 559 | |
| 560 | config TOUCHSCREEN_WM97XX |
| 561 | tristate "Support for WM97xx AC97 touchscreen controllers" |
| 562 | depends on AC97_BUS |
| 563 | help |
| 564 | Say Y here if you have a Wolfson Microelectronics WM97xx |
| 565 | touchscreen connected to your system. Note that this option |
| 566 | only enables core driver, you will also need to select |
| 567 | support for appropriate chip below. |
| 568 | |
| 569 | If unsure, say N. |
| 570 | |
| 571 | To compile this driver as a module, choose M here: the |
| 572 | module will be called wm97xx-ts. |
| 573 | |
| 574 | config TOUCHSCREEN_WM9705 |
| 575 | bool "WM9705 Touchscreen interface support" |
| 576 | depends on TOUCHSCREEN_WM97XX |
| 577 | default y |
| 578 | help |
| 579 | Say Y here to enable support for the Wolfson Microelectronics |
| 580 | WM9705 touchscreen controller. |
| 581 | |
| 582 | config TOUCHSCREEN_WM9712 |
| 583 | bool "WM9712 Touchscreen interface support" |
| 584 | depends on TOUCHSCREEN_WM97XX |
| 585 | default y |
| 586 | help |
| 587 | Say Y here to enable support for the Wolfson Microelectronics |
| 588 | WM9712 touchscreen controller. |
| 589 | |
| 590 | config TOUCHSCREEN_WM9713 |
| 591 | bool "WM9713 Touchscreen interface support" |
| 592 | depends on TOUCHSCREEN_WM97XX |
| 593 | default y |
| 594 | help |
| 595 | Say Y here to enable support for the Wolfson Microelectronics |
| 596 | WM9713 touchscreen controller. |
| 597 | |
| 598 | config TOUCHSCREEN_WM97XX_ATMEL |
| 599 | tristate "WM97xx Atmel accelerated touch" |
| 600 | depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91) |
| 601 | help |
| 602 | Say Y here for support for streaming mode with WM97xx touchscreens |
| 603 | on Atmel AT91 or AVR32 systems with an AC97C module. |
| 604 | |
| 605 | Be aware that this will use channel B in the controller for |
| 606 | streaming data, this must not conflict with other AC97C drivers. |
| 607 | |
| 608 | If unsure, say N. |
| 609 | |
| 610 | To compile this driver as a module, choose M here: the module will |
| 611 | be called atmel-wm97xx. |
| 612 | |
| 613 | config TOUCHSCREEN_WM97XX_MAINSTONE |
| 614 | tristate "WM97xx Mainstone/Palm accelerated touch" |
| 615 | depends on TOUCHSCREEN_WM97XX && ARCH_PXA |
| 616 | help |
| 617 | Say Y here for support for streaming mode with WM97xx touchscreens |
| 618 | on Mainstone, Palm Tungsten T5, TX and LifeDrive systems. |
| 619 | |
| 620 | If unsure, say N. |
| 621 | |
| 622 | To compile this driver as a module, choose M here: the |
| 623 | module will be called mainstone-wm97xx. |
| 624 | |
| 625 | config TOUCHSCREEN_WM97XX_ZYLONITE |
| 626 | tristate "Zylonite accelerated touch" |
| 627 | depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE |
| 628 | select TOUCHSCREEN_WM9713 |
| 629 | help |
| 630 | Say Y here for support for streaming mode with the touchscreen |
| 631 | on Zylonite systems. |
| 632 | |
| 633 | If unsure, say N. |
| 634 | |
| 635 | To compile this driver as a module, choose M here: the |
| 636 | module will be called zylonite-wm97xx. |
| 637 | |
| 638 | config TOUCHSCREEN_USB_COMPOSITE |
| 639 | tristate "USB Touchscreen Driver" |
| 640 | depends on USB_ARCH_HAS_HCD |
| 641 | select USB |
| 642 | help |
| 643 | USB Touchscreen driver for: |
| 644 | - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) |
| 645 | - PanJit TouchSet USB |
| 646 | - 3M MicroTouch USB (EX II series) |
| 647 | - ITM |
| 648 | - some other eTurboTouch |
| 649 | - Gunze AHL61 |
| 650 | - DMC TSC-10/25 |
| 651 | - IRTOUCHSYSTEMS/UNITOP |
| 652 | - IdealTEK URTC1000 |
| 653 | - GoTop Super_Q2/GogoPen/PenPower tablets |
| 654 | - JASTEC USB Touch Controller/DigiTech DTR-02U |
| 655 | - Zytronic controllers |
| 656 | - Elo TouchSystems 2700 IntelliTouch |
| 657 | - EasyTouch USB Touch Controller from Data Modul |
| 658 | |
| 659 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
| 660 | a usage description and the required user-space stuff. |
| 661 | |
| 662 | To compile this driver as a module, choose M here: the |
| 663 | module will be called usbtouchscreen. |
| 664 | |
| 665 | config TOUCHSCREEN_MC13783 |
| 666 | tristate "Freescale MC13783 touchscreen input driver" |
| 667 | depends on MFD_MC13783 |
| 668 | help |
| 669 | Say Y here if you have an Freescale MC13783 PMIC on your |
| 670 | board and want to use its touchscreen |
| 671 | |
| 672 | If unsure, say N. |
| 673 | |
| 674 | To compile this driver as a module, choose M here: the |
| 675 | module will be called mc13783_ts. |
| 676 | |
| 677 | config TOUCHSCREEN_USB_EGALAX |
| 678 | default y |
| 679 | bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT |
| 680 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 681 | |
| 682 | config TOUCHSCREEN_USB_PANJIT |
| 683 | default y |
| 684 | bool "PanJit device support" if EXPERT |
| 685 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 686 | |
| 687 | config TOUCHSCREEN_USB_3M |
| 688 | default y |
| 689 | bool "3M/Microtouch EX II series device support" if EXPERT |
| 690 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 691 | |
| 692 | config TOUCHSCREEN_USB_ITM |
| 693 | default y |
| 694 | bool "ITM device support" if EXPERT |
| 695 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 696 | |
| 697 | config TOUCHSCREEN_USB_ETURBO |
| 698 | default y |
| 699 | bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT |
| 700 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 701 | |
| 702 | config TOUCHSCREEN_USB_GUNZE |
| 703 | default y |
| 704 | bool "Gunze AHL61 device support" if EXPERT |
| 705 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 706 | |
| 707 | config TOUCHSCREEN_USB_DMC_TSC10 |
| 708 | default y |
| 709 | bool "DMC TSC-10/25 device support" if EXPERT |
| 710 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 711 | |
| 712 | config TOUCHSCREEN_USB_IRTOUCH |
| 713 | default y |
| 714 | bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT |
| 715 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 716 | |
| 717 | config TOUCHSCREEN_USB_IDEALTEK |
| 718 | default y |
| 719 | bool "IdealTEK URTC1000 device support" if EXPERT |
| 720 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 721 | |
| 722 | config TOUCHSCREEN_USB_GENERAL_TOUCH |
| 723 | default y |
| 724 | bool "GeneralTouch Touchscreen device support" if EXPERT |
| 725 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 726 | |
| 727 | config TOUCHSCREEN_USB_GOTOP |
| 728 | default y |
| 729 | bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT |
| 730 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 731 | |
| 732 | config TOUCHSCREEN_USB_JASTEC |
| 733 | default y |
| 734 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT |
| 735 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 736 | |
| 737 | config TOUCHSCREEN_USB_ELO |
| 738 | default y |
| 739 | bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT |
| 740 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 741 | |
| 742 | config TOUCHSCREEN_USB_E2I |
| 743 | default y |
| 744 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" |
| 745 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 746 | |
| 747 | config TOUCHSCREEN_USB_ZYTRONIC |
| 748 | default y |
| 749 | bool "Zytronic controller" if EXPERT |
| 750 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 751 | |
| 752 | config TOUCHSCREEN_USB_ETT_TC45USB |
| 753 | default y |
| 754 | bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT |
| 755 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 756 | |
| 757 | config TOUCHSCREEN_USB_NEXIO |
| 758 | default y |
| 759 | bool "NEXIO/iNexio device support" if EXPERT |
| 760 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 761 | |
| 762 | config TOUCHSCREEN_USB_EASYTOUCH |
| 763 | default y |
| 764 | bool "EasyTouch USB Touch controller device support" if EMBEDDED |
| 765 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 766 | help |
| 767 | Say Y here if you have a EasyTouch USB Touch controller device support. |
| 768 | If unsure, say N. |
| 769 | |
| 770 | config TOUCHSCREEN_TOUCHIT213 |
| 771 | tristate "Sahara TouchIT-213 touchscreen" |
| 772 | select SERIO |
| 773 | help |
| 774 | Say Y here if you have a Sahara TouchIT-213 Tablet PC. |
| 775 | |
| 776 | If unsure, say N. |
| 777 | |
| 778 | To compile this driver as a module, choose M here: the |
| 779 | module will be called touchit213. |
| 780 | |
| 781 | config TOUCHSCREEN_TSC_SERIO |
| 782 | tristate "TSC-10/25/40 serial touchscreen support" |
| 783 | select SERIO |
| 784 | help |
| 785 | Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected |
| 786 | to your system. |
| 787 | |
| 788 | If unsure, say N. |
| 789 | |
| 790 | To compile this driver as a module, choose M here: the |
| 791 | module will be called tsc40. |
| 792 | |
| 793 | config TOUCHSCREEN_TSC2005 |
| 794 | tristate "TSC2005 based touchscreens" |
| 795 | depends on SPI_MASTER && GENERIC_HARDIRQS |
| 796 | help |
| 797 | Say Y here if you have a TSC2005 based touchscreen. |
| 798 | |
| 799 | If unsure, say N. |
| 800 | |
| 801 | To compile this driver as a module, choose M here: the |
| 802 | module will be called tsc2005. |
| 803 | |
| 804 | config TOUCHSCREEN_TSC2007 |
| 805 | tristate "TSC2007 based touchscreens" |
| 806 | depends on I2C |
| 807 | help |
| 808 | Say Y here if you have a TSC2007 based touchscreen. |
| 809 | |
| 810 | If unsure, say N. |
| 811 | |
| 812 | To compile this driver as a module, choose M here: the |
| 813 | module will be called tsc2007. |
| 814 | |
| 815 | config TOUCHSCREEN_W90X900 |
| 816 | tristate "W90P910 touchscreen driver" |
| 817 | depends on HAVE_CLK |
| 818 | help |
| 819 | Say Y here if you have a W90P910 based touchscreen. |
| 820 | |
| 821 | To compile this driver as a module, choose M here: the |
| 822 | module will be called w90p910_ts. |
| 823 | |
| 824 | config TOUCHSCREEN_PCAP |
| 825 | tristate "Motorola PCAP touchscreen" |
| 826 | depends on EZX_PCAP |
| 827 | help |
| 828 | Say Y here if you have a Motorola EZX telephone and |
| 829 | want to enable support for the built-in touchscreen. |
| 830 | |
| 831 | To compile this driver as a module, choose M here: the |
| 832 | module will be called pcap_ts. |
| 833 | |
| 834 | config TOUCHSCREEN_ST1232 |
| 835 | tristate "Sitronix ST1232 touchscreen controllers" |
| 836 | depends on I2C |
| 837 | help |
| 838 | Say Y here if you want to support Sitronix ST1232 |
| 839 | touchscreen controller. |
| 840 | |
| 841 | If unsure, say N. |
| 842 | |
| 843 | To compile this driver as a module, choose M here: the |
| 844 | module will be called st1232_ts. |
| 845 | |
| 846 | config TOUCHSCREEN_STMPE |
| 847 | tristate "STMicroelectronics STMPE touchscreens" |
| 848 | depends on MFD_STMPE |
| 849 | help |
| 850 | Say Y here if you want support for STMicroelectronics |
| 851 | STMPE touchscreen controllers. |
| 852 | |
| 853 | To compile this driver as a module, choose M here: the |
| 854 | module will be called stmpe-ts. |
| 855 | |
| 856 | config TOUCHSCREEN_TPS6507X |
| 857 | tristate "TPS6507x based touchscreens" |
| 858 | depends on I2C |
| 859 | help |
| 860 | Say Y here if you have a TPS6507x based touchscreen |
| 861 | controller. |
| 862 | |
| 863 | If unsure, say N. |
| 864 | |
| 865 | To compile this driver as a module, choose M here: the |
| 866 | module will be called tps6507x_ts. |
| 867 | |
| 868 | endif |