Kconfig 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042
  1. #
  2. # Touchscreen driver configuration
  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. If unsure, say Y.
  10. if INPUT_TOUCHSCREEN
  11. config OF_TOUCHSCREEN
  12. def_tristate INPUT
  13. depends on INPUT && OF
  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. If unsure, say N.
  21. To compile this driver as a module, choose M here: the
  22. module will be called 88pm860x-ts.
  23. config TOUCHSCREEN_ADS7846
  24. tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens"
  25. depends on SPI_MASTER
  26. depends on HWMON = n || HWMON
  27. help
  28. Say Y here if you have a touchscreen interface using the
  29. ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller,
  30. and your board-specific setup code includes that in its
  31. table of SPI devices.
  32. If HWMON is selected, and the driver is told the reference voltage
  33. on your board, you will also get hwmon interfaces for the voltage
  34. (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip.
  35. If unsure, say N (but it's safe to say "Y").
  36. To compile this driver as a module, choose M here: the
  37. module will be called ads7846.
  38. config TOUCHSCREEN_AD7877
  39. tristate "AD7877 based touchscreens"
  40. depends on SPI_MASTER
  41. help
  42. Say Y here if you have a touchscreen interface using the
  43. AD7877 controller, and your board-specific initialization
  44. code includes that in its table of SPI devices.
  45. If unsure, say N (but it's safe to say "Y").
  46. To compile this driver as a module, choose M here: the
  47. module will be called ad7877.
  48. config TOUCHSCREEN_AD7879
  49. tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
  50. help
  51. Say Y here if you want to support a touchscreen interface using
  52. the AD7879-1/AD7889-1 controller.
  53. You should select a bus connection too.
  54. To compile this driver as a module, choose M here: the
  55. module will be called ad7879.
  56. config TOUCHSCREEN_AD7879_I2C
  57. tristate "support I2C bus connection"
  58. depends on TOUCHSCREEN_AD7879 && I2C
  59. help
  60. Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
  61. To compile this driver as a module, choose M here: the
  62. module will be called ad7879-i2c.
  63. config TOUCHSCREEN_AD7879_SPI
  64. tristate "support SPI bus connection"
  65. depends on TOUCHSCREEN_AD7879 && SPI_MASTER
  66. help
  67. Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
  68. If unsure, say N (but it's safe to say "Y").
  69. To compile this driver as a module, choose M here: the
  70. module will be called ad7879-spi.
  71. config TOUCHSCREEN_AR1021_I2C
  72. tristate "Microchip AR1021 i2c touchscreen"
  73. depends on I2C && OF
  74. help
  75. Say Y here if you have the Microchip AR1021 touchscreen controller
  76. chip in your system.
  77. If unsure, say N.
  78. To compile this driver as a module, choose M here: the
  79. module will be called ar1021_i2c.
  80. config TOUCHSCREEN_ATMEL_MXT
  81. tristate "Atmel mXT I2C Touchscreen"
  82. depends on I2C
  83. select FW_LOADER
  84. help
  85. Say Y here if you have Atmel mXT series I2C touchscreen,
  86. such as AT42QT602240/ATMXT224, connected to your system.
  87. If unsure, say N.
  88. To compile this driver as a module, choose M here: the
  89. module will be called atmel_mxt_ts.
  90. config TOUCHSCREEN_AUO_PIXCIR
  91. tristate "AUO in-cell touchscreen using Pixcir ICs"
  92. depends on I2C
  93. depends on GPIOLIB
  94. help
  95. Say Y here if you have a AUO display with in-cell touchscreen
  96. using Pixcir ICs.
  97. If unsure, say N.
  98. To compile this driver as a module, choose M here: the
  99. module will be called auo-pixcir-ts.
  100. config TOUCHSCREEN_BU21013
  101. tristate "BU21013 based touch panel controllers"
  102. depends on I2C
  103. help
  104. Say Y here if you have a bu21013 touchscreen connected to
  105. your system.
  106. If unsure, say N.
  107. To compile this driver as a module, choose M here: the
  108. module will be called bu21013_ts.
  109. config TOUCHSCREEN_CHIPONE_ICN8318
  110. tristate "chipone icn8318 touchscreen controller"
  111. depends on GPIOLIB
  112. depends on I2C
  113. depends on OF
  114. help
  115. Say Y here if you have a ChipOne icn8318 based I2C touchscreen.
  116. If unsure, say N.
  117. To compile this driver as a module, choose M here: the
  118. module will be called chipone_icn8318.
  119. config TOUCHSCREEN_CY8CTMG110
  120. tristate "cy8ctmg110 touchscreen"
  121. depends on I2C
  122. depends on GPIOLIB
  123. help
  124. Say Y here if you have a cy8ctmg110 capacitive touchscreen on
  125. an AAVA device.
  126. If unsure, say N.
  127. To compile this driver as a module, choose M here: the
  128. module will be called cy8ctmg110_ts.
  129. config TOUCHSCREEN_CYTTSP_CORE
  130. tristate "Cypress TTSP touchscreen"
  131. help
  132. Say Y here if you have a touchscreen using controller from
  133. the Cypress TrueTouch(tm) Standard Product family connected
  134. to your system. You will also need to select appropriate
  135. bus connection below.
  136. If unsure, say N.
  137. To compile this driver as a module, choose M here: the
  138. module will be called cyttsp_core.
  139. config TOUCHSCREEN_CYTTSP_I2C
  140. tristate "support I2C bus connection"
  141. depends on TOUCHSCREEN_CYTTSP_CORE && I2C
  142. help
  143. Say Y here if the touchscreen is connected via I2C bus.
  144. To compile this driver as a module, choose M here: the
  145. module will be called cyttsp_i2c.
  146. config TOUCHSCREEN_CYTTSP_SPI
  147. tristate "support SPI bus connection"
  148. depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER
  149. help
  150. Say Y here if the touchscreen is connected via SPI bus.
  151. To compile this driver as a module, choose M here: the
  152. module will be called cyttsp_spi.
  153. config TOUCHSCREEN_CYTTSP4_CORE
  154. tristate "Cypress TrueTouch Gen4 Touchscreen Driver"
  155. help
  156. Core driver for Cypress TrueTouch(tm) Standard Product
  157. Generation4 touchscreen controllers.
  158. Say Y here if you have a Cypress Gen4 touchscreen.
  159. If unsure, say N.
  160. To compile this driver as a module, choose M here.
  161. config TOUCHSCREEN_CYTTSP4_I2C
  162. tristate "support I2C bus connection"
  163. depends on TOUCHSCREEN_CYTTSP4_CORE && I2C
  164. help
  165. Say Y here if the touchscreen is connected via I2C bus.
  166. To compile this driver as a module, choose M here: the
  167. module will be called cyttsp4_i2c.
  168. config TOUCHSCREEN_CYTTSP4_SPI
  169. tristate "support SPI bus connection"
  170. depends on TOUCHSCREEN_CYTTSP4_CORE && SPI_MASTER
  171. help
  172. Say Y here if the touchscreen is connected via SPI bus.
  173. To compile this driver as a module, choose M here: the
  174. module will be called cyttsp4_spi.
  175. config TOUCHSCREEN_DA9034
  176. tristate "Touchscreen support for Dialog Semiconductor DA9034"
  177. depends on PMIC_DA903X
  178. default y
  179. help
  180. Say Y here to enable the support for the touchscreen found
  181. on Dialog Semiconductor DA9034 PMIC.
  182. If unsure, say N.
  183. To compile this driver as a module, choose M here: the
  184. module will be called da9034-ts.
  185. config TOUCHSCREEN_DA9052
  186. tristate "Dialog DA9052/DA9053 TSI"
  187. depends on PMIC_DA9052
  188. help
  189. Say Y here to support the touchscreen found on Dialog Semiconductor
  190. DA9052-BC and DA9053-AA/Bx PMICs.
  191. If unsure, say N.
  192. To compile this driver as a module, choose M here: the
  193. module will be called da9052_tsi.
  194. config TOUCHSCREEN_DYNAPRO
  195. tristate "Dynapro serial touchscreen"
  196. select SERIO
  197. help
  198. Say Y here if you have a Dynapro serial touchscreen connected to
  199. your system.
  200. If unsure, say N.
  201. To compile this driver as a module, choose M here: the
  202. module will be called dynapro.
  203. config TOUCHSCREEN_HAMPSHIRE
  204. tristate "Hampshire serial touchscreen"
  205. select SERIO
  206. help
  207. Say Y here if you have a Hampshire serial touchscreen connected to
  208. your system.
  209. If unsure, say N.
  210. To compile this driver as a module, choose M here: the
  211. module will be called hampshire.
  212. config TOUCHSCREEN_EETI
  213. tristate "EETI touchscreen panel support"
  214. depends on I2C
  215. help
  216. Say Y here to enable support for I2C connected EETI touch panels.
  217. To compile this driver as a module, choose M here: the
  218. module will be called eeti_ts.
  219. config TOUCHSCREEN_EGALAX
  220. tristate "EETI eGalax multi-touch panel support"
  221. depends on I2C && OF
  222. help
  223. Say Y here to enable support for I2C connected EETI
  224. eGalax multi-touch panels.
  225. To compile this driver as a module, choose M here: the
  226. module will be called egalax_ts.
  227. config TOUCHSCREEN_FUJITSU
  228. tristate "Fujitsu serial touchscreen"
  229. select SERIO
  230. help
  231. Say Y here if you have the Fujitsu touchscreen (such as one
  232. installed in Lifebook P series laptop) connected to your
  233. system.
  234. If unsure, say N.
  235. To compile this driver as a module, choose M here: the
  236. module will be called fujitsu-ts.
  237. config TOUCHSCREEN_GOODIX
  238. tristate "Goodix I2C touchscreen"
  239. depends on I2C
  240. help
  241. Say Y here if you have the Goodix touchscreen (such as one
  242. installed in Onda v975w tablets) connected to your
  243. system. It also supports 5-finger chip models, which can be
  244. found on ARM tablets, like Wexler TAB7200 and MSI Primo73.
  245. If unsure, say N.
  246. To compile this driver as a module, choose M here: the
  247. module will be called goodix.
  248. config TOUCHSCREEN_ILI210X
  249. tristate "Ilitek ILI210X based touchscreen"
  250. depends on I2C
  251. help
  252. Say Y here if you have a ILI210X based touchscreen
  253. controller. This driver supports models ILI2102,
  254. ILI2102s, ILI2103, ILI2103s and ILI2105.
  255. Such kind of chipsets can be found in Amazon Kindle Fire
  256. touchscreens.
  257. If unsure, say N.
  258. To compile this driver as a module, choose M here: the
  259. module will be called ili210x.
  260. config TOUCHSCREEN_IPROC
  261. tristate "IPROC touch panel driver support"
  262. depends on ARCH_BCM_IPROC || COMPILE_TEST
  263. help
  264. Say Y here if you want to add support for the IPROC touch
  265. controller to your system.
  266. If unsure, say N.
  267. To compile this driver as a module, choose M here: the
  268. module will be called bcm_iproc_tsc.
  269. config TOUCHSCREEN_S3C2410
  270. tristate "Samsung S3C2410/generic touchscreen input driver"
  271. depends on ARCH_S3C24XX || SAMSUNG_DEV_TS
  272. select S3C_ADC
  273. help
  274. Say Y here if you have the s3c2410 touchscreen.
  275. If unsure, say N.
  276. To compile this driver as a module, choose M here: the
  277. module will be called s3c2410_ts.
  278. config TOUCHSCREEN_GUNZE
  279. tristate "Gunze AHL-51S touchscreen"
  280. select SERIO
  281. help
  282. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  283. your system.
  284. If unsure, say N.
  285. To compile this driver as a module, choose M here: the
  286. module will be called gunze.
  287. config TOUCHSCREEN_ELAN
  288. tristate "Elan eKTH I2C touchscreen"
  289. depends on I2C
  290. help
  291. Say Y here if you have an Elan eKTH I2C touchscreen
  292. connected to your system.
  293. If unsure, say N.
  294. To compile this driver as a module, choose M here: the
  295. module will be called elants_i2c.
  296. config TOUCHSCREEN_ELO
  297. tristate "Elo serial touchscreens"
  298. select SERIO
  299. help
  300. Say Y here if you have an Elo serial touchscreen connected to
  301. your system.
  302. If unsure, say N.
  303. To compile this driver as a module, choose M here: the
  304. module will be called elo.
  305. config TOUCHSCREEN_WACOM_W8001
  306. tristate "Wacom W8001 penabled serial touchscreen"
  307. select SERIO
  308. help
  309. Say Y here if you have an Wacom W8001 penabled serial touchscreen
  310. connected to your system.
  311. If unsure, say N.
  312. To compile this driver as a module, choose M here: the
  313. module will be called wacom_w8001.
  314. config TOUCHSCREEN_WACOM_I2C
  315. tristate "Wacom Tablet support (I2C)"
  316. depends on I2C
  317. help
  318. Say Y here if you want to use the I2C version of the Wacom
  319. Pen Tablet.
  320. If unsure, say N.
  321. To compile this driver as a module, choose M here: the module
  322. will be called wacom_i2c.
  323. config TOUCHSCREEN_LPC32XX
  324. tristate "LPC32XX touchscreen controller"
  325. depends on ARCH_LPC32XX
  326. help
  327. Say Y here if you have a LPC32XX device and want
  328. to support the built-in touchscreen.
  329. To compile this driver as a module, choose M here: the
  330. module will be called lpc32xx_ts.
  331. config TOUCHSCREEN_MAX11801
  332. tristate "MAX11801 based touchscreens"
  333. depends on I2C
  334. help
  335. Say Y here if you have a MAX11801 based touchscreen
  336. controller.
  337. If unsure, say N.
  338. To compile this driver as a module, choose M here: the
  339. module will be called max11801_ts.
  340. config TOUCHSCREEN_MCS5000
  341. tristate "MELFAS MCS-5000 touchscreen"
  342. depends on I2C
  343. help
  344. Say Y here if you have the MELFAS MCS-5000 touchscreen controller
  345. chip in your system.
  346. If unsure, say N.
  347. To compile this driver as a module, choose M here: the
  348. module will be called mcs5000_ts.
  349. config TOUCHSCREEN_MMS114
  350. tristate "MELFAS MMS114 touchscreen"
  351. depends on I2C
  352. help
  353. Say Y here if you have the MELFAS MMS114 touchscreen controller
  354. chip in your system.
  355. If unsure, say N.
  356. To compile this driver as a module, choose M here: the
  357. module will be called mms114.
  358. config TOUCHSCREEN_MTOUCH
  359. tristate "MicroTouch serial touchscreens"
  360. select SERIO
  361. help
  362. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  363. your system.
  364. If unsure, say N.
  365. To compile this driver as a module, choose M here: the
  366. module will be called mtouch.
  367. config TOUCHSCREEN_INEXIO
  368. tristate "iNexio serial touchscreens"
  369. select SERIO
  370. help
  371. Say Y here if you have an iNexio serial touchscreen connected to
  372. your system.
  373. If unsure, say N.
  374. To compile this driver as a module, choose M here: the
  375. module will be called inexio.
  376. config TOUCHSCREEN_INTEL_MID
  377. tristate "Intel MID platform resistive touchscreen"
  378. depends on INTEL_SCU_IPC
  379. help
  380. Say Y here if you have a Intel MID based touchscreen in
  381. your system.
  382. If unsure, say N.
  383. To compile this driver as a module, choose M here: the
  384. module will be called intel_mid_touch.
  385. config TOUCHSCREEN_MK712
  386. tristate "ICS MicroClock MK712 touchscreen"
  387. help
  388. Say Y here if you have the ICS MicroClock MK712 touchscreen
  389. controller chip in your system.
  390. If unsure, say N.
  391. To compile this driver as a module, choose M here: the
  392. module will be called mk712.
  393. config TOUCHSCREEN_HP600
  394. tristate "HP Jornada 6xx touchscreen"
  395. depends on SH_HP6XX && SH_ADC
  396. help
  397. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  398. support the built-in touchscreen.
  399. To compile this driver as a module, choose M here: the
  400. module will be called hp680_ts_input.
  401. config TOUCHSCREEN_HP7XX
  402. tristate "HP Jornada 7xx touchscreen"
  403. depends on SA1100_JORNADA720_SSP
  404. help
  405. Say Y here if you have a HP Jornada 710/720/728 and want
  406. to support the built-in touchscreen.
  407. To compile this driver as a module, choose M here: the
  408. module will be called jornada720_ts.
  409. config TOUCHSCREEN_IPAQ_MICRO
  410. tristate "HP iPAQ Atmel Micro ASIC touchscreen"
  411. depends on MFD_IPAQ_MICRO
  412. help
  413. Say Y here to enable support for the touchscreen attached to
  414. the Atmel Micro peripheral controller on iPAQ h3100/h3600/h3700
  415. If unsure, say N.
  416. To compile this driver as a module, choose M here: the
  417. module will be called ipaq-micro-ts.
  418. config TOUCHSCREEN_HTCPEN
  419. tristate "HTC Shift X9500 touchscreen"
  420. depends on ISA
  421. help
  422. Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  423. Clio / Shangrila and want to support the built-in touchscreen.
  424. If unsure, say N.
  425. To compile this driver as a module, choose M here: the
  426. module will be called htcpen.
  427. config TOUCHSCREEN_PENMOUNT
  428. tristate "Penmount serial touchscreen"
  429. select SERIO
  430. help
  431. Say Y here if you have a Penmount serial touchscreen connected to
  432. your system.
  433. If unsure, say N.
  434. To compile this driver as a module, choose M here: the
  435. module will be called penmount.
  436. config TOUCHSCREEN_EDT_FT5X06
  437. tristate "EDT FocalTech FT5x06 I2C Touchscreen support"
  438. depends on I2C
  439. help
  440. Say Y here if you have an EDT "Polytouch" touchscreen based
  441. on the FocalTech FT5x06 family of controllers connected to
  442. your system.
  443. If unsure, say N.
  444. To compile this driver as a module, choose M here: the
  445. module will be called edt-ft5x06.
  446. config TOUCHSCREEN_MIGOR
  447. tristate "Renesas MIGO-R touchscreen"
  448. depends on SH_MIGOR && I2C
  449. help
  450. Say Y here to enable MIGO-R touchscreen support.
  451. If unsure, say N.
  452. To compile this driver as a module, choose M here: the
  453. module will be called migor_ts.
  454. config TOUCHSCREEN_TOUCHRIGHT
  455. tristate "Touchright serial touchscreen"
  456. select SERIO
  457. help
  458. Say Y here if you have a Touchright serial touchscreen connected to
  459. your system.
  460. If unsure, say N.
  461. To compile this driver as a module, choose M here: the
  462. module will be called touchright.
  463. config TOUCHSCREEN_TOUCHWIN
  464. tristate "Touchwin serial touchscreen"
  465. select SERIO
  466. help
  467. Say Y here if you have a Touchwin serial touchscreen connected to
  468. your system.
  469. If unsure, say N.
  470. To compile this driver as a module, choose M here: the
  471. module will be called touchwin.
  472. config TOUCHSCREEN_TI_AM335X_TSC
  473. tristate "TI Touchscreen Interface"
  474. depends on MFD_TI_AM335X_TSCADC
  475. help
  476. Say Y here if you have 4/5/8 wire touchscreen controller
  477. to be connected to the ADC controller on your TI AM335x SoC.
  478. If unsure, say N.
  479. To compile this driver as a module, choose M here: the
  480. module will be called ti_am335x_tsc.
  481. config TOUCHSCREEN_UCB1400
  482. tristate "Philips UCB1400 touchscreen"
  483. depends on AC97_BUS
  484. depends on UCB1400_CORE
  485. help
  486. This enables support for the Philips UCB1400 touchscreen interface.
  487. The UCB1400 is an AC97 audio codec. The touchscreen interface
  488. will be initialized only after the ALSA subsystem has been
  489. brought up and the UCB1400 detected. You therefore have to
  490. configure ALSA support as well (either built-in or modular,
  491. independently of whether this driver is itself built-in or
  492. modular) for this driver to work.
  493. To compile this driver as a module, choose M here: the
  494. module will be called ucb1400_ts.
  495. config TOUCHSCREEN_PIXCIR
  496. tristate "PIXCIR I2C touchscreens"
  497. depends on I2C
  498. help
  499. Say Y here if you have a pixcir i2c touchscreen
  500. controller.
  501. If unsure, say N.
  502. To compile this driver as a module, choose M here: the
  503. module will be called pixcir_i2c_ts.
  504. config TOUCHSCREEN_WDT87XX_I2C
  505. tristate "Weida HiTech I2C touchscreen"
  506. depends on I2C
  507. help
  508. Say Y here if you have a Weida WDT87XX I2C touchscreen
  509. connected to your system.
  510. If unsure, say N.
  511. To compile this driver as a module, choose M here: the
  512. module will be called wdt87xx_i2c.
  513. config TOUCHSCREEN_WM831X
  514. tristate "Support for WM831x touchscreen controllers"
  515. depends on MFD_WM831X
  516. help
  517. This enables support for the touchscreen controller on the WM831x
  518. series of PMICs.
  519. To compile this driver as a module, choose M here: the
  520. module will be called wm831x-ts.
  521. config TOUCHSCREEN_WM97XX
  522. tristate "Support for WM97xx AC97 touchscreen controllers"
  523. depends on AC97_BUS
  524. help
  525. Say Y here if you have a Wolfson Microelectronics WM97xx
  526. touchscreen connected to your system. Note that this option
  527. only enables core driver, you will also need to select
  528. support for appropriate chip below.
  529. If unsure, say N.
  530. To compile this driver as a module, choose M here: the
  531. module will be called wm97xx-ts.
  532. config TOUCHSCREEN_WM9705
  533. bool "WM9705 Touchscreen interface support"
  534. depends on TOUCHSCREEN_WM97XX
  535. default y
  536. help
  537. Say Y here to enable support for the Wolfson Microelectronics
  538. WM9705 touchscreen controller.
  539. config TOUCHSCREEN_WM9712
  540. bool "WM9712 Touchscreen interface support"
  541. depends on TOUCHSCREEN_WM97XX
  542. default y
  543. help
  544. Say Y here to enable support for the Wolfson Microelectronics
  545. WM9712 touchscreen controller.
  546. config TOUCHSCREEN_WM9713
  547. bool "WM9713 Touchscreen interface support"
  548. depends on TOUCHSCREEN_WM97XX
  549. default y
  550. help
  551. Say Y here to enable support for the Wolfson Microelectronics
  552. WM9713 touchscreen controller.
  553. config TOUCHSCREEN_WM97XX_ATMEL
  554. tristate "WM97xx Atmel accelerated touch"
  555. depends on TOUCHSCREEN_WM97XX && AVR32
  556. help
  557. Say Y here for support for streaming mode with WM97xx touchscreens
  558. on Atmel AT91 or AVR32 systems with an AC97C module.
  559. Be aware that this will use channel B in the controller for
  560. streaming data, this must not conflict with other AC97C drivers.
  561. If unsure, say N.
  562. To compile this driver as a module, choose M here: the module will
  563. be called atmel-wm97xx.
  564. config TOUCHSCREEN_WM97XX_MAINSTONE
  565. tristate "WM97xx Mainstone/Palm accelerated touch"
  566. depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  567. help
  568. Say Y here for support for streaming mode with WM97xx touchscreens
  569. on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
  570. If unsure, say N.
  571. To compile this driver as a module, choose M here: the
  572. module will be called mainstone-wm97xx.
  573. config TOUCHSCREEN_WM97XX_ZYLONITE
  574. tristate "Zylonite accelerated touch"
  575. depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
  576. select TOUCHSCREEN_WM9713
  577. help
  578. Say Y here for support for streaming mode with the touchscreen
  579. on Zylonite systems.
  580. If unsure, say N.
  581. To compile this driver as a module, choose M here: the
  582. module will be called zylonite-wm97xx.
  583. config TOUCHSCREEN_USB_COMPOSITE
  584. tristate "USB Touchscreen Driver"
  585. depends on USB_ARCH_HAS_HCD
  586. select USB
  587. help
  588. USB Touchscreen driver for:
  589. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  590. - PanJit TouchSet USB
  591. - 3M MicroTouch USB (EX II series)
  592. - ITM
  593. - some other eTurboTouch
  594. - Gunze AHL61
  595. - DMC TSC-10/25
  596. - IRTOUCHSYSTEMS/UNITOP
  597. - IdealTEK URTC1000
  598. - GoTop Super_Q2/GogoPen/PenPower tablets
  599. - JASTEC USB Touch Controller/DigiTech DTR-02U
  600. - Zytronic controllers
  601. - Elo TouchSystems 2700 IntelliTouch
  602. - EasyTouch USB Touch Controller from Data Modul
  603. - e2i (Mimo monitors)
  604. Have a look at <http://linux.chapter7.ch/touchkit/> for
  605. a usage description and the required user-space stuff.
  606. To compile this driver as a module, choose M here: the
  607. module will be called usbtouchscreen.
  608. config TOUCHSCREEN_MC13783
  609. tristate "Freescale MC13783 touchscreen input driver"
  610. depends on MFD_MC13XXX
  611. help
  612. Say Y here if you have an Freescale MC13783 PMIC on your
  613. board and want to use its touchscreen
  614. If unsure, say N.
  615. To compile this driver as a module, choose M here: the
  616. module will be called mc13783_ts.
  617. config TOUCHSCREEN_USB_EGALAX
  618. default y
  619. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
  620. depends on TOUCHSCREEN_USB_COMPOSITE
  621. config TOUCHSCREEN_USB_PANJIT
  622. default y
  623. bool "PanJit device support" if EXPERT
  624. depends on TOUCHSCREEN_USB_COMPOSITE
  625. config TOUCHSCREEN_USB_3M
  626. default y
  627. bool "3M/Microtouch EX II series device support" if EXPERT
  628. depends on TOUCHSCREEN_USB_COMPOSITE
  629. config TOUCHSCREEN_USB_ITM
  630. default y
  631. bool "ITM device support" if EXPERT
  632. depends on TOUCHSCREEN_USB_COMPOSITE
  633. config TOUCHSCREEN_USB_ETURBO
  634. default y
  635. bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
  636. depends on TOUCHSCREEN_USB_COMPOSITE
  637. config TOUCHSCREEN_USB_GUNZE
  638. default y
  639. bool "Gunze AHL61 device support" if EXPERT
  640. depends on TOUCHSCREEN_USB_COMPOSITE
  641. config TOUCHSCREEN_USB_DMC_TSC10
  642. default y
  643. bool "DMC TSC-10/25 device support" if EXPERT
  644. depends on TOUCHSCREEN_USB_COMPOSITE
  645. config TOUCHSCREEN_USB_IRTOUCH
  646. default y
  647. bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
  648. depends on TOUCHSCREEN_USB_COMPOSITE
  649. config TOUCHSCREEN_USB_IDEALTEK
  650. default y
  651. bool "IdealTEK URTC1000 device support" if EXPERT
  652. depends on TOUCHSCREEN_USB_COMPOSITE
  653. config TOUCHSCREEN_USB_GENERAL_TOUCH
  654. default y
  655. bool "GeneralTouch Touchscreen device support" if EXPERT
  656. depends on TOUCHSCREEN_USB_COMPOSITE
  657. config TOUCHSCREEN_USB_GOTOP
  658. default y
  659. bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
  660. depends on TOUCHSCREEN_USB_COMPOSITE
  661. config TOUCHSCREEN_USB_JASTEC
  662. default y
  663. bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
  664. depends on TOUCHSCREEN_USB_COMPOSITE
  665. config TOUCHSCREEN_USB_ELO
  666. default y
  667. bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
  668. depends on TOUCHSCREEN_USB_COMPOSITE
  669. config TOUCHSCREEN_USB_E2I
  670. default y
  671. bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT
  672. depends on TOUCHSCREEN_USB_COMPOSITE
  673. config TOUCHSCREEN_USB_ZYTRONIC
  674. default y
  675. bool "Zytronic controller" if EXPERT
  676. depends on TOUCHSCREEN_USB_COMPOSITE
  677. config TOUCHSCREEN_USB_ETT_TC45USB
  678. default y
  679. bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
  680. depends on TOUCHSCREEN_USB_COMPOSITE
  681. config TOUCHSCREEN_USB_NEXIO
  682. default y
  683. bool "NEXIO/iNexio device support" if EXPERT
  684. depends on TOUCHSCREEN_USB_COMPOSITE
  685. config TOUCHSCREEN_USB_EASYTOUCH
  686. default y
  687. bool "EasyTouch USB Touch controller device support" if EMBEDDED
  688. depends on TOUCHSCREEN_USB_COMPOSITE
  689. help
  690. Say Y here if you have an EasyTouch USB Touch controller.
  691. If unsure, say N.
  692. config TOUCHSCREEN_TOUCHIT213
  693. tristate "Sahara TouchIT-213 touchscreen"
  694. select SERIO
  695. help
  696. Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  697. If unsure, say N.
  698. To compile this driver as a module, choose M here: the
  699. module will be called touchit213.
  700. config TOUCHSCREEN_TSC_SERIO
  701. tristate "TSC-10/25/40 serial touchscreen support"
  702. select SERIO
  703. help
  704. Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
  705. to your system.
  706. If unsure, say N.
  707. To compile this driver as a module, choose M here: the
  708. module will be called tsc40.
  709. config TOUCHSCREEN_TSC2005
  710. tristate "TSC2005 based touchscreens"
  711. depends on SPI_MASTER
  712. help
  713. Say Y here if you have a TSC2005 based touchscreen.
  714. If unsure, say N.
  715. To compile this driver as a module, choose M here: the
  716. module will be called tsc2005.
  717. config TOUCHSCREEN_TSC2007
  718. tristate "TSC2007 based touchscreens"
  719. depends on I2C
  720. help
  721. Say Y here if you have a TSC2007 based touchscreen.
  722. If unsure, say N.
  723. To compile this driver as a module, choose M here: the
  724. module will be called tsc2007.
  725. config TOUCHSCREEN_W90X900
  726. tristate "W90P910 touchscreen driver"
  727. depends on ARCH_W90X900
  728. help
  729. Say Y here if you have a W90P910 based touchscreen.
  730. To compile this driver as a module, choose M here: the
  731. module will be called w90p910_ts.
  732. config TOUCHSCREEN_PCAP
  733. tristate "Motorola PCAP touchscreen"
  734. depends on EZX_PCAP
  735. help
  736. Say Y here if you have a Motorola EZX telephone and
  737. want to enable support for the built-in touchscreen.
  738. To compile this driver as a module, choose M here: the
  739. module will be called pcap_ts.
  740. config TOUCHSCREEN_ST1232
  741. tristate "Sitronix ST1232 touchscreen controllers"
  742. depends on I2C
  743. help
  744. Say Y here if you want to support Sitronix ST1232
  745. touchscreen controller.
  746. If unsure, say N.
  747. To compile this driver as a module, choose M here: the
  748. module will be called st1232_ts.
  749. config TOUCHSCREEN_STMPE
  750. tristate "STMicroelectronics STMPE touchscreens"
  751. depends on MFD_STMPE
  752. depends on (OF || COMPILE_TEST)
  753. help
  754. Say Y here if you want support for STMicroelectronics
  755. STMPE touchscreen controllers.
  756. To compile this driver as a module, choose M here: the
  757. module will be called stmpe-ts.
  758. config TOUCHSCREEN_SUN4I
  759. tristate "Allwinner sun4i resistive touchscreen controller support"
  760. depends on ARCH_SUNXI || COMPILE_TEST
  761. depends on HWMON
  762. depends on THERMAL || !THERMAL_OF
  763. help
  764. This selects support for the resistive touchscreen controller
  765. found on Allwinner sunxi SoCs.
  766. To compile this driver as a module, choose M here: the
  767. module will be called sun4i-ts.
  768. config TOUCHSCREEN_SUR40
  769. tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen"
  770. depends on USB && MEDIA_USB_SUPPORT && HAS_DMA
  771. select INPUT_POLLDEV
  772. select VIDEOBUF2_DMA_SG
  773. help
  774. Say Y here if you want support for the Samsung SUR40 touchscreen
  775. (also known as Microsoft Surface 2.0 or Microsoft PixelSense).
  776. To compile this driver as a module, choose M here: the
  777. module will be called sur40.
  778. config TOUCHSCREEN_SX8654
  779. tristate "Semtech SX8654 touchscreen"
  780. depends on I2C
  781. help
  782. Say Y here if you have a Semtech SX8654 touchscreen controller.
  783. If unsure, say N
  784. To compile this driver as a module, choose M here: the
  785. module will be called sx8654.
  786. config TOUCHSCREEN_TPS6507X
  787. tristate "TPS6507x based touchscreens"
  788. depends on I2C
  789. select INPUT_POLLDEV
  790. help
  791. Say Y here if you have a TPS6507x based touchscreen
  792. controller.
  793. If unsure, say N.
  794. To compile this driver as a module, choose M here: the
  795. module will be called tps6507x_ts.
  796. config TOUCHSCREEN_ZFORCE
  797. tristate "Neonode zForce infrared touchscreens"
  798. depends on I2C
  799. depends on GPIOLIB
  800. help
  801. Say Y here if you have a touchscreen using the zforce
  802. infraread technology from Neonode.
  803. If unsure, say N.
  804. To compile this driver as a module, choose M here: the
  805. module will be called zforce_ts.
  806. endif