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 321da177e4SLinus Torvaldsconfig TOUCHSCREEN_BITSY 331da177e4SLinus Torvalds tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" 341da177e4SLinus Torvalds depends on SA1100_BITSY 351da177e4SLinus Torvalds select SERIO 361da177e4SLinus Torvalds help 371da177e4SLinus Torvalds Say Y here if you have the h3600 (Bitsy) touchscreen. 381da177e4SLinus Torvalds 391da177e4SLinus Torvalds If unsure, say N. 401da177e4SLinus Torvalds 411da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 421da177e4SLinus Torvalds module will be called h3600_ts_input. 431da177e4SLinus Torvalds 441da177e4SLinus Torvaldsconfig TOUCHSCREEN_CORGI 4545e2a9b4SEric Miao tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)" 461da177e4SLinus Torvalds depends on PXA_SHARPSL 4745e2a9b4SEric Miao select CORGI_SSP_DEPRECATED 481da177e4SLinus Torvalds default y 491da177e4SLinus Torvalds help 501da177e4SLinus Torvalds Say Y here to enable the driver for the touchscreen on the 51513b6e1aSRichard Purdie Sharp SL-C7xx and SL-Cxx00 series of PDAs. 521da177e4SLinus Torvalds 531da177e4SLinus Torvalds If unsure, say N. 541da177e4SLinus Torvalds 551da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 56513b6e1aSRichard Purdie module will be called corgi_ts. 571da177e4SLinus Torvalds 5845e2a9b4SEric Miao NOTE: this driver is deprecated, try enable SPI and generic 5945e2a9b4SEric Miao ADS7846-based touchscreen driver. 6045e2a9b4SEric Miao 6185f202d5SDmitry Torokhovconfig TOUCHSCREEN_FUJITSU 6285f202d5SDmitry Torokhov tristate "Fujitsu serial touchscreen" 6385f202d5SDmitry Torokhov select SERIO 6485f202d5SDmitry Torokhov help 6585f202d5SDmitry Torokhov Say Y here if you have the Fujitsu touchscreen (such as one 6685f202d5SDmitry Torokhov installed in Lifebook P series laptop) connected to your 6785f202d5SDmitry Torokhov system. 6885f202d5SDmitry Torokhov 6985f202d5SDmitry Torokhov If unsure, say N. 7085f202d5SDmitry Torokhov 7185f202d5SDmitry Torokhov To compile this driver as a module, choose M here: the 7285f202d5SDmitry Torokhov module will be called fujitsu-ts. 7385f202d5SDmitry Torokhov 741da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE 751da177e4SLinus Torvalds tristate "Gunze AHL-51S touchscreen" 761da177e4SLinus Torvalds select SERIO 771da177e4SLinus Torvalds help 781da177e4SLinus Torvalds Say Y here if you have the Gunze AHL-51 touchscreen connected to 791da177e4SLinus Torvalds your system. 801da177e4SLinus Torvalds 811da177e4SLinus Torvalds If unsure, say N. 821da177e4SLinus Torvalds 831da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 841da177e4SLinus Torvalds module will be called gunze. 851da177e4SLinus Torvalds 861da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO 871da177e4SLinus Torvalds tristate "Elo serial touchscreens" 881da177e4SLinus Torvalds select SERIO 891da177e4SLinus Torvalds help 901da177e4SLinus Torvalds Say Y here if you have an Elo serial touchscreen connected to 911da177e4SLinus Torvalds your system. 921da177e4SLinus Torvalds 931da177e4SLinus Torvalds If unsure, say N. 941da177e4SLinus Torvalds 951da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 96153ab429SMichael Prokop module will be called elo. 971da177e4SLinus Torvalds 98*3eb1aa43SJaya Kumarconfig TOUCHSCREEN_WACOM_W8001 99*3eb1aa43SJaya Kumar tristate "Wacom W8001 penabled serial touchscreen" 100*3eb1aa43SJaya Kumar select SERIO 101*3eb1aa43SJaya Kumar help 102*3eb1aa43SJaya Kumar Say Y here if you have an Wacom W8001 penabled serial touchscreen 103*3eb1aa43SJaya Kumar connected to your system. 104*3eb1aa43SJaya Kumar 105*3eb1aa43SJaya Kumar If unsure, say N. 106*3eb1aa43SJaya Kumar 107*3eb1aa43SJaya Kumar To compile this driver as a module, choose M here: the 108*3eb1aa43SJaya Kumar module will be called wacom_w8001. 109*3eb1aa43SJaya Kumar 110*3eb1aa43SJaya Kumar 1111da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH 1121da177e4SLinus Torvalds tristate "MicroTouch serial touchscreens" 1131da177e4SLinus Torvalds select SERIO 1141da177e4SLinus Torvalds help 1151da177e4SLinus Torvalds Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 1161da177e4SLinus Torvalds your system. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds If unsure, say N. 1191da177e4SLinus Torvalds 1201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1211da177e4SLinus Torvalds module will be called mtouch. 1221da177e4SLinus Torvalds 1233cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO 1243cadd2d9SRichard Lemon tristate "iNexio serial touchscreens" 1253cadd2d9SRichard Lemon select SERIO 1263cadd2d9SRichard Lemon help 1273cadd2d9SRichard Lemon Say Y here if you have an iNexio serial touchscreen connected to 1283cadd2d9SRichard Lemon your system. 1293cadd2d9SRichard Lemon 1303cadd2d9SRichard Lemon If unsure, say N. 1313cadd2d9SRichard Lemon 1323cadd2d9SRichard Lemon To compile this driver as a module, choose M here: the 1333cadd2d9SRichard Lemon module will be called inexio. 1343cadd2d9SRichard Lemon 1351da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712 1361da177e4SLinus Torvalds tristate "ICS MicroClock MK712 touchscreen" 1371da177e4SLinus Torvalds help 1381da177e4SLinus Torvalds Say Y here if you have the ICS MicroClock MK712 touchscreen 1391da177e4SLinus Torvalds controller chip in your system. 1401da177e4SLinus Torvalds 1411da177e4SLinus Torvalds If unsure, say N. 1421da177e4SLinus Torvalds 1431da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1441da177e4SLinus Torvalds module will be called mk712. 1451da177e4SLinus Torvalds 1461da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600 1474ff891ebSKristoffer Ericson tristate "HP Jornada 6xx touchscreen" 1480025835cSPaul Mundt depends on SH_HP6XX && SH_ADC 1491da177e4SLinus Torvalds help 1504ff891ebSKristoffer Ericson Say Y here if you have a HP Jornada 620/660/680/690 and want to 1511da177e4SLinus Torvalds support the built-in touchscreen. 1521da177e4SLinus Torvalds 1531da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1541da177e4SLinus Torvalds module will be called hp680_ts_input. 1551da177e4SLinus Torvalds 1565637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX 1574ff891ebSKristoffer Ericson tristate "HP Jornada 7xx touchscreen" 1585637f02aSKristoffer Ericson depends on SA1100_JORNADA720_SSP 1595637f02aSKristoffer Ericson help 1605637f02aSKristoffer Ericson Say Y here if you have a HP Jornada 710/720/728 and want 1615637f02aSKristoffer Ericson to support the built-in touchscreen. 1625637f02aSKristoffer Ericson 1635637f02aSKristoffer Ericson To compile this driver as a module, choose M here: the 1645637f02aSKristoffer Ericson module will be called jornada720_ts. 1655637f02aSKristoffer Ericson 1665a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN 1675a18c343SPau Oliva Fora tristate "HTC Shift X9500 touchscreen" 1685a18c343SPau Oliva Fora depends on ISA 1695a18c343SPau Oliva Fora help 1705a18c343SPau Oliva Fora Say Y here if you have an HTC Shift UMPC also known as HTC X9500 1715a18c343SPau Oliva Fora Clio / Shangrila and want to support the built-in touchscreen. 1725a18c343SPau Oliva Fora 1735a18c343SPau Oliva Fora If unsure, say N. 1745a18c343SPau Oliva Fora 1755a18c343SPau Oliva Fora To compile this driver as a module, choose M here: the 1765a18c343SPau Oliva Fora module will be called htcpen. 1775a18c343SPau Oliva Fora 178ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT 179ee479999SRick Koch tristate "Penmount serial touchscreen" 180ee479999SRick Koch select SERIO 181ee479999SRick Koch help 182ee479999SRick Koch Say Y here if you have a Penmount serial touchscreen connected to 183ee479999SRick Koch your system. 184ee479999SRick Koch 185ee479999SRick Koch If unsure, say N. 186ee479999SRick Koch 187ee479999SRick Koch To compile this driver as a module, choose M here: the 188ee479999SRick Koch module will be called penmount. 189ee479999SRick Koch 190885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR 191885c316dSMagnus Damm tristate "Renesas MIGO-R touchscreen" 192885c316dSMagnus Damm depends on SH_MIGOR && I2C 193885c316dSMagnus Damm help 194885c316dSMagnus Damm Say Y here to enable MIGO-R touchscreen support. 195885c316dSMagnus Damm 196885c316dSMagnus Damm If unsure, say N. 197885c316dSMagnus Damm 198885c316dSMagnus Damm To compile this driver as a module, choose M here: the 199885c316dSMagnus Damm module will be called migor_ts. 200885c316dSMagnus Damm 2014003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT 2024003dff4SRick Koch tristate "Touchright serial touchscreen" 2034003dff4SRick Koch select SERIO 2044003dff4SRick Koch help 2054003dff4SRick Koch Say Y here if you have a Touchright serial touchscreen connected to 2064003dff4SRick Koch your system. 2074003dff4SRick Koch 2084003dff4SRick Koch If unsure, say N. 2094003dff4SRick Koch 2104003dff4SRick Koch To compile this driver as a module, choose M here: the 2114003dff4SRick Koch module will be called touchright. 2124003dff4SRick Koch 21311ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN 21411ea3173SRick Koch tristate "Touchwin serial touchscreen" 21511ea3173SRick Koch select SERIO 21611ea3173SRick Koch help 21711ea3173SRick Koch Say Y here if you have a Touchwin serial touchscreen connected to 21811ea3173SRick Koch your system. 21911ea3173SRick Koch 22011ea3173SRick Koch If unsure, say N. 22111ea3173SRick Koch 22211ea3173SRick Koch To compile this driver as a module, choose M here: the 22311ea3173SRick Koch module will be called touchwin. 22411ea3173SRick Koch 22572d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC 22672d18a7bSDan Liang tristate "Atmel Touchscreen Interface" 22772d18a7bSDan Liang depends on ARCH_AT91SAM9RL 22872d18a7bSDan Liang help 22972d18a7bSDan Liang Say Y here if you have a 4-wire touchscreen connected to the 23072d18a7bSDan Liang ADC Controller on your Atmel SoC (such as the AT91SAM9RL). 23172d18a7bSDan Liang 23272d18a7bSDan Liang If unsure, say N. 23372d18a7bSDan Liang 23472d18a7bSDan Liang To compile this driver as a module, choose M here: the 23572d18a7bSDan Liang module will be called atmel_tsadcc. 23672d18a7bSDan Liang 237f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400 238f40219bfSNicolas Pitre tristate "Philips UCB1400 touchscreen" 23964c12e9bSAndrew Morton depends on AC97_BUS 240d9105c2bSMarek Vašut depends on UCB1400_CORE 241f40219bfSNicolas Pitre help 242f40219bfSNicolas Pitre This enables support for the Philips UCB1400 touchscreen interface. 243f40219bfSNicolas Pitre The UCB1400 is an AC97 audio codec. The touchscreen interface 244f40219bfSNicolas Pitre will be initialized only after the ALSA subsystem has been 245f40219bfSNicolas Pitre brought up and the UCB1400 detected. You therefore have to 246f40219bfSNicolas Pitre configure ALSA support as well (either built-in or modular, 247f40219bfSNicolas Pitre independently of whether this driver is itself built-in or 248f40219bfSNicolas Pitre modular) for this driver to work. 249f40219bfSNicolas Pitre 250f40219bfSNicolas Pitre To compile this driver as a module, choose M here: the 251f40219bfSNicolas Pitre module will be called ucb1400_ts. 252f40219bfSNicolas Pitre 253febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX 254febf1dffSMark Brown tristate "Support for WM97xx AC97 touchscreen controllers" 255febf1dffSMark Brown depends on AC97_BUS 256febf1dffSMark Brown help 257febf1dffSMark Brown Say Y here if you have a Wolfson Microelectronics WM97xx 258febf1dffSMark Brown touchscreen connected to your system. Note that this option 259febf1dffSMark Brown only enables core driver, you will also need to select 260febf1dffSMark Brown support for appropriate chip below. 261febf1dffSMark Brown 262febf1dffSMark Brown If unsure, say N. 263febf1dffSMark Brown 264febf1dffSMark Brown To compile this driver as a module, choose M here: the 265febf1dffSMark Brown module will be called wm97xx-ts. 266febf1dffSMark Brown 2679448cefcSMark Brownconfig TOUCHSCREEN_WM9705 2689448cefcSMark Brown bool "WM9705 Touchscreen interface support" 2699448cefcSMark Brown depends on TOUCHSCREEN_WM97XX 270558a171dSMark Brown default y 2719448cefcSMark Brown help 272558a171dSMark Brown Say Y here to enable support for the Wolfson Microelectronics 273558a171dSMark Brown WM9705 touchscreen controller. 2749448cefcSMark Brown 275de22b9efSMark Brownconfig TOUCHSCREEN_WM9712 276de22b9efSMark Brown bool "WM9712 Touchscreen interface support" 277de22b9efSMark Brown depends on TOUCHSCREEN_WM97XX 278558a171dSMark Brown default y 279de22b9efSMark Brown help 280558a171dSMark Brown Say Y here to enable support for the Wolfson Microelectronics 281558a171dSMark Brown WM9712 touchscreen controller. 282de22b9efSMark Brown 283dca98e91SMark Brownconfig TOUCHSCREEN_WM9713 284dca98e91SMark Brown bool "WM9713 Touchscreen interface support" 285dca98e91SMark Brown depends on TOUCHSCREEN_WM97XX 286558a171dSMark Brown default y 287dca98e91SMark Brown help 288558a171dSMark Brown Say Y here to enable support for the Wolfson Microelectronics 289558a171dSMark Brown WM9713 touchscreen controller. 290dca98e91SMark Brown 2914db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE 2924db8a5f2SMark Brown tristate "WM97xx Mainstone accelerated touch" 2934db8a5f2SMark Brown depends on TOUCHSCREEN_WM97XX && ARCH_PXA 2944db8a5f2SMark Brown help 2954db8a5f2SMark Brown Say Y here for support for streaming mode with WM97xx touchscreens 2964db8a5f2SMark Brown on Mainstone systems. 2974db8a5f2SMark Brown 2984db8a5f2SMark Brown If unsure, say N. 2994db8a5f2SMark Brown 3004db8a5f2SMark Brown To compile this driver as a module, choose M here: the 3014db8a5f2SMark Brown module will be called mainstone-wm97xx. 3024db8a5f2SMark Brown 303d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE 304d05e84e6SDmitry Torokhov tristate "USB Touchscreen Driver" 3057a86edefSAl Viro depends on USB_ARCH_HAS_HCD 306d05e84e6SDmitry Torokhov select USB 307d05e84e6SDmitry Torokhov help 308d05e84e6SDmitry Torokhov USB Touchscreen driver for: 309d05e84e6SDmitry Torokhov - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) 310d05e84e6SDmitry Torokhov - PanJit TouchSet USB 311d05e84e6SDmitry Torokhov - 3M MicroTouch USB (EX II series) 312d05e84e6SDmitry Torokhov - ITM 313d05e84e6SDmitry Torokhov - some other eTurboTouch 314d05e84e6SDmitry Torokhov - Gunze AHL61 315d05e84e6SDmitry Torokhov - DMC TSC-10/25 316df561fcdSOndrej Zary - IRTOUCHSYSTEMS/UNITOP 317a14a8401SOndrej Zary - IdealTEK URTC1000 31814e40206SJerrold Jones - GoTop Super_Q2/GogoPen/PenPower tablets 319d05e84e6SDmitry Torokhov 320d05e84e6SDmitry Torokhov Have a look at <http://linux.chapter7.ch/touchkit/> for 321d05e84e6SDmitry Torokhov a usage description and the required user-space stuff. 322d05e84e6SDmitry Torokhov 323d05e84e6SDmitry Torokhov To compile this driver as a module, choose M here: the 324d05e84e6SDmitry Torokhov module will be called usbtouchscreen. 325d05e84e6SDmitry Torokhov 326d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX 327d05e84e6SDmitry Torokhov default y 328d05e84e6SDmitry Torokhov bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED 329d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 330d05e84e6SDmitry Torokhov 331d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT 332d05e84e6SDmitry Torokhov default y 333d05e84e6SDmitry Torokhov bool "PanJit device support" if EMBEDDED 334d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 335d05e84e6SDmitry Torokhov 336d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M 337d05e84e6SDmitry Torokhov default y 338d05e84e6SDmitry Torokhov bool "3M/Microtouch EX II series device support" if EMBEDDED 339d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 340d05e84e6SDmitry Torokhov 341d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM 342d05e84e6SDmitry Torokhov default y 343d05e84e6SDmitry Torokhov bool "ITM device support" if EMBEDDED 344d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 345d05e84e6SDmitry Torokhov 346d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO 347d05e84e6SDmitry Torokhov default y 348d05e84e6SDmitry Torokhov bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED 349d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 350d05e84e6SDmitry Torokhov 351d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE 352d05e84e6SDmitry Torokhov default y 353d05e84e6SDmitry Torokhov bool "Gunze AHL61 device support" if EMBEDDED 354d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 355d05e84e6SDmitry Torokhov 356d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10 357d05e84e6SDmitry Torokhov default y 358d05e84e6SDmitry Torokhov bool "DMC TSC-10/25 device support" if EMBEDDED 359d05e84e6SDmitry Torokhov depends on TOUCHSCREEN_USB_COMPOSITE 360d05e84e6SDmitry Torokhov 361df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH 362df561fcdSOndrej Zary default y 363df561fcdSOndrej Zary bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED 364df561fcdSOndrej Zary depends on TOUCHSCREEN_USB_COMPOSITE 365df561fcdSOndrej Zary 366a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK 367a14a8401SOndrej Zary default y 368a14a8401SOndrej Zary bool "IdealTEK URTC1000 device support" if EMBEDDED 369a14a8401SOndrej Zary depends on TOUCHSCREEN_USB_COMPOSITE 370a14a8401SOndrej Zary 3719d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH 3729d5657dbSIlya Frolov default y 3739d5657dbSIlya Frolov bool "GeneralTouch Touchscreen device support" if EMBEDDED 3749d5657dbSIlya Frolov depends on TOUCHSCREEN_USB_COMPOSITE 3759d5657dbSIlya Frolov 37614e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP 37714e40206SJerrold Jones default y 37814e40206SJerrold Jones bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED 37914e40206SJerrold Jones depends on TOUCHSCREEN_USB_COMPOSITE 38014e40206SJerrold Jones 38173422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213 38273422392SClaudio Nieder tristate "Sahara TouchIT-213 touchscreen" 38373422392SClaudio Nieder select SERIO 38473422392SClaudio Nieder help 38573422392SClaudio Nieder Say Y here if you have a Sahara TouchIT-213 Tablet PC. 38673422392SClaudio Nieder 38773422392SClaudio Nieder If unsure, say N. 38873422392SClaudio Nieder 38973422392SClaudio Nieder To compile this driver as a module, choose M here: the 39073422392SClaudio Nieder module will be called touchit213. 39173422392SClaudio Nieder 3921da177e4SLinus Torvaldsendif 393