1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Touchscreen driver configuration 4# 5menuconfig INPUT_TOUCHSCREEN 6 bool "Touchscreens" 7 help 8 Say Y here, and a list of supported touchscreens will be displayed. 9 This option doesn't affect the kernel. 10 11 If unsure, say Y. 12 13if INPUT_TOUCHSCREEN 14 15config TOUCHSCREEN_88PM860X 16 tristate "Marvell 88PM860x touchscreen" 17 depends on MFD_88PM860X 18 help 19 Say Y here if you have a 88PM860x PMIC and want to enable 20 support for the built-in touchscreen. 21 22 If unsure, say N. 23 24 To compile this driver as a module, choose M here: the 25 module will be called 88pm860x-ts. 26 27config TOUCHSCREEN_ADS7846 28 tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens" 29 depends on SPI_MASTER 30 depends on HWMON = n || HWMON 31 help 32 Say Y here if you have a touchscreen interface using the 33 ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller, 34 and your board-specific setup code includes that in its 35 table of SPI devices. 36 37 If HWMON is selected, and the driver is told the reference voltage 38 on your board, you will also get hwmon interfaces for the voltage 39 (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip. 40 41 If unsure, say N (but it's safe to say "Y"). 42 43 To compile this driver as a module, choose M here: the 44 module will be called ads7846. 45 46config TOUCHSCREEN_AD7877 47 tristate "AD7877 based touchscreens" 48 depends on SPI_MASTER 49 help 50 Say Y here if you have a touchscreen interface using the 51 AD7877 controller, and your board-specific initialization 52 code includes that in its table of SPI devices. 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 ad7877. 58 59config TOUCHSCREEN_AD7879 60 tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface" 61 help 62 Say Y here if you want to support a touchscreen interface using 63 the AD7879-1/AD7889-1 controller. 64 65 You should select a bus connection too. 66 67 To compile this driver as a module, choose M here: the 68 module will be called ad7879. 69 70config TOUCHSCREEN_AD7879_I2C 71 tristate "support I2C bus connection" 72 depends on TOUCHSCREEN_AD7879 && I2C 73 select REGMAP_I2C 74 help 75 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus. 76 77 To compile this driver as a module, choose M here: the 78 module will be called ad7879-i2c. 79 80config TOUCHSCREEN_AD7879_SPI 81 tristate "support SPI bus connection" 82 depends on TOUCHSCREEN_AD7879 && SPI_MASTER 83 select REGMAP_SPI 84 help 85 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus. 86 87 If unsure, say N (but it's safe to say "Y"). 88 89 To compile this driver as a module, choose M here: the 90 module will be called ad7879-spi. 91 92config TOUCHSCREEN_ADC 93 tristate "Generic ADC based resistive touchscreen" 94 depends on IIO 95 select IIO_BUFFER 96 select IIO_BUFFER_CB 97 help 98 Say Y here if you want to use the generic ADC 99 resistive touchscreen driver. 100 101 If unsure, say N (but it's safe to say "Y"). 102 103 To compile this driver as a module, choose M here: the 104 module will be called resistive-adc-touch.ko. 105 106config TOUCHSCREEN_AR1021_I2C 107 tristate "Microchip AR1020/1021 i2c touchscreen" 108 depends on I2C && OF 109 help 110 Say Y here if you have the Microchip AR1020 or AR1021 touchscreen 111 controller chip in your system. 112 113 If unsure, say N. 114 115 To compile this driver as a module, choose M here: the 116 module will be called ar1021_i2c. 117 118config TOUCHSCREEN_ATMEL_MXT 119 tristate "Atmel mXT I2C Touchscreen" 120 depends on I2C 121 select FW_LOADER 122 help 123 Say Y here if you have Atmel mXT series I2C touchscreen, 124 such as AT42QT602240/ATMXT224, connected to your system. 125 126 If unsure, say N. 127 128 To compile this driver as a module, choose M here: the 129 module will be called atmel_mxt_ts. 130 131config TOUCHSCREEN_ATMEL_MXT_T37 132 bool "Support T37 Diagnostic Data" 133 depends on TOUCHSCREEN_ATMEL_MXT 134 depends on VIDEO_V4L2=y || (TOUCHSCREEN_ATMEL_MXT=m && VIDEO_V4L2=m) 135 select VIDEOBUF2_VMALLOC 136 help 137 Say Y here if you want support to output data from the T37 138 Diagnostic Data object using a V4L device. 139 140config TOUCHSCREEN_AUO_PIXCIR 141 tristate "AUO in-cell touchscreen using Pixcir ICs" 142 depends on I2C 143 depends on GPIOLIB || COMPILE_TEST 144 help 145 Say Y here if you have a AUO display with in-cell touchscreen 146 using Pixcir ICs. 147 148 If unsure, say N. 149 150 To compile this driver as a module, choose M here: the 151 module will be called auo-pixcir-ts. 152 153config TOUCHSCREEN_BU21013 154 tristate "BU21013 based touch panel controllers" 155 depends on I2C 156 help 157 Say Y here if you have a bu21013 touchscreen connected to 158 your system. 159 160 If unsure, say N. 161 162 To compile this driver as a module, choose M here: the 163 module will be called bu21013_ts. 164 165config TOUCHSCREEN_BU21029 166 tristate "Rohm BU21029 based touch panel controllers" 167 depends on I2C 168 help 169 Say Y here if you have a Rohm BU21029 touchscreen controller 170 connected to your system. 171 172 If unsure, say N. 173 174 To compile this driver as a module, choose M here: the 175 module will be called bu21029_ts. 176 177config TOUCHSCREEN_CHIPONE_ICN8318 178 tristate "chipone icn8318 touchscreen controller" 179 depends on GPIOLIB || COMPILE_TEST 180 depends on I2C 181 depends on OF 182 help 183 Say Y here if you have a ChipOne icn8318 based I2C touchscreen. 184 185 If unsure, say N. 186 187 To compile this driver as a module, choose M here: the 188 module will be called chipone_icn8318. 189 190config TOUCHSCREEN_CHIPONE_ICN8505 191 tristate "chipone icn8505 touchscreen controller" 192 depends on I2C && ACPI 193 help 194 Say Y here if you have a ChipOne icn8505 based I2C touchscreen. 195 196 If unsure, say N. 197 198 To compile this driver as a module, choose M here: the 199 module will be called chipone_icn8505. 200 201config TOUCHSCREEN_CY8CTMA140 202 tristate "cy8ctma140 touchscreen" 203 depends on I2C 204 help 205 Say Y here if you have a Cypress CY8CTMA140 capacitive 206 touchscreen also just known as "TMA140" 207 208 If unsure, say N. 209 210 To compile this driver as a module, choose M here: the 211 module will be called cy8ctma140. 212 213config TOUCHSCREEN_CY8CTMG110 214 tristate "cy8ctmg110 touchscreen" 215 depends on I2C 216 depends on GPIOLIB || COMPILE_TEST 217 help 218 Say Y here if you have a cy8ctmg110 capacitive touchscreen on 219 an AAVA device. 220 221 If unsure, say N. 222 223 To compile this driver as a module, choose M here: the 224 module will be called cy8ctmg110_ts. 225 226config TOUCHSCREEN_CYTTSP_CORE 227 tristate "Cypress TTSP touchscreen" 228 help 229 Say Y here if you have a touchscreen using controller from 230 the Cypress TrueTouch(tm) Standard Product family connected 231 to your system. You will also need to select appropriate 232 bus connection below. 233 234 If unsure, say N. 235 236 To compile this driver as a module, choose M here: the 237 module will be called cyttsp_core. 238 239config TOUCHSCREEN_CYTTSP_I2C 240 tristate "support I2C bus connection" 241 depends on TOUCHSCREEN_CYTTSP_CORE && I2C 242 help 243 Say Y here if the touchscreen is connected via I2C bus. 244 245 To compile this driver as a module, choose M here: the 246 module will be called cyttsp_i2c. 247 248config TOUCHSCREEN_CYTTSP_SPI 249 tristate "support SPI bus connection" 250 depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER 251 help 252 Say Y here if the touchscreen is connected via SPI bus. 253 254 To compile this driver as a module, choose M here: the 255 module will be called cyttsp_spi. 256 257config TOUCHSCREEN_CYTTSP4_CORE 258 tristate "Cypress TrueTouch Gen4 Touchscreen Driver" 259 help 260 Core driver for Cypress TrueTouch(tm) Standard Product 261 Generation4 touchscreen controllers. 262 263 Say Y here if you have a Cypress Gen4 touchscreen. 264 265 If unsure, say N. 266 267 To compile this driver as a module, choose M here. 268 269config TOUCHSCREEN_CYTTSP4_I2C 270 tristate "support I2C bus connection" 271 depends on TOUCHSCREEN_CYTTSP4_CORE && I2C 272 help 273 Say Y here if the touchscreen is connected via I2C bus. 274 275 To compile this driver as a module, choose M here: the 276 module will be called cyttsp4_i2c. 277 278config TOUCHSCREEN_CYTTSP4_SPI 279 tristate "support SPI bus connection" 280 depends on TOUCHSCREEN_CYTTSP4_CORE && SPI_MASTER 281 help 282 Say Y here if the touchscreen is connected via SPI bus. 283 284 To compile this driver as a module, choose M here: the 285 module will be called cyttsp4_spi. 286 287config TOUCHSCREEN_DA9034 288 tristate "Touchscreen support for Dialog Semiconductor DA9034" 289 depends on PMIC_DA903X 290 default y 291 help 292 Say Y here to enable the support for the touchscreen found 293 on Dialog Semiconductor DA9034 PMIC. 294 295 If unsure, say N. 296 297 To compile this driver as a module, choose M here: the 298 module will be called da9034-ts. 299 300config TOUCHSCREEN_DA9052 301 tristate "Dialog DA9052/DA9053 TSI" 302 depends on PMIC_DA9052 303 help 304 Say Y here to support the touchscreen found on Dialog Semiconductor 305 DA9052-BC and DA9053-AA/Bx PMICs. 306 307 If unsure, say N. 308 309 To compile this driver as a module, choose M here: the 310 module will be called da9052_tsi. 311 312config TOUCHSCREEN_DYNAPRO 313 tristate "Dynapro serial touchscreen" 314 select SERIO 315 help 316 Say Y here if you have a Dynapro serial touchscreen connected to 317 your system. 318 319 If unsure, say N. 320 321 To compile this driver as a module, choose M here: the 322 module will be called dynapro. 323 324config TOUCHSCREEN_HAMPSHIRE 325 tristate "Hampshire serial touchscreen" 326 select SERIO 327 help 328 Say Y here if you have a Hampshire serial touchscreen connected to 329 your system. 330 331 If unsure, say N. 332 333 To compile this driver as a module, choose M here: the 334 module will be called hampshire. 335 336config TOUCHSCREEN_EETI 337 tristate "EETI touchscreen panel support" 338 depends on I2C 339 help 340 Say Y here to enable support for I2C connected EETI touch panels. 341 342 To compile this driver as a module, choose M here: the 343 module will be called eeti_ts. 344 345config TOUCHSCREEN_EGALAX 346 tristate "EETI eGalax multi-touch panel support" 347 depends on I2C && OF 348 help 349 Say Y here to enable support for I2C connected EETI 350 eGalax multi-touch panels. 351 352 To compile this driver as a module, choose M here: the 353 module will be called egalax_ts. 354 355config TOUCHSCREEN_EGALAX_SERIAL 356 tristate "EETI eGalax serial touchscreen" 357 select SERIO 358 help 359 Say Y here to enable support for serial connected EETI 360 eGalax touch panels. 361 362 To compile this driver as a module, choose M here: the 363 module will be called egalax_ts_serial. 364 365config TOUCHSCREEN_EXC3000 366 tristate "EETI EXC3000 multi-touch panel support" 367 depends on I2C 368 help 369 Say Y here to enable support for I2C connected EETI 370 EXC3000 multi-touch panels. 371 372 To compile this driver as a module, choose M here: the 373 module will be called exc3000. 374 375config TOUCHSCREEN_FUJITSU 376 tristate "Fujitsu serial touchscreen" 377 select SERIO 378 help 379 Say Y here if you have the Fujitsu touchscreen (such as one 380 installed in Lifebook P series laptop) connected to your 381 system. 382 383 If unsure, say N. 384 385 To compile this driver as a module, choose M here: the 386 module will be called fujitsu-ts. 387 388config TOUCHSCREEN_GOODIX 389 tristate "Goodix I2C touchscreen" 390 depends on I2C 391 depends on GPIOLIB || COMPILE_TEST 392 help 393 Say Y here if you have the Goodix touchscreen (such as one 394 installed in Onda v975w tablets) connected to your 395 system. It also supports 5-finger chip models, which can be 396 found on ARM tablets, like Wexler TAB7200 and MSI Primo73. 397 398 If unsure, say N. 399 400 To compile this driver as a module, choose M here: the 401 module will be called goodix. 402 403config TOUCHSCREEN_HIDEEP 404 tristate "HiDeep Touch IC" 405 depends on I2C 406 help 407 Say Y here if you have a touchscreen using HiDeep. 408 409 If unsure, say N. 410 411 To compile this driver as a module, choose M here : the 412 module will be called hideep_ts. 413 414config TOUCHSCREEN_ILI210X 415 tristate "Ilitek ILI210X based touchscreen" 416 depends on I2C 417 help 418 Say Y here if you have a ILI210X based touchscreen 419 controller. This driver supports models ILI2102, 420 ILI2102s, ILI2103, ILI2103s and ILI2105. 421 Such kind of chipsets can be found in Amazon Kindle Fire 422 touchscreens. 423 424 If unsure, say N. 425 426 To compile this driver as a module, choose M here: the 427 module will be called ili210x. 428 429config TOUCHSCREEN_IPROC 430 tristate "IPROC touch panel driver support" 431 depends on ARCH_BCM_IPROC || COMPILE_TEST 432 help 433 Say Y here if you want to add support for the IPROC touch 434 controller to 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 bcm_iproc_tsc. 440 441config TOUCHSCREEN_S3C2410 442 tristate "Samsung S3C2410/generic touchscreen input driver" 443 depends on ARCH_S3C24XX || SAMSUNG_DEV_TS 444 depends on S3C_ADC 445 help 446 Say Y here if you have the s3c2410 touchscreen. 447 448 If unsure, say N. 449 450 To compile this driver as a module, choose M here: the 451 module will be called s3c2410_ts. 452 453config TOUCHSCREEN_S6SY761 454 tristate "Samsung S6SY761 Touchscreen driver" 455 depends on I2C 456 help 457 Say Y if you have the Samsung S6SY761 driver 458 459 If unsure, say N 460 461 To compile this driver as module, choose M here: the 462 module will be called s6sy761. 463 464config TOUCHSCREEN_GUNZE 465 tristate "Gunze AHL-51S touchscreen" 466 select SERIO 467 help 468 Say Y here if you have the Gunze AHL-51 touchscreen connected to 469 your system. 470 471 If unsure, say N. 472 473 To compile this driver as a module, choose M here: the 474 module will be called gunze. 475 476config TOUCHSCREEN_EKTF2127 477 tristate "Elan eKTF2127 I2C touchscreen" 478 depends on I2C 479 help 480 Say Y here if you have an Elan eKTF2127 touchscreen 481 connected to your system. 482 483 If unsure, say N. 484 485 To compile this driver as a module, choose M here: the 486 module will be called ektf2127. 487 488config TOUCHSCREEN_ELAN 489 tristate "Elan eKTH I2C touchscreen" 490 depends on I2C 491 help 492 Say Y here if you have an Elan eKTH I2C touchscreen 493 connected to your system. 494 495 If unsure, say N. 496 497 To compile this driver as a module, choose M here: the 498 module will be called elants_i2c. 499 500config TOUCHSCREEN_ELO 501 tristate "Elo serial touchscreens" 502 select SERIO 503 help 504 Say Y here if you have an Elo serial touchscreen connected to 505 your system. 506 507 If unsure, say N. 508 509 To compile this driver as a module, choose M here: the 510 module will be called elo. 511 512config TOUCHSCREEN_WACOM_W8001 513 tristate "Wacom W8001 penabled serial touchscreen" 514 select SERIO 515 help 516 Say Y here if you have an Wacom W8001 penabled serial touchscreen 517 connected to your system. 518 519 If unsure, say N. 520 521 To compile this driver as a module, choose M here: the 522 module will be called wacom_w8001. 523 524config TOUCHSCREEN_WACOM_I2C 525 tristate "Wacom Tablet support (I2C)" 526 depends on I2C 527 help 528 Say Y here if you want to use the I2C version of the Wacom 529 Pen Tablet. 530 531 If unsure, say N. 532 533 To compile this driver as a module, choose M here: the module 534 will be called wacom_i2c. 535 536config TOUCHSCREEN_LPC32XX 537 tristate "LPC32XX touchscreen controller" 538 depends on ARCH_LPC32XX 539 help 540 Say Y here if you have a LPC32XX device and want 541 to support the built-in touchscreen. 542 543 To compile this driver as a module, choose M here: the 544 module will be called lpc32xx_ts. 545 546config TOUCHSCREEN_MAX11801 547 tristate "MAX11801 based touchscreens" 548 depends on I2C 549 help 550 Say Y here if you have a MAX11801 based touchscreen 551 controller. 552 553 If unsure, say N. 554 555 To compile this driver as a module, choose M here: the 556 module will be called max11801_ts. 557 558config TOUCHSCREEN_MCS5000 559 tristate "MELFAS MCS-5000 touchscreen" 560 depends on I2C 561 help 562 Say Y here if you have the MELFAS MCS-5000 touchscreen controller 563 chip in your system. 564 565 If unsure, say N. 566 567 To compile this driver as a module, choose M here: the 568 module will be called mcs5000_ts. 569 570config TOUCHSCREEN_MMS114 571 tristate "MELFAS MMS114 touchscreen" 572 depends on I2C 573 help 574 Say Y here if you have the MELFAS MMS114 touchscreen controller 575 chip in your system. 576 577 If unsure, say N. 578 579 To compile this driver as a module, choose M here: the 580 module will be called mms114. 581 582config TOUCHSCREEN_MELFAS_MIP4 583 tristate "MELFAS MIP4 Touchscreen" 584 depends on I2C 585 help 586 Say Y here if you have a MELFAS MIP4 Touchscreen device. 587 588 If unsure, say N. 589 590 To compile this driver as a module, choose M here: 591 the module will be called melfas_mip4. 592 593config TOUCHSCREEN_MTOUCH 594 tristate "MicroTouch serial touchscreens" 595 select SERIO 596 help 597 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 598 your system. 599 600 If unsure, say N. 601 602 To compile this driver as a module, choose M here: the 603 module will be called mtouch. 604 605config TOUCHSCREEN_IMX6UL_TSC 606 tristate "Freescale i.MX6UL touchscreen controller" 607 depends on ((OF && GPIOLIB) || COMPILE_TEST) && HAS_IOMEM 608 help 609 Say Y here if you have a Freescale i.MX6UL, and want to 610 use the internal touchscreen controller. 611 612 If unsure, say N. 613 614 To compile this driver as a module, choose M here: the 615 module will be called imx6ul_tsc. 616 617config TOUCHSCREEN_INEXIO 618 tristate "iNexio serial touchscreens" 619 select SERIO 620 help 621 Say Y here if you have an iNexio serial touchscreen connected to 622 your system. 623 624 If unsure, say N. 625 626 To compile this driver as a module, choose M here: the 627 module will be called inexio. 628 629config TOUCHSCREEN_MK712 630 tristate "ICS MicroClock MK712 touchscreen" 631 help 632 Say Y here if you have the ICS MicroClock MK712 touchscreen 633 controller chip in your system. 634 635 If unsure, say N. 636 637 To compile this driver as a module, choose M here: the 638 module will be called mk712. 639 640config TOUCHSCREEN_HP600 641 tristate "HP Jornada 6xx touchscreen" 642 depends on SH_HP6XX && SH_ADC 643 help 644 Say Y here if you have a HP Jornada 620/660/680/690 and want to 645 support the built-in touchscreen. 646 647 To compile this driver as a module, choose M here: the 648 module will be called hp680_ts_input. 649 650config TOUCHSCREEN_HP7XX 651 tristate "HP Jornada 7xx touchscreen" 652 depends on SA1100_JORNADA720_SSP 653 help 654 Say Y here if you have a HP Jornada 710/720/728 and want 655 to support the built-in touchscreen. 656 657 To compile this driver as a module, choose M here: the 658 module will be called jornada720_ts. 659 660config TOUCHSCREEN_IPAQ_MICRO 661 tristate "HP iPAQ Atmel Micro ASIC touchscreen" 662 depends on MFD_IPAQ_MICRO 663 help 664 Say Y here to enable support for the touchscreen attached to 665 the Atmel Micro peripheral controller on iPAQ h3100/h3600/h3700 666 667 If unsure, say N. 668 669 To compile this driver as a module, choose M here: the 670 module will be called ipaq-micro-ts. 671 672config TOUCHSCREEN_HTCPEN 673 tristate "HTC Shift X9500 touchscreen" 674 depends on ISA 675 help 676 Say Y here if you have an HTC Shift UMPC also known as HTC X9500 677 Clio / Shangrila and want to support the built-in touchscreen. 678 679 If unsure, say N. 680 681 To compile this driver as a module, choose M here: the 682 module will be called htcpen. 683 684config TOUCHSCREEN_PENMOUNT 685 tristate "Penmount serial touchscreen" 686 select SERIO 687 help 688 Say Y here if you have a Penmount serial touchscreen connected to 689 your system. 690 691 If unsure, say N. 692 693 To compile this driver as a module, choose M here: the 694 module will be called penmount. 695 696config TOUCHSCREEN_EDT_FT5X06 697 tristate "EDT FocalTech FT5x06 I2C Touchscreen support" 698 depends on I2C 699 help 700 Say Y here if you have an EDT "Polytouch" touchscreen based 701 on the FocalTech FT5x06 family of controllers connected to 702 your system. 703 704 If unsure, say N. 705 706 To compile this driver as a module, choose M here: the 707 module will be called edt-ft5x06. 708 709config TOUCHSCREEN_RASPBERRYPI_FW 710 tristate "Raspberry Pi's firmware base touch screen support" 711 depends on RASPBERRYPI_FIRMWARE || (RASPBERRYPI_FIRMWARE=n && COMPILE_TEST) 712 help 713 Say Y here if you have the official Raspberry Pi 7 inch screen on 714 your system. 715 716 If unsure, say N. 717 718 To compile this driver as a module, choose M here: the 719 module will be called raspberrypi-ts. 720 721config TOUCHSCREEN_MIGOR 722 tristate "Renesas MIGO-R touchscreen" 723 depends on (SH_MIGOR || COMPILE_TEST) && I2C 724 help 725 Say Y here to enable MIGO-R touchscreen support. 726 727 If unsure, say N. 728 729 To compile this driver as a module, choose M here: the 730 module will be called migor_ts. 731 732config TOUCHSCREEN_TOUCHRIGHT 733 tristate "Touchright serial touchscreen" 734 select SERIO 735 help 736 Say Y here if you have a Touchright serial touchscreen connected to 737 your system. 738 739 If unsure, say N. 740 741 To compile this driver as a module, choose M here: the 742 module will be called touchright. 743 744config TOUCHSCREEN_TOUCHWIN 745 tristate "Touchwin serial touchscreen" 746 select SERIO 747 help 748 Say Y here if you have a Touchwin serial touchscreen connected to 749 your system. 750 751 If unsure, say N. 752 753 To compile this driver as a module, choose M here: the 754 module will be called touchwin. 755 756config TOUCHSCREEN_TI_AM335X_TSC 757 tristate "TI Touchscreen Interface" 758 depends on MFD_TI_AM335X_TSCADC 759 help 760 Say Y here if you have 4/5/8 wire touchscreen controller 761 to be connected to the ADC controller on your TI AM335x SoC. 762 763 If unsure, say N. 764 765 To compile this driver as a module, choose M here: the 766 module will be called ti_am335x_tsc. 767 768config TOUCHSCREEN_UCB1400 769 tristate "Philips UCB1400 touchscreen" 770 depends on AC97_BUS 771 depends on UCB1400_CORE 772 help 773 This enables support for the Philips UCB1400 touchscreen interface. 774 The UCB1400 is an AC97 audio codec. The touchscreen interface 775 will be initialized only after the ALSA subsystem has been 776 brought up and the UCB1400 detected. You therefore have to 777 configure ALSA support as well (either built-in or modular, 778 independently of whether this driver is itself built-in or 779 modular) for this driver to work. 780 781 To compile this driver as a module, choose M here: the 782 module will be called ucb1400_ts. 783 784config TOUCHSCREEN_PIXCIR 785 tristate "PIXCIR I2C touchscreens" 786 depends on I2C 787 help 788 Say Y here if you have a pixcir i2c touchscreen 789 controller. 790 791 If unsure, say N. 792 793 To compile this driver as a module, choose M here: the 794 module will be called pixcir_i2c_ts. 795 796config TOUCHSCREEN_WDT87XX_I2C 797 tristate "Weida HiTech I2C touchscreen" 798 depends on I2C 799 help 800 Say Y here if you have a Weida WDT87XX I2C touchscreen 801 connected to your system. 802 803 If unsure, say N. 804 805 To compile this driver as a module, choose M here: the 806 module will be called wdt87xx_i2c. 807 808config TOUCHSCREEN_WM831X 809 tristate "Support for WM831x touchscreen controllers" 810 depends on MFD_WM831X 811 help 812 This enables support for the touchscreen controller on the WM831x 813 series of PMICs. 814 815 To compile this driver as a module, choose M here: the 816 module will be called wm831x-ts. 817 818config TOUCHSCREEN_WM97XX 819 tristate "Support for WM97xx AC97 touchscreen controllers" 820 depends on AC97_BUS || AC97_BUS_NEW 821 help 822 Say Y here if you have a Wolfson Microelectronics WM97xx 823 touchscreen connected to your system. Note that this option 824 only enables core driver, you will also need to select 825 support for appropriate chip below. 826 827 If unsure, say N. 828 829 To compile this driver as a module, choose M here: the 830 module will be called wm97xx-ts. 831 832config TOUCHSCREEN_WM9705 833 bool "WM9705 Touchscreen interface support" 834 depends on TOUCHSCREEN_WM97XX 835 default y 836 help 837 Say Y here to enable support for the Wolfson Microelectronics 838 WM9705 touchscreen controller. 839 840config TOUCHSCREEN_WM9712 841 bool "WM9712 Touchscreen interface support" 842 depends on TOUCHSCREEN_WM97XX 843 default y 844 help 845 Say Y here to enable support for the Wolfson Microelectronics 846 WM9712 touchscreen controller. 847 848config TOUCHSCREEN_WM9713 849 bool "WM9713 Touchscreen interface support" 850 depends on TOUCHSCREEN_WM97XX 851 default y 852 help 853 Say Y here to enable support for the Wolfson Microelectronics 854 WM9713 touchscreen controller. 855 856config TOUCHSCREEN_WM97XX_MAINSTONE 857 tristate "WM97xx Mainstone/Palm accelerated touch" 858 depends on TOUCHSCREEN_WM97XX && ARCH_PXA 859 help 860 Say Y here for support for streaming mode with WM97xx touchscreens 861 on Mainstone, Palm Tungsten T5, TX and LifeDrive systems. 862 863 If unsure, say N. 864 865 To compile this driver as a module, choose M here: the 866 module will be called mainstone-wm97xx. 867 868config TOUCHSCREEN_WM97XX_ZYLONITE 869 tristate "Zylonite accelerated touch" 870 depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE 871 select TOUCHSCREEN_WM9713 872 help 873 Say Y here for support for streaming mode with the touchscreen 874 on Zylonite systems. 875 876 If unsure, say N. 877 878 To compile this driver as a module, choose M here: the 879 module will be called zylonite-wm97xx. 880 881config TOUCHSCREEN_USB_COMPOSITE 882 tristate "USB Touchscreen Driver" 883 depends on USB_ARCH_HAS_HCD 884 select USB 885 help 886 USB Touchscreen driver for: 887 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) 888 - PanJit TouchSet USB 889 - 3M MicroTouch USB (EX II series) 890 - ITM 891 - some other eTurboTouch 892 - Gunze AHL61 893 - DMC TSC-10/25 894 - IRTOUCHSYSTEMS/UNITOP 895 - IdealTEK URTC1000 896 - GoTop Super_Q2/GogoPen/PenPower tablets 897 - JASTEC USB Touch Controller/DigiTech DTR-02U 898 - Zytronic controllers 899 - Elo TouchSystems 2700 IntelliTouch 900 - EasyTouch USB Touch Controller from Data Modul 901 - e2i (Mimo monitors) 902 903 Have a look at <http://linux.chapter7.ch/touchkit/> for 904 a usage description and the required user-space stuff. 905 906 To compile this driver as a module, choose M here: the 907 module will be called usbtouchscreen. 908 909config TOUCHSCREEN_MXS_LRADC 910 tristate "Freescale i.MX23/i.MX28 LRADC touchscreen" 911 depends on MFD_MXS_LRADC 912 help 913 Say Y here if you have a touchscreen connected to the low-resolution 914 analog-to-digital converter (LRADC) on an i.MX23 or i.MX28 processor. 915 916 To compile this driver as a module, choose M here: the module will be 917 called mxs-lradc-ts. 918 919config TOUCHSCREEN_MX25 920 tristate "Freescale i.MX25 touchscreen input driver" 921 depends on MFD_MX25_TSADC 922 help 923 Enable support for touchscreen connected to your i.MX25. 924 925 To compile this driver as a module, choose M here: the 926 module will be called fsl-imx25-tcq. 927 928config TOUCHSCREEN_MC13783 929 tristate "Freescale MC13783 touchscreen input driver" 930 depends on MFD_MC13XXX 931 help 932 Say Y here if you have an Freescale MC13783 PMIC on your 933 board and want to use its touchscreen 934 935 If unsure, say N. 936 937 To compile this driver as a module, choose M here: the 938 module will be called mc13783_ts. 939 940config TOUCHSCREEN_USB_EGALAX 941 default y 942 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT 943 depends on TOUCHSCREEN_USB_COMPOSITE 944 945config TOUCHSCREEN_USB_PANJIT 946 default y 947 bool "PanJit device support" if EXPERT 948 depends on TOUCHSCREEN_USB_COMPOSITE 949 950config TOUCHSCREEN_USB_3M 951 default y 952 bool "3M/Microtouch EX II series device support" if EXPERT 953 depends on TOUCHSCREEN_USB_COMPOSITE 954 955config TOUCHSCREEN_USB_ITM 956 default y 957 bool "ITM device support" if EXPERT 958 depends on TOUCHSCREEN_USB_COMPOSITE 959 960config TOUCHSCREEN_USB_ETURBO 961 default y 962 bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT 963 depends on TOUCHSCREEN_USB_COMPOSITE 964 965config TOUCHSCREEN_USB_GUNZE 966 default y 967 bool "Gunze AHL61 device support" if EXPERT 968 depends on TOUCHSCREEN_USB_COMPOSITE 969 970config TOUCHSCREEN_USB_DMC_TSC10 971 default y 972 bool "DMC TSC-10/25 device support" if EXPERT 973 depends on TOUCHSCREEN_USB_COMPOSITE 974 975config TOUCHSCREEN_USB_IRTOUCH 976 default y 977 bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT 978 depends on TOUCHSCREEN_USB_COMPOSITE 979 980config TOUCHSCREEN_USB_IDEALTEK 981 default y 982 bool "IdealTEK URTC1000 device support" if EXPERT 983 depends on TOUCHSCREEN_USB_COMPOSITE 984 985config TOUCHSCREEN_USB_GENERAL_TOUCH 986 default y 987 bool "GeneralTouch Touchscreen device support" if EXPERT 988 depends on TOUCHSCREEN_USB_COMPOSITE 989 990config TOUCHSCREEN_USB_GOTOP 991 default y 992 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT 993 depends on TOUCHSCREEN_USB_COMPOSITE 994 995config TOUCHSCREEN_USB_JASTEC 996 default y 997 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT 998 depends on TOUCHSCREEN_USB_COMPOSITE 999 1000config TOUCHSCREEN_USB_ELO 1001 default y 1002 bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT 1003 depends on TOUCHSCREEN_USB_COMPOSITE 1004 1005config TOUCHSCREEN_USB_E2I 1006 default y 1007 bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT 1008 depends on TOUCHSCREEN_USB_COMPOSITE 1009 1010config TOUCHSCREEN_USB_ZYTRONIC 1011 default y 1012 bool "Zytronic controller" if EXPERT 1013 depends on TOUCHSCREEN_USB_COMPOSITE 1014 1015config TOUCHSCREEN_USB_ETT_TC45USB 1016 default y 1017 bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT 1018 depends on TOUCHSCREEN_USB_COMPOSITE 1019 1020config TOUCHSCREEN_USB_NEXIO 1021 default y 1022 bool "NEXIO/iNexio device support" if EXPERT 1023 depends on TOUCHSCREEN_USB_COMPOSITE 1024 1025config TOUCHSCREEN_USB_EASYTOUCH 1026 default y 1027 bool "EasyTouch USB Touch controller device support" if EXPERT 1028 depends on TOUCHSCREEN_USB_COMPOSITE 1029 help 1030 Say Y here if you have an EasyTouch USB Touch controller. 1031 If unsure, say N. 1032 1033config TOUCHSCREEN_TOUCHIT213 1034 tristate "Sahara TouchIT-213 touchscreen" 1035 select SERIO 1036 help 1037 Say Y here if you have a Sahara TouchIT-213 Tablet PC. 1038 1039 If unsure, say N. 1040 1041 To compile this driver as a module, choose M here: the 1042 module will be called touchit213. 1043 1044config TOUCHSCREEN_TS4800 1045 tristate "TS-4800 touchscreen" 1046 depends on HAS_IOMEM && OF 1047 depends on SOC_IMX51 || COMPILE_TEST 1048 select MFD_SYSCON 1049 help 1050 Say Y here if you have a touchscreen on a TS-4800 board. 1051 1052 On TS-4800, the touchscreen is not handled directly by Linux but by 1053 a companion FPGA. 1054 1055 If unsure, say N. 1056 1057 To compile this driver as a module, choose M here: the 1058 module will be called ts4800_ts. 1059 1060config TOUCHSCREEN_TSC_SERIO 1061 tristate "TSC-10/25/40 serial touchscreen support" 1062 select SERIO 1063 help 1064 Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected 1065 to your system. 1066 1067 If unsure, say N. 1068 1069 To compile this driver as a module, choose M here: the 1070 module will be called tsc40. 1071 1072config TOUCHSCREEN_TSC200X_CORE 1073 tristate 1074 1075config TOUCHSCREEN_TSC2004 1076 tristate "TSC2004 based touchscreens" 1077 depends on I2C 1078 select REGMAP_I2C 1079 select TOUCHSCREEN_TSC200X_CORE 1080 help 1081 Say Y here if you have a TSC2004 based touchscreen. 1082 1083 If unsure, say N. 1084 1085 To compile this driver as a module, choose M here: the 1086 module will be called tsc2004. 1087 1088config TOUCHSCREEN_TSC2005 1089 tristate "TSC2005 based touchscreens" 1090 depends on SPI_MASTER 1091 select REGMAP_SPI 1092 select TOUCHSCREEN_TSC200X_CORE 1093 help 1094 Say Y here if you have a TSC2005 based touchscreen. 1095 1096 If unsure, say N. 1097 1098 To compile this driver as a module, choose M here: the 1099 module will be called tsc2005. 1100 1101config TOUCHSCREEN_TSC2007 1102 tristate "TSC2007 based touchscreens" 1103 depends on I2C 1104 help 1105 Say Y here if you have a TSC2007 based touchscreen. 1106 1107 If unsure, say N. 1108 1109 To compile this driver as a module, choose M here: the 1110 module will be called tsc2007. 1111 1112config TOUCHSCREEN_TSC2007_IIO 1113 bool "IIO interface for external ADC input and temperature" 1114 depends on TOUCHSCREEN_TSC2007 1115 depends on IIO=y || IIO=TOUCHSCREEN_TSC2007 1116 help 1117 Saying Y here adds an iio interface to the tsc2007 which 1118 provides values for the AUX input (used for e.g. battery 1119 or ambient light monitoring), temperature and raw input 1120 values. 1121 1122config TOUCHSCREEN_PCAP 1123 tristate "Motorola PCAP touchscreen" 1124 depends on EZX_PCAP 1125 help 1126 Say Y here if you have a Motorola EZX telephone and 1127 want to enable support for the built-in touchscreen. 1128 1129 To compile this driver as a module, choose M here: the 1130 module will be called pcap_ts. 1131 1132config TOUCHSCREEN_RM_TS 1133 tristate "Raydium I2C Touchscreen" 1134 depends on I2C 1135 depends on GPIOLIB || COMPILE_TEST 1136 help 1137 Say Y here if you have Raydium series I2C touchscreen, 1138 such as RM32380, connected to your system. 1139 1140 If unsure, say N. 1141 1142 To compile this driver as a module, choose M here: the 1143 module will be called raydium_i2c_ts. 1144 1145config TOUCHSCREEN_SILEAD 1146 tristate "Silead I2C touchscreen" 1147 depends on I2C 1148 help 1149 Say Y here if you have the Silead touchscreen connected to 1150 your system. 1151 1152 If unsure, say N. 1153 1154 To compile this driver as a module, choose M here: the 1155 module will be called silead. 1156 1157config TOUCHSCREEN_SIS_I2C 1158 tristate "SiS 9200 family I2C touchscreen" 1159 depends on I2C 1160 select CRC_ITU_T 1161 depends on GPIOLIB || COMPILE_TEST 1162 help 1163 This enables support for SiS 9200 family over I2C based touchscreens. 1164 1165 If unsure, say N. 1166 1167 To compile this driver as a module, choose M here: the 1168 module will be called sis_i2c. 1169 1170config TOUCHSCREEN_ST1232 1171 tristate "Sitronix ST1232 or ST1633 touchscreen controllers" 1172 depends on I2C 1173 help 1174 Say Y here if you want to support the Sitronix ST1232 1175 or ST1633 touchscreen controller. 1176 1177 If unsure, say N. 1178 1179 To compile this driver as a module, choose M here: the 1180 module will be called st1232_ts. 1181 1182config TOUCHSCREEN_STMFTS 1183 tristate "STMicroelectronics STMFTS touchscreen" 1184 depends on I2C 1185 depends on LEDS_CLASS 1186 help 1187 Say Y here if you want support for STMicroelectronics 1188 STMFTS touchscreen. 1189 1190 To compile this driver as a module, choose M here: the 1191 module will be called stmfts. 1192 1193config TOUCHSCREEN_STMPE 1194 tristate "STMicroelectronics STMPE touchscreens" 1195 depends on MFD_STMPE 1196 depends on (OF || COMPILE_TEST) 1197 help 1198 Say Y here if you want support for STMicroelectronics 1199 STMPE touchscreen controllers. 1200 1201 To compile this driver as a module, choose M here: the 1202 module will be called stmpe-ts. 1203 1204config TOUCHSCREEN_SUN4I 1205 tristate "Allwinner sun4i resistive touchscreen controller support" 1206 depends on ARCH_SUNXI || COMPILE_TEST 1207 depends on HWMON 1208 depends on THERMAL || !THERMAL_OF 1209 help 1210 This selects support for the resistive touchscreen controller 1211 found on Allwinner sunxi SoCs. 1212 1213 To compile this driver as a module, choose M here: the 1214 module will be called sun4i-ts. 1215 1216config TOUCHSCREEN_SUR40 1217 tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen" 1218 depends on USB && MEDIA_USB_SUPPORT && HAS_DMA 1219 depends on VIDEO_V4L2 1220 select VIDEOBUF2_DMA_SG 1221 help 1222 Say Y here if you want support for the Samsung SUR40 touchscreen 1223 (also known as Microsoft Surface 2.0 or Microsoft PixelSense). 1224 1225 To compile this driver as a module, choose M here: the 1226 module will be called sur40. 1227 1228config TOUCHSCREEN_SURFACE3_SPI 1229 tristate "Ntrig/Microsoft Surface 3 SPI touchscreen" 1230 depends on SPI 1231 depends on GPIOLIB || COMPILE_TEST 1232 help 1233 Say Y here if you have the Ntrig/Microsoft SPI touchscreen 1234 controller chip as found on the Surface 3 in your system. 1235 1236 If unsure, say N. 1237 1238 To compile this driver as a module, choose M here: the 1239 module will be called surface3_spi. 1240 1241config TOUCHSCREEN_SX8654 1242 tristate "Semtech SX8654 touchscreen" 1243 depends on I2C 1244 help 1245 Say Y here if you have a Semtech SX8654 touchscreen controller. 1246 1247 If unsure, say N 1248 1249 To compile this driver as a module, choose M here: the 1250 module will be called sx8654. 1251 1252config TOUCHSCREEN_TPS6507X 1253 tristate "TPS6507x based touchscreens" 1254 depends on I2C 1255 help 1256 Say Y here if you have a TPS6507x based touchscreen 1257 controller. 1258 1259 If unsure, say N. 1260 1261 To compile this driver as a module, choose M here: the 1262 module will be called tps6507x_ts. 1263 1264config TOUCHSCREEN_ZET6223 1265 tristate "Zeitec ZET6223 touchscreen driver" 1266 depends on I2C 1267 help 1268 Say Y here if you have a touchscreen using Zeitec ZET6223 1269 1270 If unsure, say N. 1271 1272 To compile this driver as a module, choose M here: the 1273 module will be called zet6223. 1274 1275config TOUCHSCREEN_ZFORCE 1276 tristate "Neonode zForce infrared touchscreens" 1277 depends on I2C 1278 depends on GPIOLIB || COMPILE_TEST 1279 help 1280 Say Y here if you have a touchscreen using the zforce 1281 infraread technology from Neonode. 1282 1283 If unsure, say N. 1284 1285 To compile this driver as a module, choose M here: the 1286 module will be called zforce_ts. 1287 1288config TOUCHSCREEN_COLIBRI_VF50 1289 tristate "Toradex Colibri on board touchscreen driver" 1290 depends on IIO && VF610_ADC 1291 depends on GPIOLIB || COMPILE_TEST 1292 help 1293 Say Y here if you have a Colibri VF50 and plan to use 1294 the on-board provided 4-wire touchscreen driver. 1295 1296 If unsure, say N. 1297 1298 To compile this driver as a module, choose M here: the 1299 module will be called colibri_vf50_ts. 1300 1301config TOUCHSCREEN_ROHM_BU21023 1302 tristate "ROHM BU21023/24 Dual touch support resistive touchscreens" 1303 depends on I2C 1304 help 1305 Say Y here if you have a touchscreen using ROHM BU21023/24. 1306 1307 If unsure, say N. 1308 1309 To compile this driver as a module, choose M here: the 1310 module will be called bu21023_ts. 1311 1312config TOUCHSCREEN_IQS5XX 1313 tristate "Azoteq IQS550/572/525 trackpad/touchscreen controller" 1314 depends on I2C 1315 help 1316 Say Y to enable support for the Azoteq IQS550/572/525 1317 family of trackpad/touchscreen controllers. 1318 1319 To compile this driver as a module, choose M here: the 1320 module will be called iqs5xx. 1321 1322config TOUCHSCREEN_ZINITIX 1323 tristate "Zinitix touchscreen support" 1324 depends on I2C 1325 help 1326 Say Y here if you have a touchscreen using Zinitix bt541, 1327 or something similar enough. 1328 1329 If unsure, say N. 1330 1331 To compile this driver as a module, choose M here: the 1332 module will be called zinitix. 1333 1334endif 1335