11da177e4SLinus Torvalds# 2d05e84e6SDmitry Torokhov# Touchscreen driver configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvaldsmenuconfig INPUT_TOUCHSCREEN 51da177e4SLinus Torvalds bool "Touchscreens" 61da177e4SLinus Torvalds help 71da177e4SLinus Torvalds Say Y here, and a list of supported touchscreens will be displayed. 81da177e4SLinus Torvalds This option doesn't affect the kernel. 91da177e4SLinus Torvalds 101da177e4SLinus Torvalds If unsure, say Y. 111da177e4SLinus Torvalds 121da177e4SLinus Torvaldsif INPUT_TOUCHSCREEN 131da177e4SLinus Torvalds 14ffa458c1SDavid Brownellconfig TOUCHSCREEN_ADS7846 15bff0de5fSDavid Brownell tristate "ADS7846/TSC2046 and ADS7843 based touchscreens" 16ffa458c1SDavid Brownell depends on SPI_MASTER 172c8dc071SDavid Brownell depends on HWMON = n || HWMON 18ffa458c1SDavid Brownell help 19ffa458c1SDavid Brownell Say Y here if you have a touchscreen interface using the 20bff0de5fSDavid Brownell ADS7846/TSC2046 or ADS7843 controller, and your board-specific 21bff0de5fSDavid Brownell setup code includes that in its table of SPI devices. 22ffa458c1SDavid Brownell 232c8dc071SDavid Brownell If HWMON is selected, and the driver is told the reference voltage 242c8dc071SDavid Brownell on your board, you will also get hwmon interfaces for the voltage 25bff0de5fSDavid Brownell (and on ads7846/tsc2046, temperature) sensors of this chip. 262c8dc071SDavid Brownell 27ffa458c1SDavid Brownell If unsure, say N (but it's safe to say "Y"). 28ffa458c1SDavid Brownell 29ffa458c1SDavid Brownell To compile this driver as a module, choose M here: the 30ffa458c1SDavid Brownell module will be called ads7846. 31ffa458c1SDavid Brownell 32*331b78edSMichael Hennerichconfig TOUCHSCREEN_AD7877 33*331b78edSMichael Hennerich tristate "AD7877 based touchscreens" 34*331b78edSMichael Hennerich depends on SPI_MASTER 35*331b78edSMichael Hennerich help 36*331b78edSMichael Hennerich Say Y here if you have a touchscreen interface using the 37*331b78edSMichael Hennerich AD7877 controller, and your board-specific initialization 38*331b78edSMichael Hennerich code includes that in its table of SPI devices. 39*331b78edSMichael Hennerich 40*331b78edSMichael Hennerich If unsure, say N (but it's safe to say "Y"). 41*331b78edSMichael Hennerich 42*331b78edSMichael Hennerich To compile this driver as a module, choose M here: the 43*331b78edSMichael Hennerich module will be called ad7877. 44*331b78edSMichael Hennerich 451da177e4SLinus Torvaldsconfig TOUCHSCREEN_BITSY 461da177e4SLinus Torvalds tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" 471da177e4SLinus Torvalds depends on SA1100_BITSY 481da177e4SLinus Torvalds select SERIO 491da177e4SLinus Torvalds help 501da177e4SLinus Torvalds Say Y here if you have the h3600 (Bitsy) touchscreen. 511da177e4SLinus Torvalds 521da177e4SLinus Torvalds If unsure, say N. 531da177e4SLinus Torvalds 541da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 551da177e4SLinus Torvalds module will be called h3600_ts_input. 561da177e4SLinus Torvalds 571da177e4SLinus Torvaldsconfig TOUCHSCREEN_CORGI 5845e2a9b4SEric Miao tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)" 591da177e4SLinus Torvalds depends on PXA_SHARPSL 6045e2a9b4SEric Miao select CORGI_SSP_DEPRECATED 611da177e4SLinus Torvalds default y 621da177e4SLinus Torvalds help 631da177e4SLinus Torvalds Say Y here to enable the driver for the touchscreen on the 64513b6e1aSRichard Purdie Sharp SL-C7xx and SL-Cxx00 series of PDAs. 651da177e4SLinus Torvalds 661da177e4SLinus Torvalds If unsure, say N. 671da177e4SLinus Torvalds 681da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 69513b6e1aSRichard Purdie module will be called corgi_ts. 701da177e4SLinus Torvalds 7145e2a9b4SEric Miao NOTE: this driver is deprecated, try enable SPI and generic 7245e2a9b4SEric Miao ADS7846-based touchscreen driver. 7345e2a9b4SEric Miao 749bcc00b9SEric Miaoconfig TOUCHSCREEN_DA9034 759bcc00b9SEric Miao tristate "Touchscreen support for Dialog Semiconductor DA9034" 769bcc00b9SEric Miao depends on PMIC_DA903X 779bcc00b9SEric Miao default y 789bcc00b9SEric Miao help 799bcc00b9SEric Miao Say Y here to enable the support for the touchscreen found 809bcc00b9SEric Miao on Dialog Semiconductor DA9034 PMIC. 819bcc00b9SEric Miao 8285f202d5SDmitry Torokhovconfig TOUCHSCREEN_FUJITSU 8385f202d5SDmitry Torokhov tristate "Fujitsu serial touchscreen" 8485f202d5SDmitry Torokhov select SERIO 8585f202d5SDmitry Torokhov help 8685f202d5SDmitry Torokhov Say Y here if you have the Fujitsu touchscreen (such as one 8785f202d5SDmitry Torokhov installed in Lifebook P series laptop) connected to your 8885f202d5SDmitry Torokhov system. 8985f202d5SDmitry Torokhov 9085f202d5SDmitry Torokhov If unsure, say N. 9185f202d5SDmitry Torokhov 9285f202d5SDmitry Torokhov To compile this driver as a module, choose M here: the 9385f202d5SDmitry Torokhov module will be called fujitsu-ts. 9485f202d5SDmitry Torokhov 951da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE 961da177e4SLinus Torvalds tristate "Gunze AHL-51S touchscreen" 971da177e4SLinus Torvalds select SERIO 981da177e4SLinus Torvalds help 991da177e4SLinus Torvalds Say Y here if you have the Gunze AHL-51 touchscreen connected to 1001da177e4SLinus Torvalds your system. 1011da177e4SLinus Torvalds 1021da177e4SLinus Torvalds If unsure, say N. 1031da177e4SLinus Torvalds 1041da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1051da177e4SLinus Torvalds module will be called gunze. 1061da177e4SLinus Torvalds 1071da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO 1081da177e4SLinus Torvalds tristate "Elo serial touchscreens" 1091da177e4SLinus Torvalds select SERIO 1101da177e4SLinus Torvalds help 1111da177e4SLinus Torvalds Say Y here if you have an Elo serial touchscreen connected to 1121da177e4SLinus Torvalds your system. 1131da177e4SLinus Torvalds 1141da177e4SLinus Torvalds If unsure, say N. 1151da177e4SLinus Torvalds 1161da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 117153ab429SMichael Prokop module will be called elo. 1181da177e4SLinus Torvalds 1193eb1aa43SJaya Kumarconfig TOUCHSCREEN_WACOM_W8001 1203eb1aa43SJaya Kumar tristate "Wacom W8001 penabled serial touchscreen" 1213eb1aa43SJaya Kumar select SERIO 1223eb1aa43SJaya Kumar help 1233eb1aa43SJaya Kumar Say Y here if you have an Wacom W8001 penabled serial touchscreen 1243eb1aa43SJaya Kumar connected to your system. 1253eb1aa43SJaya Kumar 1263eb1aa43SJaya Kumar If unsure, say N. 1273eb1aa43SJaya Kumar 1283eb1aa43SJaya Kumar To compile this driver as a module, choose M here: the 1293eb1aa43SJaya Kumar module will be called wacom_w8001. 1303eb1aa43SJaya Kumar 1313eb1aa43SJaya Kumar 1321da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH 1331da177e4SLinus Torvalds tristate "MicroTouch serial touchscreens" 1341da177e4SLinus Torvalds select SERIO 1351da177e4SLinus Torvalds help 1361da177e4SLinus Torvalds Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 1371da177e4SLinus Torvalds your system. 1381da177e4SLinus Torvalds 1391da177e4SLinus Torvalds If unsure, say N. 1401da177e4SLinus Torvalds 1411da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1421da177e4SLinus Torvalds module will be called mtouch. 1431da177e4SLinus Torvalds 1443cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO 1453cadd2d9SRichard Lemon tristate "iNexio serial touchscreens" 1463cadd2d9SRichard Lemon select SERIO 1473cadd2d9SRichard Lemon help 1483cadd2d9SRichard Lemon Say Y here if you have an iNexio serial touchscreen connected to 1493cadd2d9SRichard Lemon your system. 1503cadd2d9SRichard Lemon 1513cadd2d9SRichard Lemon If unsure, say N. 1523cadd2d9SRichard Lemon 1533cadd2d9SRichard Lemon To compile this driver as a module, choose M here: the 1543cadd2d9SRichard Lemon module will be called inexio. 1553cadd2d9SRichard Lemon 1561da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712 1571da177e4SLinus Torvalds tristate "ICS MicroClock MK712 touchscreen" 1581da177e4SLinus Torvalds help 1591da177e4SLinus Torvalds Say Y here if you have the ICS MicroClock MK712 touchscreen 1601da177e4SLinus Torvalds controller chip in your system. 1611da177e4SLinus Torvalds 1621da177e4SLinus Torvalds If unsure, say N. 1631da177e4SLinus Torvalds 1641da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1651da177e4SLinus Torvalds module will be called mk712. 1661da177e4SLinus Torvalds 1671da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600 1684ff891ebSKristoffer Ericson tristate "HP Jornada 6xx touchscreen" 1690025835cSPaul Mundt depends on SH_HP6XX && SH_ADC 1701da177e4SLinus Torvalds help 1714ff891ebSKristoffer Ericson Say Y here if you have a HP Jornada 620/660/680/690 and want to 1721da177e4SLinus Torvalds support the built-in touchscreen. 1731da177e4SLinus Torvalds 1741da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1751da177e4SLinus Torvalds module will be called hp680_ts_input. 1761da177e4SLinus Torvalds 1775637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX 1784ff891ebSKristoffer Ericson tristate "HP Jornada 7xx touchscreen" 1795637f02aSKristoffer Ericson depends on SA1100_JORNADA720_SSP 1805637f02aSKristoffer Ericson help 1815637f02aSKristoffer Ericson Say Y here if you have a HP Jornada 710/720/728 and want 1825637f02aSKristoffer Ericson to support the built-in touchscreen. 1835637f02aSKristoffer Ericson 1845637f02aSKristoffer Ericson To compile this driver as a module, choose M here: the 1855637f02aSKristoffer Ericson module will be called jornada720_ts. 1865637f02aSKristoffer Ericson 1875a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN 1885a18c343SPau Oliva Fora tristate "HTC Shift X9500 touchscreen" 1895a18c343SPau Oliva Fora depends on ISA 1905a18c343SPau Oliva Fora help 1915a18c343SPau Oliva Fora Say Y here if you have an HTC Shift UMPC also known as HTC X9500 1925a18c343SPau Oliva Fora Clio / Shangrila and want to support the built-in touchscreen. 1935a18c343SPau Oliva Fora 1945a18c343SPau Oliva Fora If unsure, say N. 1955a18c343SPau Oliva Fora 1965a18c343SPau Oliva Fora To compile this driver as a module, choose M here: the 1975a18c343SPau Oliva Fora module will be called htcpen. 1985a18c343SPau Oliva Fora 199ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT 200ee479999SRick Koch tristate "Penmount serial touchscreen" 201ee479999SRick Koch select SERIO 202ee479999SRick Koch help 203ee479999SRick Koch Say Y here if you have a Penmount serial touchscreen connected to 204ee479999SRick Koch your system. 205ee479999SRick Koch 206ee479999SRick Koch If unsure, say N. 207ee479999SRick Koch 208ee479999SRick Koch To compile this driver as a module, choose M here: the 209ee479999SRick Koch module will be called penmount. 210ee479999SRick Koch 211885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR 212885c316dSMagnus Damm tristate "Renesas MIGO-R touchscreen" 213885c316dSMagnus Damm depends on SH_MIGOR && I2C 214885c316dSMagnus Damm help 215885c316dSMagnus Damm Say Y here to enable MIGO-R touchscreen support. 216885c316dSMagnus Damm 217885c316dSMagnus Damm If unsure, say N. 218885c316dSMagnus Damm 219885c316dSMagnus Damm To compile this driver as a module, choose M here: the 220885c316dSMagnus Damm module will be called migor_ts. 221885c316dSMagnus Damm 2224003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT 2234003dff4SRick Koch tristate "Touchright serial touchscreen" 2244003dff4SRick Koch select SERIO 2254003dff4SRick Koch help 2264003dff4SRick Koch Say Y here if you have a Touchright serial touchscreen connected to 2274003dff4SRick Koch your system. 2284003dff4SRick Koch 2294003dff4SRick Koch If unsure, say N. 2304003dff4SRick Koch 2314003dff4SRick Koch To compile this driver as a module, choose M here: the 2324003dff4SRick Koch module will be called touchright. 2334003dff4SRick Koch 23411ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN 23511ea3173SRick Koch tristate "Touchwin serial touchscreen" 23611ea3173SRick Koch select SERIO 23711ea3173SRick Koch help 23811ea3173SRick Koch Say Y here if you have a Touchwin serial touchscreen connected to 23911ea3173SRick Koch your system. 24011ea3173SRick Koch 24111ea3173SRick Koch If unsure, say N. 24211ea3173SRick Koch 24311ea3173SRick Koch To compile this driver as a module, choose M here: the 24411ea3173SRick Koch module will be called touchwin. 24511ea3173SRick Koch 24672d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC 24772d18a7bSDan Liang tristate "Atmel Touchscreen Interface" 24872d18a7bSDan Liang depends on ARCH_AT91SAM9RL 24972d18a7bSDan Liang help 25072d18a7bSDan Liang Say Y here if you have a 4-wire touchscreen connected to the 25172d18a7bSDan Liang ADC Controller on your Atmel SoC (such as the AT91SAM9RL). 25272d18a7bSDan Liang 25372d18a7bSDan Liang If unsure, say N. 25472d18a7bSDan Liang 25572d18a7bSDan Liang To compile this driver as a module, choose M here: the 25672d18a7bSDan Liang module will be called atmel_tsadcc. 25772d18a7bSDan Liang 258f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400 259f40219bfSNicolas Pitre tristate "Philips UCB1400 touchscreen" 26064c12e9bSAndrew Morton depends on AC97_BUS 261d9105c2bSMarek Vašut depends on UCB1400_CORE 262f40219bfSNicolas Pitre help 263f40219bfSNicolas Pitre This enables support for the Philips UCB1400 touchscreen interface. 264f40219bfSNicolas Pitre The UCB1400 is an AC97 audio codec. The touchscreen interface 265f40219bfSNicolas Pitre will be initialized only after the ALSA subsystem has been 266f40219bfSNicolas Pitre brought up and the UCB1400 detected. You therefore have to 267f40219bfSNicolas Pitre configure ALSA support as well (either built-in or modular, 268f40219bfSNicolas Pitre independently of whether this driver is itself built-in or 269f40219bfSNicolas Pitre modular) for this driver to work. 270f40219bfSNicolas Pitre 271f40219bfSNicolas Pitre To compile this driver as a module, choose M here: the 272f40219bfSNicolas Pitre module will be called ucb1400_ts. 273f40219bfSNicolas Pitre 274febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX 275febf1dffSMark Brown tristate "Support for WM97xx AC97 touchscreen controllers" 276febf1dffSMark Brown depends on AC97_BUS 277febf1dffSMark Brown help 278febf1dffSMark Brown Say Y here if you have a Wolfson Microelectronics WM97xx 279febf1dffSMark Brown touchscreen connected to your system. Note that this option 280febf1dffSMark Brown only enables core driver, you will also need to select 281febf1dffSMark Brown support for appropriate chip below. 282febf1dffSMark Brown 283febf1dffSMark Brown If unsure, say N. 284febf1dffSMark Brown 285febf1dffSMark Brown To compile this driver as a module, choose M here: the 286febf1dffSMark Brown module will be called wm97xx-ts. 287febf1dffSMark Brown 2889448cefcSMark Brownconfig TOUCHSCREEN_WM9705 2899448cefcSMark Brown bool "WM9705 Touchscreen interface support" 2909448cefcSMark Brown depends on TOUCHSCREEN_WM97XX 291558a171dSMark Brown default y 2929448cefcSMark Brown help 293558a171dSMark Brown Say Y here to enable support for the Wolfson Microelectronics 294558a171dSMark Brown WM9705 touchscreen controller. 2959448cefcSMark Brown 296de22b9efSMark Brownconfig TOUCHSCREEN_WM9712 297de22b9efSMark Brown bool "WM9712 Touchscreen interface support" 298de22b9efSMark Brown depends on TOUCHSCREEN_WM97XX 299558a171dSMark Brown default y 300de22b9efSMark Brown help 301558a171dSMark Brown Say Y here to enable support for the Wolfson Microelectronics 302558a171dSMark Brown WM9712 touchscreen controller. 303de22b9efSMark Brown 304dca98e91SMark Brownconfig TOUCHSCREEN_WM9713 305dca98e91SMark Brown bool "WM9713 Touchscreen interface support" 306dca98e91SMark Brown depends on TOUCHSCREEN_WM97XX 307558a171dSMark Brown default y 308dca98e91SMark Brown help 309558a171dSMark Brown Say Y here to enable support for the Wolfson Microelectronics 310558a171dSMark Brown WM9713 touchscreen controller. 311dca98e91SMark Brown 3124db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE 3134db8a5f2SMark Brown tristate "WM97xx Mainstone accelerated touch" 3144db8a5f2SMark Brown depends on TOUCHSCREEN_WM97XX && ARCH_PXA 3154db8a5f2SMark Brown help 3164db8a5f2SMark Brown Say Y here for support for streaming mode with WM97xx touchscreens 3174db8a5f2SMark Brown on Mainstone systems. 3184db8a5f2SMark Brown 3194db8a5f2SMark Brown If unsure, say N. 3204db8a5f2SMark Brown 3214db8a5f2SMark Brown To compile this driver as a module, choose M here: the 3224db8a5f2SMark Brown module will be called mainstone-wm97xx. 3234db8a5f2SMark Brown 32422e39d34SMark Brownconfig TOUCHSCREEN_WM97XX_ZYLONITE 32522e39d34SMark Brown tristate "Zylonite accelerated touch" 32622e39d34SMark Brown depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE 32722e39d34SMark Brown select TOUCHSCREEN_WM9713 32822e39d34SMark Brown help 32922e39d34SMark Brown Say Y here for support for streaming mode with the touchscreen 33022e39d34SMark Brown on Zylonite systems. 33122e39d34SMark Brown 33222e39d34SMark Brown If unsure, say N. 33322e39d34SMark Brown 33422e39d34SMark Brown To compile this driver as a module, choose M here: the 33522e39d34SMark Brown module will be called zylonite-wm97xx. 33622e39d34SMark Brown 337d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE 338d05e84e6SDmitry Torokhov tristate "USB Touchscreen Driver" 3397a86edefSAl Viro depends on USB_ARCH_HAS_HCD 340d05e84e6SDmitry Torokhov select USB 341d05e84e6SDmitry Torokhov help 342d05e84e6SDmitry Torokhov USB Touchscreen driver for: 343d05e84e6SDmitry Torokhov - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) 344d05e84e6SDmitry Torokhov - PanJit TouchSet USB 345d05e84e6SDmitry Torokhov - 3M MicroTouch USB (EX II series) 346d05e84e6SDmitry Torokhov - ITM 347d05e84e6SDmitry Torokhov - some other eTurboTouch 348d05e84e6SDmitry Torokhov - Gunze AHL61 349d05e84e6SDmitry Torokhov - DMC TSC-10/25 350df561fcdSOndrej Zary - IRTOUCHSYSTEMS/UNITOP 351a14a8401SOndrej Zary - IdealTEK URTC1000 35214e40206SJerrold Jones - GoTop Super_Q2/GogoPen/PenPower tablets 353d05e84e6SDmitry Torokhov 354d05e84e6SDmitry Torokhov Have a look at <http://linux.chapter7.ch/touchkit/> for 355d05e84e6SDmitry Torokhov a usage description and the required user-space stuff. 356d05e84e6SDmitry Torokhov 357d05e84e6SDmitry Torokhov To compile this driver as a module, choose M here: the 358d05e84e6SDmitry Torokhov module will be called usbtouchscreen. 359d05e84e6SDmitry Torokhov 360d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX 361d05e84e6SDmitry Torokhov default y 362d05e84e6SDmitry Torokhov bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED 363d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 364d05e84e6SDmitry Torokhov 365d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT 366d05e84e6SDmitry Torokhov default y 367d05e84e6SDmitry Torokhov bool "PanJit device support" if EMBEDDED 368d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 369d05e84e6SDmitry Torokhov 370d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M 371d05e84e6SDmitry Torokhov default y 372d05e84e6SDmitry Torokhov bool "3M/Microtouch EX II series device support" if EMBEDDED 373d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 374d05e84e6SDmitry Torokhov 375d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM 376d05e84e6SDmitry Torokhov default y 377d05e84e6SDmitry Torokhov bool "ITM device support" if EMBEDDED 378d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 379d05e84e6SDmitry Torokhov 380d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO 381d05e84e6SDmitry Torokhov default y 382d05e84e6SDmitry Torokhov bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED 383d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 384d05e84e6SDmitry Torokhov 385d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE 386d05e84e6SDmitry Torokhov default y 387d05e84e6SDmitry Torokhov bool "Gunze AHL61 device support" if EMBEDDED 388d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 389d05e84e6SDmitry Torokhov 390d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10 391d05e84e6SDmitry Torokhov default y 392d05e84e6SDmitry Torokhov bool "DMC TSC-10/25 device support" if EMBEDDED 393d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 394d05e84e6SDmitry Torokhov 395df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH 396df561fcdSOndrej Zary default y 397df561fcdSOndrej Zary bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED 398df561fcdSOndrej Zary depends on TOUCHSCREEN_USB_COMPOSITE 399df561fcdSOndrej Zary 400a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK 401a14a8401SOndrej Zary default y 402a14a8401SOndrej Zary bool "IdealTEK URTC1000 device support" if EMBEDDED 403a14a8401SOndrej Zary depends on TOUCHSCREEN_USB_COMPOSITE 404a14a8401SOndrej Zary 4059d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH 4069d5657dbSIlya Frolov default y 4079d5657dbSIlya Frolov bool "GeneralTouch Touchscreen device support" if EMBEDDED 4089d5657dbSIlya Frolov depends on TOUCHSCREEN_USB_COMPOSITE 4099d5657dbSIlya Frolov 41014e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP 41114e40206SJerrold Jones default y 41214e40206SJerrold Jones bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED 41314e40206SJerrold Jones depends on TOUCHSCREEN_USB_COMPOSITE 41414e40206SJerrold Jones 41573422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213 41673422392SClaudio Nieder tristate "Sahara TouchIT-213 touchscreen" 41773422392SClaudio Nieder select SERIO 41873422392SClaudio Nieder help 41973422392SClaudio Nieder Say Y here if you have a Sahara TouchIT-213 Tablet PC. 42073422392SClaudio Nieder 42173422392SClaudio Nieder If unsure, say N. 42273422392SClaudio Nieder 42373422392SClaudio Nieder To compile this driver as a module, choose M here: the 42473422392SClaudio Nieder module will be called touchit213. 42573422392SClaudio Nieder 42650b6f1f4SKwangwoo Leeconfig TOUCHSCREEN_TSC2007 42750b6f1f4SKwangwoo Lee tristate "TSC2007 based touchscreens" 42850b6f1f4SKwangwoo Lee depends on I2C 42950b6f1f4SKwangwoo Lee help 43050b6f1f4SKwangwoo Lee Say Y here if you have a TSC2007 based touchscreen. 43150b6f1f4SKwangwoo Lee 43250b6f1f4SKwangwoo Lee If unsure, say N. 43350b6f1f4SKwangwoo Lee 43450b6f1f4SKwangwoo Lee To compile this driver as a module, choose M here: the 43550b6f1f4SKwangwoo Lee module will be called tsc2007. 43650b6f1f4SKwangwoo Lee 4371da177e4SLinus Torvaldsendif 438