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