Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 2 | # Touchscreen driver configuration |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # |
| 4 | menuconfig 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 | |
| 12 | if INPUT_TOUCHSCREEN |
| 13 | |
Haojian Zhuang | 866a98a | 2009-12-15 16:06:17 -0500 | [diff] [blame] | 14 | config TOUCHSCREEN_88PM860X |
| 15 | tristate "Marvell 88PM860x touchscreen" |
| 16 | depends on MFD_88PM860X |
| 17 | help |
| 18 | Say Y here if you have a 88PM860x PMIC and want to enable |
| 19 | support for the built-in touchscreen. |
| 20 | |
| 21 | If unsure, say N. |
| 22 | |
| 23 | To compile this driver as a module, choose M here: the |
| 24 | module will be called 88pm860x-ts. |
| 25 | |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 26 | config TOUCHSCREEN_ADS7846 |
Michael Hennerich | 06a0912 | 2010-03-09 20:38:45 -0800 | [diff] [blame] | 27 | tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens" |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 28 | depends on SPI_MASTER |
David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 29 | depends on HWMON = n || HWMON |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 30 | help |
| 31 | Say Y here if you have a touchscreen interface using the |
Michael Hennerich | 06a0912 | 2010-03-09 20:38:45 -0800 | [diff] [blame] | 32 | ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller, |
| 33 | and your board-specific setup code includes that in its |
| 34 | table of SPI devices. |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 35 | |
David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 36 | If HWMON is selected, and the driver is told the reference voltage |
| 37 | on your board, you will also get hwmon interfaces for the voltage |
Michael Hennerich | 06a0912 | 2010-03-09 20:38:45 -0800 | [diff] [blame] | 38 | (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip. |
David Brownell | 2c8dc07 | 2007-01-18 00:45:48 -0500 | [diff] [blame] | 39 | |
David Brownell | ffa458c | 2006-01-08 13:34:21 -0800 | [diff] [blame] | 40 | If unsure, say N (but it's safe to say "Y"). |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the |
| 43 | module will be called ads7846. |
| 44 | |
Michael Hennerich | 331b78e | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 45 | config TOUCHSCREEN_AD7877 |
| 46 | tristate "AD7877 based touchscreens" |
| 47 | depends on SPI_MASTER |
| 48 | help |
| 49 | Say Y here if you have a touchscreen interface using the |
| 50 | AD7877 controller, and your board-specific initialization |
| 51 | code includes that in its table of SPI devices. |
| 52 | |
| 53 | If unsure, say N (but it's safe to say "Y"). |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called ad7877. |
| 57 | |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 58 | config TOUCHSCREEN_AD7879 |
| 59 | tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface" |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 60 | help |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 61 | Say Y here if you want to support a touchscreen interface using |
| 62 | the AD7879-1/AD7889-1 controller. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 63 | |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 64 | You should select a bus connection too. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 65 | |
| 66 | To compile this driver as a module, choose M here: the |
| 67 | module will be called ad7879. |
| 68 | |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 69 | config TOUCHSCREEN_AD7879_I2C |
| 70 | tristate "support I2C bus connection" |
| 71 | depends on TOUCHSCREEN_AD7879 && I2C |
| 72 | help |
| 73 | Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus. |
| 74 | |
| 75 | To compile this driver as a module, choose M here: the |
| 76 | module will be called ad7879-i2c. |
| 77 | |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 78 | config TOUCHSCREEN_AD7879_SPI |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 79 | tristate "support SPI bus connection" |
| 80 | depends on TOUCHSCREEN_AD7879 && SPI_MASTER |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 81 | help |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 82 | Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 83 | |
| 84 | If unsure, say N (but it's safe to say "Y"). |
| 85 | |
| 86 | To compile this driver as a module, choose M here: the |
Mike Frysinger | 4397c98 | 2010-06-30 01:40:52 -0700 | [diff] [blame^] | 87 | module will be called ad7879-spi. |
Michael Hennerich | b4be468 | 2009-03-09 20:12:52 -0700 | [diff] [blame] | 88 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | config TOUCHSCREEN_BITSY |
| 90 | tristate "Compaq iPAQ H3600 (Bitsy) touchscreen" |
| 91 | depends on SA1100_BITSY |
| 92 | select SERIO |
| 93 | help |
| 94 | Say Y here if you have the h3600 (Bitsy) touchscreen. |
| 95 | |
| 96 | If unsure, say N. |
| 97 | |
| 98 | To compile this driver as a module, choose M here: the |
| 99 | module will be called h3600_ts_input. |
| 100 | |
Eric Miao | 9bcc00b | 2008-12-23 04:21:04 -0500 | [diff] [blame] | 101 | config TOUCHSCREEN_DA9034 |
| 102 | tristate "Touchscreen support for Dialog Semiconductor DA9034" |
| 103 | depends on PMIC_DA903X |
| 104 | default y |
| 105 | help |
| 106 | Say Y here to enable the support for the touchscreen found |
| 107 | on Dialog Semiconductor DA9034 PMIC. |
| 108 | |
Tias Guns | a5f523b | 2009-10-25 12:13:58 -0700 | [diff] [blame] | 109 | config TOUCHSCREEN_DYNAPRO |
| 110 | tristate "Dynapro serial touchscreen" |
| 111 | select SERIO |
| 112 | help |
| 113 | Say Y here if you have a Dynapro serial touchscreen connected to |
| 114 | your system. |
| 115 | |
| 116 | If unsure, say N. |
| 117 | |
| 118 | To compile this driver as a module, choose M here: the |
| 119 | module will be called dynapro. |
| 120 | |
Adam Bennett | 422dee5 | 2010-04-12 19:54:38 -0700 | [diff] [blame] | 121 | config TOUCHSCREEN_HAMPSHIRE |
| 122 | tristate "Hampshire serial touchscreen" |
| 123 | select SERIO |
| 124 | help |
| 125 | Say Y here if you have a Hampshire serial touchscreen connected to |
| 126 | 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 hampshire. |
| 132 | |
Daniel Mack | 10494dc | 2009-05-18 16:10:39 -0700 | [diff] [blame] | 133 | config TOUCHSCREEN_EETI |
| 134 | tristate "EETI touchscreen panel support" |
| 135 | depends on I2C |
| 136 | help |
| 137 | Say Y here to enable support for I2C connected EETI touch panels. |
| 138 | |
| 139 | To compile this driver as a module, choose M here: the |
| 140 | module will be called eeti_ts. |
| 141 | |
Dmitry Torokhov | 85f202d | 2007-07-18 00:37:01 -0400 | [diff] [blame] | 142 | config TOUCHSCREEN_FUJITSU |
| 143 | tristate "Fujitsu serial touchscreen" |
| 144 | select SERIO |
| 145 | help |
| 146 | Say Y here if you have the Fujitsu touchscreen (such as one |
| 147 | installed in Lifebook P series laptop) connected to your |
| 148 | system. |
| 149 | |
| 150 | If unsure, say N. |
| 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called fujitsu-ts. |
| 154 | |
Arnaud Patard | f5f96b9 | 2009-11-23 09:47:12 -0800 | [diff] [blame] | 155 | config TOUCHSCREEN_S3C2410 |
Ben Dooks | 504d36e | 2010-05-19 14:45:01 +0900 | [diff] [blame] | 156 | tristate "Samsung S3C2410/generic touchscreen input driver" |
| 157 | depends on ARCH_S3C2410 || SAMSUNG_DEV_TS |
Mark Brown | 829ab5b | 2010-05-31 11:57:24 -0700 | [diff] [blame] | 158 | select S3C_ADC |
Arnaud Patard | f5f96b9 | 2009-11-23 09:47:12 -0800 | [diff] [blame] | 159 | help |
| 160 | Say Y here if you have the s3c2410 touchscreen. |
| 161 | |
| 162 | If unsure, say N. |
| 163 | |
| 164 | To compile this driver as a module, choose M here: the |
| 165 | module will be called s3c2410_ts. |
| 166 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | config TOUCHSCREEN_GUNZE |
| 168 | tristate "Gunze AHL-51S touchscreen" |
| 169 | select SERIO |
| 170 | help |
| 171 | Say Y here if you have the Gunze AHL-51 touchscreen connected to |
| 172 | your system. |
| 173 | |
| 174 | If unsure, say N. |
| 175 | |
| 176 | To compile this driver as a module, choose M here: the |
| 177 | module will be called gunze. |
| 178 | |
| 179 | config TOUCHSCREEN_ELO |
| 180 | tristate "Elo serial touchscreens" |
| 181 | select SERIO |
| 182 | help |
| 183 | Say Y here if you have an Elo serial touchscreen connected to |
| 184 | your system. |
| 185 | |
| 186 | If unsure, say N. |
| 187 | |
| 188 | To compile this driver as a module, choose M here: the |
Michael Prokop | 153ab42 | 2005-07-11 01:09:10 -0500 | [diff] [blame] | 189 | module will be called elo. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 190 | |
Jaya Kumar | 3eb1aa4 | 2008-11-19 16:58:50 -0500 | [diff] [blame] | 191 | config TOUCHSCREEN_WACOM_W8001 |
| 192 | tristate "Wacom W8001 penabled serial touchscreen" |
| 193 | select SERIO |
| 194 | help |
| 195 | Say Y here if you have an Wacom W8001 penabled serial touchscreen |
| 196 | connected to your system. |
| 197 | |
| 198 | If unsure, say N. |
| 199 | |
| 200 | To compile this driver as a module, choose M here: the |
| 201 | module will be called wacom_w8001. |
| 202 | |
Joonyoung Shim | 38e783b | 2009-09-17 22:35:45 -0700 | [diff] [blame] | 203 | config TOUCHSCREEN_MCS5000 |
| 204 | tristate "MELFAS MCS-5000 touchscreen" |
| 205 | depends on I2C |
| 206 | help |
| 207 | Say Y here if you have the MELFAS MCS-5000 touchscreen controller |
| 208 | chip in your system. |
| 209 | |
| 210 | If unsure, say N. |
| 211 | |
| 212 | To compile this driver as a module, choose M here: the |
| 213 | module will be called mcs5000_ts. |
Jaya Kumar | 3eb1aa4 | 2008-11-19 16:58:50 -0500 | [diff] [blame] | 214 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | config TOUCHSCREEN_MTOUCH |
| 216 | tristate "MicroTouch serial touchscreens" |
| 217 | select SERIO |
| 218 | help |
| 219 | Say Y here if you have a MicroTouch (3M) 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 mtouch. |
| 226 | |
Richard Lemon | 3cadd2d | 2008-06-26 10:10:41 -0400 | [diff] [blame] | 227 | config TOUCHSCREEN_INEXIO |
| 228 | tristate "iNexio serial touchscreens" |
| 229 | select SERIO |
| 230 | help |
| 231 | Say Y here if you have an iNexio 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 inexio. |
| 238 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | config TOUCHSCREEN_MK712 |
| 240 | tristate "ICS MicroClock MK712 touchscreen" |
| 241 | help |
| 242 | Say Y here if you have the ICS MicroClock MK712 touchscreen |
| 243 | controller chip in your system. |
| 244 | |
| 245 | If unsure, say N. |
| 246 | |
| 247 | To compile this driver as a module, choose M here: the |
| 248 | module will be called mk712. |
| 249 | |
| 250 | config TOUCHSCREEN_HP600 |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 251 | tristate "HP Jornada 6xx touchscreen" |
Paul Mundt | 0025835 | 2006-01-16 22:14:08 -0800 | [diff] [blame] | 252 | depends on SH_HP6XX && SH_ADC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | help |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 254 | Say Y here if you have a HP Jornada 620/660/680/690 and want to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | support the built-in touchscreen. |
| 256 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | To compile this driver as a module, choose M here: the |
| 258 | module will be called hp680_ts_input. |
| 259 | |
Kristoffer Ericson | 5637f02 | 2007-09-26 00:02:56 -0400 | [diff] [blame] | 260 | config TOUCHSCREEN_HP7XX |
Kristoffer Ericson | 4ff891e | 2008-01-14 00:54:23 -0500 | [diff] [blame] | 261 | tristate "HP Jornada 7xx touchscreen" |
Kristoffer Ericson | 5637f02 | 2007-09-26 00:02:56 -0400 | [diff] [blame] | 262 | depends on SA1100_JORNADA720_SSP |
| 263 | help |
| 264 | Say Y here if you have a HP Jornada 710/720/728 and want |
| 265 | to support the built-in touchscreen. |
| 266 | |
| 267 | To compile this driver as a module, choose M here: the |
| 268 | module will be called jornada720_ts. |
| 269 | |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 270 | config TOUCHSCREEN_HTCPEN |
| 271 | tristate "HTC Shift X9500 touchscreen" |
| 272 | depends on ISA |
| 273 | help |
| 274 | Say Y here if you have an HTC Shift UMPC also known as HTC X9500 |
| 275 | Clio / Shangrila and want to support the built-in touchscreen. |
| 276 | |
| 277 | If unsure, say N. |
| 278 | |
| 279 | To compile this driver as a module, choose M here: the |
| 280 | module will be called htcpen. |
| 281 | |
Rick Koch | ee47999 | 2006-08-05 00:32:18 -0400 | [diff] [blame] | 282 | config TOUCHSCREEN_PENMOUNT |
| 283 | tristate "Penmount serial touchscreen" |
| 284 | select SERIO |
| 285 | help |
| 286 | Say Y here if you have a Penmount serial touchscreen connected to |
| 287 | your system. |
| 288 | |
| 289 | If unsure, say N. |
| 290 | |
| 291 | To compile this driver as a module, choose M here: the |
| 292 | module will be called penmount. |
| 293 | |
Magnus Damm | 885c316 | 2008-05-07 11:15:02 -0400 | [diff] [blame] | 294 | config TOUCHSCREEN_MIGOR |
| 295 | tristate "Renesas MIGO-R touchscreen" |
| 296 | depends on SH_MIGOR && I2C |
| 297 | help |
| 298 | Say Y here to enable MIGO-R touchscreen support. |
| 299 | |
| 300 | If unsure, say N. |
| 301 | |
| 302 | To compile this driver as a module, choose M here: the |
| 303 | module will be called migor_ts. |
| 304 | |
Rick Koch | 4003dff | 2006-08-05 00:32:24 -0400 | [diff] [blame] | 305 | config TOUCHSCREEN_TOUCHRIGHT |
| 306 | tristate "Touchright serial touchscreen" |
| 307 | select SERIO |
| 308 | help |
| 309 | Say Y here if you have a Touchright serial touchscreen connected to |
| 310 | your system. |
| 311 | |
| 312 | If unsure, say N. |
| 313 | |
| 314 | To compile this driver as a module, choose M here: the |
| 315 | module will be called touchright. |
| 316 | |
Rick Koch | 11ea317 | 2006-08-05 00:32:30 -0400 | [diff] [blame] | 317 | config TOUCHSCREEN_TOUCHWIN |
| 318 | tristate "Touchwin serial touchscreen" |
| 319 | select SERIO |
| 320 | help |
| 321 | Say Y here if you have a Touchwin serial touchscreen connected to |
| 322 | your system. |
| 323 | |
| 324 | If unsure, say N. |
| 325 | |
| 326 | To compile this driver as a module, choose M here: the |
| 327 | module will be called touchwin. |
| 328 | |
Dan Liang | 72d18a7 | 2008-07-23 21:27:25 -0400 | [diff] [blame] | 329 | config TOUCHSCREEN_ATMEL_TSADCC |
| 330 | tristate "Atmel Touchscreen Interface" |
Nicolas Ferre | 985f37f | 2009-11-19 09:32:52 -0800 | [diff] [blame] | 331 | depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 |
Dan Liang | 72d18a7 | 2008-07-23 21:27:25 -0400 | [diff] [blame] | 332 | help |
| 333 | Say Y here if you have a 4-wire touchscreen connected to the |
| 334 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). |
| 335 | |
| 336 | If unsure, say N. |
| 337 | |
| 338 | To compile this driver as a module, choose M here: the |
| 339 | module will be called atmel_tsadcc. |
| 340 | |
Nicolas Pitre | f40219b | 2006-11-17 01:07:26 -0500 | [diff] [blame] | 341 | config TOUCHSCREEN_UCB1400 |
| 342 | tristate "Philips UCB1400 touchscreen" |
Andrew Morton | 64c12e9 | 2008-10-15 13:50:20 +0200 | [diff] [blame] | 343 | depends on AC97_BUS |
Marek Vašut | d9105c2 | 2008-08-03 21:34:08 +0100 | [diff] [blame] | 344 | depends on UCB1400_CORE |
Nicolas Pitre | f40219b | 2006-11-17 01:07:26 -0500 | [diff] [blame] | 345 | help |
| 346 | This enables support for the Philips UCB1400 touchscreen interface. |
| 347 | The UCB1400 is an AC97 audio codec. The touchscreen interface |
| 348 | will be initialized only after the ALSA subsystem has been |
| 349 | brought up and the UCB1400 detected. You therefore have to |
| 350 | configure ALSA support as well (either built-in or modular, |
| 351 | independently of whether this driver is itself built-in or |
| 352 | modular) for this driver to work. |
| 353 | |
| 354 | To compile this driver as a module, choose M here: the |
| 355 | module will be called ucb1400_ts. |
| 356 | |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 357 | config TOUCHSCREEN_WM97XX |
| 358 | tristate "Support for WM97xx AC97 touchscreen controllers" |
| 359 | depends on AC97_BUS |
| 360 | help |
| 361 | Say Y here if you have a Wolfson Microelectronics WM97xx |
| 362 | touchscreen connected to your system. Note that this option |
| 363 | only enables core driver, you will also need to select |
| 364 | support for appropriate chip below. |
| 365 | |
| 366 | If unsure, say N. |
| 367 | |
| 368 | To compile this driver as a module, choose M here: the |
| 369 | module will be called wm97xx-ts. |
| 370 | |
Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 371 | config TOUCHSCREEN_WM9705 |
| 372 | bool "WM9705 Touchscreen interface support" |
| 373 | depends on TOUCHSCREEN_WM97XX |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 374 | default y |
Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 375 | help |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 376 | Say Y here to enable support for the Wolfson Microelectronics |
| 377 | WM9705 touchscreen controller. |
Mark Brown | 9448cef | 2008-04-02 00:51:21 -0400 | [diff] [blame] | 378 | |
Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 379 | config TOUCHSCREEN_WM9712 |
| 380 | bool "WM9712 Touchscreen interface support" |
| 381 | depends on TOUCHSCREEN_WM97XX |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 382 | default y |
Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 383 | help |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 384 | Say Y here to enable support for the Wolfson Microelectronics |
| 385 | WM9712 touchscreen controller. |
Mark Brown | de22b9e | 2008-04-02 00:51:26 -0400 | [diff] [blame] | 386 | |
Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 387 | config TOUCHSCREEN_WM9713 |
| 388 | bool "WM9713 Touchscreen interface support" |
| 389 | depends on TOUCHSCREEN_WM97XX |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 390 | default y |
Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 391 | help |
Mark Brown | 558a171 | 2008-07-29 01:14:59 -0400 | [diff] [blame] | 392 | Say Y here to enable support for the Wolfson Microelectronics |
| 393 | WM9713 touchscreen controller. |
Mark Brown | dca98e9 | 2008-04-02 00:51:30 -0400 | [diff] [blame] | 394 | |
Hans-Christian Egtvedt | 864fe73 | 2009-04-18 18:45:06 -0700 | [diff] [blame] | 395 | config TOUCHSCREEN_WM97XX_ATMEL |
| 396 | tristate "WM97xx Atmel accelerated touch" |
| 397 | depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91) |
| 398 | help |
| 399 | Say Y here for support for streaming mode with WM97xx touchscreens |
| 400 | on Atmel AT91 or AVR32 systems with an AC97C module. |
| 401 | |
| 402 | Be aware that this will use channel B in the controller for |
| 403 | streaming data, this must not conflict with other AC97C drivers. |
| 404 | |
| 405 | If unsure, say N. |
| 406 | |
| 407 | To compile this driver as a module, choose M here: the module will |
| 408 | be called atmel-wm97xx. |
| 409 | |
Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 410 | config TOUCHSCREEN_WM97XX_MAINSTONE |
Marek Vasut | b833306 | 2009-07-20 22:26:37 -0700 | [diff] [blame] | 411 | tristate "WM97xx Mainstone/Palm accelerated touch" |
Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 412 | depends on TOUCHSCREEN_WM97XX && ARCH_PXA |
| 413 | help |
| 414 | Say Y here for support for streaming mode with WM97xx touchscreens |
Marek Vasut | b833306 | 2009-07-20 22:26:37 -0700 | [diff] [blame] | 415 | on Mainstone, Palm Tungsten T5, TX and LifeDrive systems. |
Mark Brown | 4db8a5f | 2008-04-02 00:51:46 -0400 | [diff] [blame] | 416 | |
| 417 | If unsure, say N. |
| 418 | |
| 419 | To compile this driver as a module, choose M here: the |
| 420 | module will be called mainstone-wm97xx. |
| 421 | |
Mark Brown | 22e39d3 | 2009-03-04 01:12:49 -0800 | [diff] [blame] | 422 | config TOUCHSCREEN_WM97XX_ZYLONITE |
| 423 | tristate "Zylonite accelerated touch" |
| 424 | depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE |
| 425 | select TOUCHSCREEN_WM9713 |
| 426 | help |
| 427 | Say Y here for support for streaming mode with the touchscreen |
| 428 | on Zylonite systems. |
| 429 | |
| 430 | If unsure, say N. |
| 431 | |
| 432 | To compile this driver as a module, choose M here: the |
| 433 | module will be called zylonite-wm97xx. |
| 434 | |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 435 | config TOUCHSCREEN_USB_COMPOSITE |
| 436 | tristate "USB Touchscreen Driver" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 437 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 438 | select USB |
| 439 | help |
| 440 | USB Touchscreen driver for: |
| 441 | - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) |
| 442 | - PanJit TouchSet USB |
| 443 | - 3M MicroTouch USB (EX II series) |
| 444 | - ITM |
| 445 | - some other eTurboTouch |
| 446 | - Gunze AHL61 |
| 447 | - DMC TSC-10/25 |
Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 448 | - IRTOUCHSYSTEMS/UNITOP |
Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 449 | - IdealTEK URTC1000 |
Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 450 | - GoTop Super_Q2/GogoPen/PenPower tablets |
Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 451 | - JASTEC USB Touch Controller/DigiTech DTR-02U |
Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 452 | - Zytronic controllers |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 453 | |
| 454 | Have a look at <http://linux.chapter7.ch/touchkit/> for |
| 455 | a usage description and the required user-space stuff. |
| 456 | |
| 457 | To compile this driver as a module, choose M here: the |
| 458 | module will be called usbtouchscreen. |
| 459 | |
Sascha Hauer | d201fd5 | 2009-12-15 08:48:57 -0800 | [diff] [blame] | 460 | config TOUCHSCREEN_MC13783 |
| 461 | tristate "Freescale MC13783 touchscreen input driver" |
| 462 | depends on MFD_MC13783 |
| 463 | help |
| 464 | Say Y here if you have an Freescale MC13783 PMIC on your |
| 465 | board and want to use its touchscreen |
| 466 | |
| 467 | If unsure, say N. |
| 468 | |
| 469 | To compile this driver as a module, choose M here: the |
| 470 | module will be called mc13783_ts. |
| 471 | |
Dmitry Torokhov | d05e84e | 2007-05-07 16:38:49 -0400 | [diff] [blame] | 472 | config TOUCHSCREEN_USB_EGALAX |
| 473 | default y |
| 474 | bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED |
| 475 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 476 | |
| 477 | config TOUCHSCREEN_USB_PANJIT |
| 478 | default y |
| 479 | bool "PanJit device support" if EMBEDDED |
| 480 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 481 | |
| 482 | config TOUCHSCREEN_USB_3M |
| 483 | default y |
| 484 | bool "3M/Microtouch EX II series device support" if EMBEDDED |
| 485 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 486 | |
| 487 | config TOUCHSCREEN_USB_ITM |
| 488 | default y |
| 489 | bool "ITM device support" if EMBEDDED |
| 490 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 491 | |
| 492 | config TOUCHSCREEN_USB_ETURBO |
| 493 | default y |
| 494 | bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED |
| 495 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 496 | |
| 497 | config TOUCHSCREEN_USB_GUNZE |
| 498 | default y |
| 499 | bool "Gunze AHL61 device support" if EMBEDDED |
| 500 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 501 | |
| 502 | config TOUCHSCREEN_USB_DMC_TSC10 |
| 503 | default y |
| 504 | bool "DMC TSC-10/25 device support" if EMBEDDED |
| 505 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 506 | |
Ondrej Zary | df561fc | 2007-07-03 01:55:03 -0400 | [diff] [blame] | 507 | config TOUCHSCREEN_USB_IRTOUCH |
| 508 | default y |
| 509 | bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED |
| 510 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 511 | |
Ondrej Zary | a14a840 | 2007-09-04 23:45:01 -0400 | [diff] [blame] | 512 | config TOUCHSCREEN_USB_IDEALTEK |
| 513 | default y |
| 514 | bool "IdealTEK URTC1000 device support" if EMBEDDED |
| 515 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 516 | |
Ilya Frolov | 9d5657d | 2007-10-12 14:19:40 -0400 | [diff] [blame] | 517 | config TOUCHSCREEN_USB_GENERAL_TOUCH |
| 518 | default y |
| 519 | bool "GeneralTouch Touchscreen device support" if EMBEDDED |
| 520 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 521 | |
Jerrold Jones | 14e4020 | 2007-10-22 00:59:47 -0400 | [diff] [blame] | 522 | config TOUCHSCREEN_USB_GOTOP |
| 523 | default y |
| 524 | bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED |
| 525 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 526 | |
Jim Persson | f737069 | 2009-07-07 22:07:59 -0700 | [diff] [blame] | 527 | config TOUCHSCREEN_USB_JASTEC |
| 528 | default y |
| 529 | bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED |
| 530 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 531 | |
Florian Echtler | 9e3b258 | 2009-07-27 17:35:39 -0700 | [diff] [blame] | 532 | config TOUCHSCREEN_USB_E2I |
| 533 | default y |
| 534 | bool "e2i Touchscreen controller (e.g. from Mimo 740)" |
| 535 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 536 | |
Daniel Silverstone | 2330ed1 | 2009-11-23 08:38:16 -0800 | [diff] [blame] | 537 | config TOUCHSCREEN_USB_ZYTRONIC |
| 538 | default y |
| 539 | bool "Zytronic controller" if EMBEDDED |
| 540 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 541 | |
Petr Štetiar | 38771bb | 2010-06-28 09:38:48 -0700 | [diff] [blame] | 542 | config TOUCHSCREEN_USB_ETT_TC45USB |
Petr Štetiar | dbe1420 | 2009-11-29 23:37:07 -0800 | [diff] [blame] | 543 | default y |
Petr Štetiar | 38771bb | 2010-06-28 09:38:48 -0700 | [diff] [blame] | 544 | bool "ET&T USB series TC4UM/TC5UH touchscreen controler support" if EMBEDDED |
Petr Štetiar | dbe1420 | 2009-11-29 23:37:07 -0800 | [diff] [blame] | 545 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 546 | |
Ondrej Zary | 5197424 | 2010-02-04 00:17:18 -0800 | [diff] [blame] | 547 | config TOUCHSCREEN_USB_NEXIO |
| 548 | default y |
| 549 | bool "NEXIO/iNexio device support" if EMBEDDED |
| 550 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 551 | |
Claudio Nieder | 7342239 | 2008-07-07 11:56:30 -0400 | [diff] [blame] | 552 | config TOUCHSCREEN_TOUCHIT213 |
| 553 | tristate "Sahara TouchIT-213 touchscreen" |
| 554 | select SERIO |
| 555 | help |
| 556 | Say Y here if you have a Sahara TouchIT-213 Tablet PC. |
| 557 | |
| 558 | If unsure, say N. |
| 559 | |
| 560 | To compile this driver as a module, choose M here: the |
| 561 | module will be called touchit213. |
| 562 | |
Kwangwoo Lee | 50b6f1f | 2008-12-20 04:26:01 -0500 | [diff] [blame] | 563 | config TOUCHSCREEN_TSC2007 |
| 564 | tristate "TSC2007 based touchscreens" |
| 565 | depends on I2C |
| 566 | help |
| 567 | Say Y here if you have a TSC2007 based touchscreen. |
| 568 | |
| 569 | If unsure, say N. |
| 570 | |
| 571 | To compile this driver as a module, choose M here: the |
| 572 | module will be called tsc2007. |
| 573 | |
Wan ZongShun | 7e3f737 | 2009-06-10 23:27:22 -0700 | [diff] [blame] | 574 | config TOUCHSCREEN_W90X900 |
| 575 | tristate "W90P910 touchscreen driver" |
Wan ZongShun | b7788c5 | 2009-07-12 20:52:19 -0700 | [diff] [blame] | 576 | depends on HAVE_CLK |
Wan ZongShun | 7e3f737 | 2009-06-10 23:27:22 -0700 | [diff] [blame] | 577 | help |
| 578 | Say Y here if you have a W90P910 based touchscreen. |
| 579 | |
| 580 | To compile this driver as a module, choose M here: the |
| 581 | module will be called w90p910_ts. |
| 582 | |
Daniel Ribeiro | 0387e10 | 2009-08-07 22:54:56 +0200 | [diff] [blame] | 583 | config TOUCHSCREEN_PCAP |
| 584 | tristate "Motorola PCAP touchscreen" |
| 585 | depends on EZX_PCAP |
| 586 | help |
| 587 | Say Y here if you have a Motorola EZX telephone and |
| 588 | want to enable support for the built-in touchscreen. |
| 589 | |
| 590 | To compile this driver as a module, choose M here: the |
| 591 | module will be called pcap_ts. |
Todd Fischer | 7525996 | 2010-04-05 17:53:12 -0600 | [diff] [blame] | 592 | |
| 593 | config TOUCHSCREEN_TPS6507X |
| 594 | tristate "TPS6507x based touchscreens" |
| 595 | depends on I2C |
| 596 | help |
| 597 | Say Y here if you have a TPS6507x based touchscreen |
| 598 | controller. |
| 599 | |
| 600 | If unsure, say N. |
| 601 | |
| 602 | To compile this driver as a module, choose M here: the |
| 603 | module will be called tps6507x_ts. |
| 604 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 605 | endif |