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_FUJITSU 62 tristate "Fujitsu serial touchscreen" 63 select SERIO 64 help 65 Say Y here if you have the Fujitsu touchscreen (such as one 66 installed in Lifebook P series laptop) connected to your 67 system. 68 69 If unsure, say N. 70 71 To compile this driver as a module, choose M here: the 72 module will be called fujitsu-ts. 73 74config TOUCHSCREEN_GUNZE 75 tristate "Gunze AHL-51S touchscreen" 76 select SERIO 77 help 78 Say Y here if you have the Gunze AHL-51 touchscreen connected to 79 your system. 80 81 If unsure, say N. 82 83 To compile this driver as a module, choose M here: the 84 module will be called gunze. 85 86config TOUCHSCREEN_ELO 87 tristate "Elo serial touchscreens" 88 select SERIO 89 help 90 Say Y here if you have an Elo serial touchscreen connected to 91 your system. 92 93 If unsure, say N. 94 95 To compile this driver as a module, choose M here: the 96 module will be called elo. 97 98config TOUCHSCREEN_MTOUCH 99 tristate "MicroTouch serial touchscreens" 100 select SERIO 101 help 102 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 103 your system. 104 105 If unsure, say N. 106 107 To compile this driver as a module, choose M here: the 108 module will be called mtouch. 109 110config TOUCHSCREEN_INEXIO 111 tristate "iNexio serial touchscreens" 112 select SERIO 113 help 114 Say Y here if you have an iNexio serial touchscreen connected to 115 your system. 116 117 If unsure, say N. 118 119 To compile this driver as a module, choose M here: the 120 module will be called inexio. 121 122config TOUCHSCREEN_MK712 123 tristate "ICS MicroClock MK712 touchscreen" 124 help 125 Say Y here if you have the ICS MicroClock MK712 touchscreen 126 controller chip in your system. 127 128 If unsure, say N. 129 130 To compile this driver as a module, choose M here: the 131 module will be called mk712. 132 133config TOUCHSCREEN_HP600 134 tristate "HP Jornada 6xx touchscreen" 135 depends on SH_HP6XX && SH_ADC 136 help 137 Say Y here if you have a HP Jornada 620/660/680/690 and want to 138 support the built-in touchscreen. 139 140 To compile this driver as a module, choose M here: the 141 module will be called hp680_ts_input. 142 143config TOUCHSCREEN_HP7XX 144 tristate "HP Jornada 7xx touchscreen" 145 depends on SA1100_JORNADA720_SSP 146 help 147 Say Y here if you have a HP Jornada 710/720/728 and want 148 to support the built-in touchscreen. 149 150 To compile this driver as a module, choose M here: the 151 module will be called jornada720_ts. 152 153config TOUCHSCREEN_HTCPEN 154 tristate "HTC Shift X9500 touchscreen" 155 depends on ISA 156 help 157 Say Y here if you have an HTC Shift UMPC also known as HTC X9500 158 Clio / Shangrila and want to support the built-in touchscreen. 159 160 If unsure, say N. 161 162 To compile this driver as a module, choose M here: the 163 module will be called htcpen. 164 165config TOUCHSCREEN_PENMOUNT 166 tristate "Penmount serial touchscreen" 167 select SERIO 168 help 169 Say Y here if you have a Penmount serial touchscreen connected to 170 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 penmount. 176 177config TOUCHSCREEN_MIGOR 178 tristate "Renesas MIGO-R touchscreen" 179 depends on SH_MIGOR && I2C 180 help 181 Say Y here to enable MIGO-R touchscreen support. 182 183 If unsure, say N. 184 185 To compile this driver as a module, choose M here: the 186 module will be called migor_ts. 187 188config TOUCHSCREEN_TOUCHRIGHT 189 tristate "Touchright serial touchscreen" 190 select SERIO 191 help 192 Say Y here if you have a Touchright serial touchscreen connected to 193 your system. 194 195 If unsure, say N. 196 197 To compile this driver as a module, choose M here: the 198 module will be called touchright. 199 200config TOUCHSCREEN_TOUCHWIN 201 tristate "Touchwin serial touchscreen" 202 select SERIO 203 help 204 Say Y here if you have a Touchwin serial touchscreen connected to 205 your system. 206 207 If unsure, say N. 208 209 To compile this driver as a module, choose M here: the 210 module will be called touchwin. 211 212config TOUCHSCREEN_ATMEL_TSADCC 213 tristate "Atmel Touchscreen Interface" 214 depends on ARCH_AT91SAM9RL 215 help 216 Say Y here if you have a 4-wire touchscreen connected to the 217 ADC Controller on your Atmel SoC (such as the AT91SAM9RL). 218 219 If unsure, say N. 220 221 To compile this driver as a module, choose M here: the 222 module will be called atmel_tsadcc. 223 224config TOUCHSCREEN_UCB1400 225 tristate "Philips UCB1400 touchscreen" 226 depends on AC97_BUS 227 depends on UCB1400_CORE 228 help 229 This enables support for the Philips UCB1400 touchscreen interface. 230 The UCB1400 is an AC97 audio codec. The touchscreen interface 231 will be initialized only after the ALSA subsystem has been 232 brought up and the UCB1400 detected. You therefore have to 233 configure ALSA support as well (either built-in or modular, 234 independently of whether this driver is itself built-in or 235 modular) for this driver to work. 236 237 To compile this driver as a module, choose M here: the 238 module will be called ucb1400_ts. 239 240config TOUCHSCREEN_WM97XX 241 tristate "Support for WM97xx AC97 touchscreen controllers" 242 depends on AC97_BUS 243 help 244 Say Y here if you have a Wolfson Microelectronics WM97xx 245 touchscreen connected to your system. Note that this option 246 only enables core driver, you will also need to select 247 support for appropriate chip below. 248 249 If unsure, say N. 250 251 To compile this driver as a module, choose M here: the 252 module will be called wm97xx-ts. 253 254config TOUCHSCREEN_WM9705 255 bool "WM9705 Touchscreen interface support" 256 depends on TOUCHSCREEN_WM97XX 257 default y 258 help 259 Say Y here to enable support for the Wolfson Microelectronics 260 WM9705 touchscreen controller. 261 262config TOUCHSCREEN_WM9712 263 bool "WM9712 Touchscreen interface support" 264 depends on TOUCHSCREEN_WM97XX 265 default y 266 help 267 Say Y here to enable support for the Wolfson Microelectronics 268 WM9712 touchscreen controller. 269 270config TOUCHSCREEN_WM9713 271 bool "WM9713 Touchscreen interface support" 272 depends on TOUCHSCREEN_WM97XX 273 default y 274 help 275 Say Y here to enable support for the Wolfson Microelectronics 276 WM9713 touchscreen controller. 277 278config TOUCHSCREEN_WM97XX_MAINSTONE 279 tristate "WM97xx Mainstone accelerated touch" 280 depends on TOUCHSCREEN_WM97XX && ARCH_PXA 281 help 282 Say Y here for support for streaming mode with WM97xx touchscreens 283 on Mainstone systems. 284 285 If unsure, say N. 286 287 To compile this driver as a module, choose M here: the 288 module will be called mainstone-wm97xx. 289 290config TOUCHSCREEN_USB_COMPOSITE 291 tristate "USB Touchscreen Driver" 292 depends on USB_ARCH_HAS_HCD 293 select USB 294 help 295 USB Touchscreen driver for: 296 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) 297 - PanJit TouchSet USB 298 - 3M MicroTouch USB (EX II series) 299 - ITM 300 - some other eTurboTouch 301 - Gunze AHL61 302 - DMC TSC-10/25 303 - IRTOUCHSYSTEMS/UNITOP 304 - IdealTEK URTC1000 305 - GoTop Super_Q2/GogoPen/PenPower tablets 306 307 Have a look at <http://linux.chapter7.ch/touchkit/> for 308 a usage description and the required user-space stuff. 309 310 To compile this driver as a module, choose M here: the 311 module will be called usbtouchscreen. 312 313config TOUCHSCREEN_USB_EGALAX 314 default y 315 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED 316 depends on TOUCHSCREEN_USB_COMPOSITE 317 318config TOUCHSCREEN_USB_PANJIT 319 default y 320 bool "PanJit device support" if EMBEDDED 321 depends on TOUCHSCREEN_USB_COMPOSITE 322 323config TOUCHSCREEN_USB_3M 324 default y 325 bool "3M/Microtouch EX II series device support" if EMBEDDED 326 depends on TOUCHSCREEN_USB_COMPOSITE 327 328config TOUCHSCREEN_USB_ITM 329 default y 330 bool "ITM device support" if EMBEDDED 331 depends on TOUCHSCREEN_USB_COMPOSITE 332 333config TOUCHSCREEN_USB_ETURBO 334 default y 335 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED 336 depends on TOUCHSCREEN_USB_COMPOSITE 337 338config TOUCHSCREEN_USB_GUNZE 339 default y 340 bool "Gunze AHL61 device support" if EMBEDDED 341 depends on TOUCHSCREEN_USB_COMPOSITE 342 343config TOUCHSCREEN_USB_DMC_TSC10 344 default y 345 bool "DMC TSC-10/25 device support" if EMBEDDED 346 depends on TOUCHSCREEN_USB_COMPOSITE 347 348config TOUCHSCREEN_USB_IRTOUCH 349 default y 350 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED 351 depends on TOUCHSCREEN_USB_COMPOSITE 352 353config TOUCHSCREEN_USB_IDEALTEK 354 default y 355 bool "IdealTEK URTC1000 device support" if EMBEDDED 356 depends on TOUCHSCREEN_USB_COMPOSITE 357 358config TOUCHSCREEN_USB_GENERAL_TOUCH 359 default y 360 bool "GeneralTouch Touchscreen device support" if EMBEDDED 361 depends on TOUCHSCREEN_USB_COMPOSITE 362 363config TOUCHSCREEN_USB_GOTOP 364 default y 365 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED 366 depends on TOUCHSCREEN_USB_COMPOSITE 367 368config TOUCHSCREEN_TOUCHIT213 369 tristate "Sahara TouchIT-213 touchscreen" 370 select SERIO 371 help 372 Say Y here if you have a Sahara TouchIT-213 Tablet PC. 373 374 If unsure, say N. 375 376 To compile this driver as a module, choose M here: the 377 module will be called touchit213. 378 379endif 380