1# 2# Touchscreen driver configuration 3# 4menuconfig 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 12if INPUT_TOUCHSCREEN 13 14config TOUCHSCREEN_ADS7846 15 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens" 16 depends on SPI_MASTER 17 depends on HWMON = n || HWMON 18 help 19 Say Y here if you have a touchscreen interface using the 20 ADS7846/TSC2046 or ADS7843 controller, and your board-specific 21 setup code includes that in its table of SPI devices. 22 23 If HWMON is selected, and the driver is told the reference voltage 24 on your board, you will also get hwmon interfaces for the voltage 25 (and on ads7846/tsc2046, temperature) sensors of this chip. 26 27 If unsure, say N (but it's safe to say "Y"). 28 29 To compile this driver as a module, choose M here: the 30 module will be called ads7846. 31 32config TOUCHSCREEN_BITSY 33 tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" 34 depends on SA1100_BITSY 35 select SERIO 36 help 37 Say Y here if you have the h3600 (Bitsy) touchscreen. 38 39 If unsure, say N. 40 41 To compile this driver as a module, choose M here: the 42 module will be called h3600_ts_input. 43 44config TOUCHSCREEN_CORGI 45 tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)" 46 depends on PXA_SHARPSL 47 select CORGI_SSP_DEPRECATED 48 default y 49 help 50 Say Y here to enable the driver for the touchscreen on the 51 Sharp SL-C7xx and SL-Cxx00 series of PDAs. 52 53 If unsure, say N. 54 55 To compile this driver as a module, choose M here: the 56 module will be called corgi_ts. 57 58 NOTE: this driver is deprecated, try enable SPI and generic 59 ADS7846-based touchscreen driver. 60 61config TOUCHSCREEN_DA9034 62 tristate "Touchscreen support for Dialog Semiconductor DA9034" 63 depends on PMIC_DA903X 64 default y 65 help 66 Say Y here to enable the support for the touchscreen found 67 on Dialog Semiconductor DA9034 PMIC. 68 69config TOUCHSCREEN_FUJITSU 70 tristate "Fujitsu serial touchscreen" 71 select SERIO 72 help 73 Say Y here if you have the Fujitsu touchscreen (such as one 74 installed in Lifebook P series laptop) connected to your 75 system. 76 77 If unsure, say N. 78 79 To compile this driver as a module, choose M here: the 80 module will be called fujitsu-ts. 81 82config TOUCHSCREEN_GUNZE 83 tristate "Gunze AHL-51S touchscreen" 84 select SERIO 85 help 86 Say Y here if you have the Gunze AHL-51 touchscreen connected to 87 your system. 88 89 If unsure, say N. 90 91 To compile this driver as a module, choose M here: the 92 module will be called gunze. 93 94config TOUCHSCREEN_ELO 95 tristate "Elo serial touchscreens" 96 select SERIO 97 help 98 Say Y here if you have an Elo serial touchscreen connected to 99 your system. 100 101 If unsure, say N. 102 103 To compile this driver as a module, choose M here: the 104 module will be called elo. 105 106config TOUCHSCREEN_WACOM_W8001 107 tristate "Wacom W8001 penabled serial touchscreen" 108 select SERIO 109 help 110 Say Y here if you have an Wacom W8001 penabled serial touchscreen 111 connected to 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 wacom_w8001. 117 118 119config TOUCHSCREEN_MTOUCH 120 tristate "MicroTouch serial touchscreens" 121 select SERIO 122 help 123 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 124 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 mtouch. 130 131config TOUCHSCREEN_INEXIO 132 tristate "iNexio serial touchscreens" 133 select SERIO 134 help 135 Say Y here if you have an iNexio serial touchscreen connected to 136 your system. 137 138 If unsure, say N. 139 140 To compile this driver as a module, choose M here: the 141 module will be called inexio. 142 143config TOUCHSCREEN_MK712 144 tristate "ICS MicroClock MK712 touchscreen" 145 help 146 Say Y here if you have the ICS MicroClock MK712 touchscreen 147 controller chip in your system. 148 149 If unsure, say N. 150 151 To compile this driver as a module, choose M here: the 152 module will be called mk712. 153 154config TOUCHSCREEN_HP600 155 tristate "HP Jornada 6xx touchscreen" 156 depends on SH_HP6XX && SH_ADC 157 help 158 Say Y here if you have a HP Jornada 620/660/680/690 and want to 159 support the built-in touchscreen. 160 161 To compile this driver as a module, choose M here: the 162 module will be called hp680_ts_input. 163 164config TOUCHSCREEN_HP7XX 165 tristate "HP Jornada 7xx touchscreen" 166 depends on SA1100_JORNADA720_SSP 167 help 168 Say Y here if you have a HP Jornada 710/720/728 and want 169 to support the built-in touchscreen. 170 171 To compile this driver as a module, choose M here: the 172 module will be called jornada720_ts. 173 174config TOUCHSCREEN_HTCPEN 175 tristate "HTC Shift X9500 touchscreen" 176 depends on ISA 177 help 178 Say Y here if you have an HTC Shift UMPC also known as HTC X9500 179 Clio / Shangrila and want to support the built-in touchscreen. 180 181 If unsure, say N. 182 183 To compile this driver as a module, choose M here: the 184 module will be called htcpen. 185 186config TOUCHSCREEN_PENMOUNT 187 tristate "Penmount serial touchscreen" 188 select SERIO 189 help 190 Say Y here if you have a Penmount serial touchscreen connected to 191 your system. 192 193 If unsure, say N. 194 195 To compile this driver as a module, choose M here: the 196 module will be called penmount. 197 198config TOUCHSCREEN_MIGOR 199 tristate "Renesas MIGO-R touchscreen" 200 depends on SH_MIGOR && I2C 201 help 202 Say Y here to enable MIGO-R touchscreen support. 203 204 If unsure, say N. 205 206 To compile this driver as a module, choose M here: the 207 module will be called migor_ts. 208 209config TOUCHSCREEN_SYNAPTICS_I2C_RMI 210 tristate "Synaptics i2c touchscreen" 211 depends on I2C 212 help 213 This enables support for Synaptics RMI over I2C based touchscreens. 214 215config TOUCHSCREEN_TOUCHRIGHT 216 tristate "Touchright serial touchscreen" 217 select SERIO 218 help 219 Say Y here if you have a Touchright serial touchscreen connected to 220 your system. 221 222 If unsure, say N. 223 224 To compile this driver as a module, choose M here: the 225 module will be called touchright. 226 227config TOUCHSCREEN_TOUCHWIN 228 tristate "Touchwin serial touchscreen" 229 select SERIO 230 help 231 Say Y here if you have a Touchwin serial touchscreen connected to 232 your system. 233 234 If unsure, say N. 235 236 To compile this driver as a module, choose M here: the 237 module will be called touchwin. 238 239config TOUCHSCREEN_ATMEL_TSADCC 240 tristate "Atmel Touchscreen Interface" 241 depends on ARCH_AT91SAM9RL 242 help 243 Say Y here if you have a 4-wire touchscreen connected to the 244 ADC Controller on your Atmel SoC (such as the AT91SAM9RL). 245 246 If unsure, say N. 247 248 To compile this driver as a module, choose M here: the 249 module will be called atmel_tsadcc. 250 251config TOUCHSCREEN_UCB1400 252 tristate "Philips UCB1400 touchscreen" 253 depends on AC97_BUS 254 depends on UCB1400_CORE 255 help 256 This enables support for the Philips UCB1400 touchscreen interface. 257 The UCB1400 is an AC97 audio codec. The touchscreen interface 258 will be initialized only after the ALSA subsystem has been 259 brought up and the UCB1400 detected. You therefore have to 260 configure ALSA support as well (either built-in or modular, 261 independently of whether this driver is itself built-in or 262 modular) for this driver to work. 263 264 To compile this driver as a module, choose M here: the 265 module will be called ucb1400_ts. 266 267config TOUCHSCREEN_WM97XX 268 tristate "Support for WM97xx AC97 touchscreen controllers" 269 depends on AC97_BUS 270 help 271 Say Y here if you have a Wolfson Microelectronics WM97xx 272 touchscreen connected to your system. Note that this option 273 only enables core driver, you will also need to select 274 support for appropriate chip below. 275 276 If unsure, say N. 277 278 To compile this driver as a module, choose M here: the 279 module will be called wm97xx-ts. 280 281config TOUCHSCREEN_WM9705 282 bool "WM9705 Touchscreen interface support" 283 depends on TOUCHSCREEN_WM97XX 284 default y 285 help 286 Say Y here to enable support for the Wolfson Microelectronics 287 WM9705 touchscreen controller. 288 289config TOUCHSCREEN_WM9712 290 bool "WM9712 Touchscreen interface support" 291 depends on TOUCHSCREEN_WM97XX 292 default y 293 help 294 Say Y here to enable support for the Wolfson Microelectronics 295 WM9712 touchscreen controller. 296 297config TOUCHSCREEN_WM9713 298 bool "WM9713 Touchscreen interface support" 299 depends on TOUCHSCREEN_WM97XX 300 default y 301 help 302 Say Y here to enable support for the Wolfson Microelectronics 303 WM9713 touchscreen controller. 304 305config TOUCHSCREEN_WM97XX_MAINSTONE 306 tristate "WM97xx Mainstone accelerated touch" 307 depends on TOUCHSCREEN_WM97XX && ARCH_PXA 308 help 309 Say Y here for support for streaming mode with WM97xx touchscreens 310 on Mainstone systems. 311 312 If unsure, say N. 313 314 To compile this driver as a module, choose M here: the 315 module will be called mainstone-wm97xx. 316 317config TOUCHSCREEN_USB_COMPOSITE 318 tristate "USB Touchscreen Driver" 319 depends on USB_ARCH_HAS_HCD 320 select USB 321 help 322 USB Touchscreen driver for: 323 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) 324 - PanJit TouchSet USB 325 - 3M MicroTouch USB (EX II series) 326 - ITM 327 - some other eTurboTouch 328 - Gunze AHL61 329 - DMC TSC-10/25 330 - IRTOUCHSYSTEMS/UNITOP 331 - IdealTEK URTC1000 332 - GoTop Super_Q2/GogoPen/PenPower tablets 333 334 Have a look at <http://linux.chapter7.ch/touchkit/> for 335 a usage description and the required user-space stuff. 336 337 To compile this driver as a module, choose M here: the 338 module will be called usbtouchscreen. 339 340config TOUCHSCREEN_USB_EGALAX 341 default y 342 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED 343 depends on TOUCHSCREEN_USB_COMPOSITE 344 345config TOUCHSCREEN_USB_PANJIT 346 default y 347 bool "PanJit device support" if EMBEDDED 348 depends on TOUCHSCREEN_USB_COMPOSITE 349 350config TOUCHSCREEN_USB_3M 351 default y 352 bool "3M/Microtouch EX II series device support" if EMBEDDED 353 depends on TOUCHSCREEN_USB_COMPOSITE 354 355config TOUCHSCREEN_USB_ITM 356 default y 357 bool "ITM device support" if EMBEDDED 358 depends on TOUCHSCREEN_USB_COMPOSITE 359 360config TOUCHSCREEN_USB_ETURBO 361 default y 362 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED 363 depends on TOUCHSCREEN_USB_COMPOSITE 364 365config TOUCHSCREEN_USB_GUNZE 366 default y 367 bool "Gunze AHL61 device support" if EMBEDDED 368 depends on TOUCHSCREEN_USB_COMPOSITE 369 370config TOUCHSCREEN_USB_DMC_TSC10 371 default y 372 bool "DMC TSC-10/25 device support" if EMBEDDED 373 depends on TOUCHSCREEN_USB_COMPOSITE 374 375config TOUCHSCREEN_USB_IRTOUCH 376 default y 377 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED 378 depends on TOUCHSCREEN_USB_COMPOSITE 379 380config TOUCHSCREEN_USB_IDEALTEK 381 default y 382 bool "IdealTEK URTC1000 device support" if EMBEDDED 383 depends on TOUCHSCREEN_USB_COMPOSITE 384 385config TOUCHSCREEN_USB_GENERAL_TOUCH 386 default y 387 bool "GeneralTouch Touchscreen device support" if EMBEDDED 388 depends on TOUCHSCREEN_USB_COMPOSITE 389 390config TOUCHSCREEN_USB_GOTOP 391 default y 392 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED 393 depends on TOUCHSCREEN_USB_COMPOSITE 394 395config TOUCHSCREEN_TOUCHIT213 396 tristate "Sahara TouchIT-213 touchscreen" 397 select SERIO 398 help 399 Say Y here if you have a Sahara TouchIT-213 Tablet PC. 400 401 If unsure, say N. 402 403 To compile this driver as a module, choose M here: the 404 module will be called touchit213. 405 406config TOUCHSCREEN_TSC2007 407 tristate "TSC2007 based touchscreens" 408 depends on I2C 409 help 410 Say Y here if you have a TSC2007 based touchscreen. 411 412 If unsure, say N. 413 414 To compile this driver as a module, choose M here: the 415 module will be called tsc2007. 416 417endif 418