Kconfig 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109
  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 TOUCHSCREEN_PROPERTIES
  12. def_tristate INPUT
  13. depends on INPUT
  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 || COMPILE_TEST
  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 || COMPILE_TEST
  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 || COMPILE_TEST
  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_FT6236
  228. tristate "FT6236 I2C touchscreen"
  229. depends on I2C
  230. depends on GPIOLIB || COMPILE_TEST
  231. help
  232. Say Y here to enable support for the I2C connected FT6x06 and
  233. FT6x36 family of capacitive touchscreen drivers.
  234. If unsure, say N.
  235. To compile this driver as a module, choose M here: the
  236. module will be called ft6236.
  237. config TOUCHSCREEN_FUJITSU
  238. tristate "Fujitsu serial touchscreen"
  239. select SERIO
  240. help
  241. Say Y here if you have the Fujitsu touchscreen (such as one
  242. installed in Lifebook P series laptop) connected to your
  243. system.
  244. If unsure, say N.
  245. To compile this driver as a module, choose M here: the
  246. module will be called fujitsu-ts.
  247. config TOUCHSCREEN_GOODIX
  248. tristate "Goodix I2C touchscreen"
  249. depends on I2C
  250. help
  251. Say Y here if you have the Goodix touchscreen (such as one
  252. installed in Onda v975w tablets) connected to your
  253. system. It also supports 5-finger chip models, which can be
  254. found on ARM tablets, like Wexler TAB7200 and MSI Primo73.
  255. If unsure, say N.
  256. To compile this driver as a module, choose M here: the
  257. module will be called goodix.
  258. config TOUCHSCREEN_ILI210X
  259. tristate "Ilitek ILI210X based touchscreen"
  260. depends on I2C
  261. help
  262. Say Y here if you have a ILI210X based touchscreen
  263. controller. This driver supports models ILI2102,
  264. ILI2102s, ILI2103, ILI2103s and ILI2105.
  265. Such kind of chipsets can be found in Amazon Kindle Fire
  266. touchscreens.
  267. If unsure, say N.
  268. To compile this driver as a module, choose M here: the
  269. module will be called ili210x.
  270. config TOUCHSCREEN_IPROC
  271. tristate "IPROC touch panel driver support"
  272. depends on ARCH_BCM_IPROC || COMPILE_TEST
  273. help
  274. Say Y here if you want to add support for the IPROC touch
  275. controller to your system.
  276. If unsure, say N.
  277. To compile this driver as a module, choose M here: the
  278. module will be called bcm_iproc_tsc.
  279. config TOUCHSCREEN_S3C2410
  280. tristate "Samsung S3C2410/generic touchscreen input driver"
  281. depends on ARCH_S3C24XX || SAMSUNG_DEV_TS
  282. select S3C_ADC
  283. help
  284. Say Y here if you have the s3c2410 touchscreen.
  285. If unsure, say N.
  286. To compile this driver as a module, choose M here: the
  287. module will be called s3c2410_ts.
  288. config TOUCHSCREEN_GUNZE
  289. tristate "Gunze AHL-51S touchscreen"
  290. select SERIO
  291. help
  292. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  293. your system.
  294. If unsure, say N.
  295. To compile this driver as a module, choose M here: the
  296. module will be called gunze.
  297. config TOUCHSCREEN_ELAN
  298. tristate "Elan eKTH I2C touchscreen"
  299. depends on I2C
  300. help
  301. Say Y here if you have an Elan eKTH I2C touchscreen
  302. connected to your system.
  303. If unsure, say N.
  304. To compile this driver as a module, choose M here: the
  305. module will be called elants_i2c.
  306. config TOUCHSCREEN_ELO
  307. tristate "Elo serial touchscreens"
  308. select SERIO
  309. help
  310. Say Y here if you have an Elo serial touchscreen connected to
  311. your system.
  312. If unsure, say N.
  313. To compile this driver as a module, choose M here: the
  314. module will be called elo.
  315. config TOUCHSCREEN_WACOM_W8001
  316. tristate "Wacom W8001 penabled serial touchscreen"
  317. select SERIO
  318. help
  319. Say Y here if you have an Wacom W8001 penabled serial touchscreen
  320. connected to your system.
  321. If unsure, say N.
  322. To compile this driver as a module, choose M here: the
  323. module will be called wacom_w8001.
  324. config TOUCHSCREEN_WACOM_I2C
  325. tristate "Wacom Tablet support (I2C)"
  326. depends on I2C
  327. help
  328. Say Y here if you want to use the I2C version of the Wacom
  329. Pen Tablet.
  330. If unsure, say N.
  331. To compile this driver as a module, choose M here: the module
  332. will be called wacom_i2c.
  333. config TOUCHSCREEN_LPC32XX
  334. tristate "LPC32XX touchscreen controller"
  335. depends on ARCH_LPC32XX
  336. help
  337. Say Y here if you have a LPC32XX device and want
  338. to support the built-in touchscreen.
  339. To compile this driver as a module, choose M here: the
  340. module will be called lpc32xx_ts.
  341. config TOUCHSCREEN_MAX11801
  342. tristate "MAX11801 based touchscreens"
  343. depends on I2C
  344. help
  345. Say Y here if you have a MAX11801 based touchscreen
  346. controller.
  347. If unsure, say N.
  348. To compile this driver as a module, choose M here: the
  349. module will be called max11801_ts.
  350. config TOUCHSCREEN_MCS5000
  351. tristate "MELFAS MCS-5000 touchscreen"
  352. depends on I2C
  353. help
  354. Say Y here if you have the MELFAS MCS-5000 touchscreen controller
  355. chip in your system.
  356. If unsure, say N.
  357. To compile this driver as a module, choose M here: the
  358. module will be called mcs5000_ts.
  359. config TOUCHSCREEN_MMS114
  360. tristate "MELFAS MMS114 touchscreen"
  361. depends on I2C
  362. help
  363. Say Y here if you have the MELFAS MMS114 touchscreen controller
  364. chip in your system.
  365. If unsure, say N.
  366. To compile this driver as a module, choose M here: the
  367. module will be called mms114.
  368. config TOUCHSCREEN_MTOUCH
  369. tristate "MicroTouch serial touchscreens"
  370. select SERIO
  371. help
  372. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  373. your system.
  374. If unsure, say N.
  375. To compile this driver as a module, choose M here: the
  376. module will be called mtouch.
  377. config TOUCHSCREEN_IMX6UL_TSC
  378. tristate "Freescale i.MX6UL touchscreen controller"
  379. depends on (OF && GPIOLIB) || COMPILE_TEST
  380. help
  381. Say Y here if you have a Freescale i.MX6UL, and want to
  382. use the internal touchscreen controller.
  383. If unsure, say N.
  384. To compile this driver as a module, choose M here: the
  385. module will be called imx6ul_tsc.
  386. config TOUCHSCREEN_INEXIO
  387. tristate "iNexio serial touchscreens"
  388. select SERIO
  389. help
  390. Say Y here if you have an iNexio serial touchscreen connected to
  391. your system.
  392. If unsure, say N.
  393. To compile this driver as a module, choose M here: the
  394. module will be called inexio.
  395. config TOUCHSCREEN_INTEL_MID
  396. tristate "Intel MID platform resistive touchscreen"
  397. depends on INTEL_SCU_IPC
  398. help
  399. Say Y here if you have a Intel MID based touchscreen in
  400. your system.
  401. If unsure, say N.
  402. To compile this driver as a module, choose M here: the
  403. module will be called intel_mid_touch.
  404. config TOUCHSCREEN_MK712
  405. tristate "ICS MicroClock MK712 touchscreen"
  406. help
  407. Say Y here if you have the ICS MicroClock MK712 touchscreen
  408. controller chip in your system.
  409. If unsure, say N.
  410. To compile this driver as a module, choose M here: the
  411. module will be called mk712.
  412. config TOUCHSCREEN_HP600
  413. tristate "HP Jornada 6xx touchscreen"
  414. depends on SH_HP6XX && SH_ADC
  415. help
  416. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  417. support the built-in touchscreen.
  418. To compile this driver as a module, choose M here: the
  419. module will be called hp680_ts_input.
  420. config TOUCHSCREEN_HP7XX
  421. tristate "HP Jornada 7xx touchscreen"
  422. depends on SA1100_JORNADA720_SSP
  423. help
  424. Say Y here if you have a HP Jornada 710/720/728 and want
  425. to support the built-in touchscreen.
  426. To compile this driver as a module, choose M here: the
  427. module will be called jornada720_ts.
  428. config TOUCHSCREEN_IPAQ_MICRO
  429. tristate "HP iPAQ Atmel Micro ASIC touchscreen"
  430. depends on MFD_IPAQ_MICRO
  431. help
  432. Say Y here to enable support for the touchscreen attached to
  433. the Atmel Micro peripheral controller on iPAQ h3100/h3600/h3700
  434. If unsure, say N.
  435. To compile this driver as a module, choose M here: the
  436. module will be called ipaq-micro-ts.
  437. config TOUCHSCREEN_HTCPEN
  438. tristate "HTC Shift X9500 touchscreen"
  439. depends on ISA
  440. help
  441. Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  442. Clio / Shangrila and want to support the built-in touchscreen.
  443. If unsure, say N.
  444. To compile this driver as a module, choose M here: the
  445. module will be called htcpen.
  446. config TOUCHSCREEN_PENMOUNT
  447. tristate "Penmount serial touchscreen"
  448. select SERIO
  449. help
  450. Say Y here if you have a Penmount serial touchscreen connected to
  451. your system.
  452. If unsure, say N.
  453. To compile this driver as a module, choose M here: the
  454. module will be called penmount.
  455. config TOUCHSCREEN_EDT_FT5X06
  456. tristate "EDT FocalTech FT5x06 I2C Touchscreen support"
  457. depends on I2C
  458. help
  459. Say Y here if you have an EDT "Polytouch" touchscreen based
  460. on the FocalTech FT5x06 family of controllers connected to
  461. your system.
  462. If unsure, say N.
  463. To compile this driver as a module, choose M here: the
  464. module will be called edt-ft5x06.
  465. config TOUCHSCREEN_MIGOR
  466. tristate "Renesas MIGO-R touchscreen"
  467. depends on SH_MIGOR && I2C
  468. help
  469. Say Y here to enable MIGO-R touchscreen support.
  470. If unsure, say N.
  471. To compile this driver as a module, choose M here: the
  472. module will be called migor_ts.
  473. config TOUCHSCREEN_TOUCHRIGHT
  474. tristate "Touchright serial touchscreen"
  475. select SERIO
  476. help
  477. Say Y here if you have a Touchright serial touchscreen connected to
  478. your system.
  479. If unsure, say N.
  480. To compile this driver as a module, choose M here: the
  481. module will be called touchright.
  482. config TOUCHSCREEN_TOUCHWIN
  483. tristate "Touchwin serial touchscreen"
  484. select SERIO
  485. help
  486. Say Y here if you have a Touchwin serial touchscreen connected to
  487. your system.
  488. If unsure, say N.
  489. To compile this driver as a module, choose M here: the
  490. module will be called touchwin.
  491. config TOUCHSCREEN_TI_AM335X_TSC
  492. tristate "TI Touchscreen Interface"
  493. depends on MFD_TI_AM335X_TSCADC
  494. help
  495. Say Y here if you have 4/5/8 wire touchscreen controller
  496. to be connected to the ADC controller on your TI AM335x SoC.
  497. If unsure, say N.
  498. To compile this driver as a module, choose M here: the
  499. module will be called ti_am335x_tsc.
  500. config TOUCHSCREEN_UCB1400
  501. tristate "Philips UCB1400 touchscreen"
  502. depends on AC97_BUS
  503. depends on UCB1400_CORE
  504. help
  505. This enables support for the Philips UCB1400 touchscreen interface.
  506. The UCB1400 is an AC97 audio codec. The touchscreen interface
  507. will be initialized only after the ALSA subsystem has been
  508. brought up and the UCB1400 detected. You therefore have to
  509. configure ALSA support as well (either built-in or modular,
  510. independently of whether this driver is itself built-in or
  511. modular) for this driver to work.
  512. To compile this driver as a module, choose M here: the
  513. module will be called ucb1400_ts.
  514. config TOUCHSCREEN_PIXCIR
  515. tristate "PIXCIR I2C touchscreens"
  516. depends on I2C
  517. help
  518. Say Y here if you have a pixcir i2c touchscreen
  519. controller.
  520. If unsure, say N.
  521. To compile this driver as a module, choose M here: the
  522. module will be called pixcir_i2c_ts.
  523. config TOUCHSCREEN_WDT87XX_I2C
  524. tristate "Weida HiTech I2C touchscreen"
  525. depends on I2C
  526. help
  527. Say Y here if you have a Weida WDT87XX I2C touchscreen
  528. connected to your system.
  529. If unsure, say N.
  530. To compile this driver as a module, choose M here: the
  531. module will be called wdt87xx_i2c.
  532. config TOUCHSCREEN_WM831X
  533. tristate "Support for WM831x touchscreen controllers"
  534. depends on MFD_WM831X
  535. help
  536. This enables support for the touchscreen controller on the WM831x
  537. series of PMICs.
  538. To compile this driver as a module, choose M here: the
  539. module will be called wm831x-ts.
  540. config TOUCHSCREEN_WM97XX
  541. tristate "Support for WM97xx AC97 touchscreen controllers"
  542. depends on AC97_BUS
  543. help
  544. Say Y here if you have a Wolfson Microelectronics WM97xx
  545. touchscreen connected to your system. Note that this option
  546. only enables core driver, you will also need to select
  547. support for appropriate chip below.
  548. If unsure, say N.
  549. To compile this driver as a module, choose M here: the
  550. module will be called wm97xx-ts.
  551. config TOUCHSCREEN_WM9705
  552. bool "WM9705 Touchscreen interface support"
  553. depends on TOUCHSCREEN_WM97XX
  554. default y
  555. help
  556. Say Y here to enable support for the Wolfson Microelectronics
  557. WM9705 touchscreen controller.
  558. config TOUCHSCREEN_WM9712
  559. bool "WM9712 Touchscreen interface support"
  560. depends on TOUCHSCREEN_WM97XX
  561. default y
  562. help
  563. Say Y here to enable support for the Wolfson Microelectronics
  564. WM9712 touchscreen controller.
  565. config TOUCHSCREEN_WM9713
  566. bool "WM9713 Touchscreen interface support"
  567. depends on TOUCHSCREEN_WM97XX
  568. default y
  569. help
  570. Say Y here to enable support for the Wolfson Microelectronics
  571. WM9713 touchscreen controller.
  572. config TOUCHSCREEN_WM97XX_ATMEL
  573. tristate "WM97xx Atmel accelerated touch"
  574. depends on TOUCHSCREEN_WM97XX && AVR32
  575. help
  576. Say Y here for support for streaming mode with WM97xx touchscreens
  577. on Atmel AT91 or AVR32 systems with an AC97C module.
  578. Be aware that this will use channel B in the controller for
  579. streaming data, this must not conflict with other AC97C drivers.
  580. If unsure, say N.
  581. To compile this driver as a module, choose M here: the module will
  582. be called atmel-wm97xx.
  583. config TOUCHSCREEN_WM97XX_MAINSTONE
  584. tristate "WM97xx Mainstone/Palm accelerated touch"
  585. depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  586. help
  587. Say Y here for support for streaming mode with WM97xx touchscreens
  588. on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
  589. If unsure, say N.
  590. To compile this driver as a module, choose M here: the
  591. module will be called mainstone-wm97xx.
  592. config TOUCHSCREEN_WM97XX_ZYLONITE
  593. tristate "Zylonite accelerated touch"
  594. depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
  595. select TOUCHSCREEN_WM9713
  596. help
  597. Say Y here for support for streaming mode with the touchscreen
  598. on Zylonite systems.
  599. If unsure, say N.
  600. To compile this driver as a module, choose M here: the
  601. module will be called zylonite-wm97xx.
  602. config TOUCHSCREEN_USB_COMPOSITE
  603. tristate "USB Touchscreen Driver"
  604. depends on USB_ARCH_HAS_HCD
  605. select USB
  606. help
  607. USB Touchscreen driver for:
  608. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  609. - PanJit TouchSet USB
  610. - 3M MicroTouch USB (EX II series)
  611. - ITM
  612. - some other eTurboTouch
  613. - Gunze AHL61
  614. - DMC TSC-10/25
  615. - IRTOUCHSYSTEMS/UNITOP
  616. - IdealTEK URTC1000
  617. - GoTop Super_Q2/GogoPen/PenPower tablets
  618. - JASTEC USB Touch Controller/DigiTech DTR-02U
  619. - Zytronic controllers
  620. - Elo TouchSystems 2700 IntelliTouch
  621. - EasyTouch USB Touch Controller from Data Modul
  622. - e2i (Mimo monitors)
  623. Have a look at <http://linux.chapter7.ch/touchkit/> for
  624. a usage description and the required user-space stuff.
  625. To compile this driver as a module, choose M here: the
  626. module will be called usbtouchscreen.
  627. config TOUCHSCREEN_MC13783
  628. tristate "Freescale MC13783 touchscreen input driver"
  629. depends on MFD_MC13XXX
  630. help
  631. Say Y here if you have an Freescale MC13783 PMIC on your
  632. board and want to use its touchscreen
  633. If unsure, say N.
  634. To compile this driver as a module, choose M here: the
  635. module will be called mc13783_ts.
  636. config TOUCHSCREEN_USB_EGALAX
  637. default y
  638. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
  639. depends on TOUCHSCREEN_USB_COMPOSITE
  640. config TOUCHSCREEN_USB_PANJIT
  641. default y
  642. bool "PanJit device support" if EXPERT
  643. depends on TOUCHSCREEN_USB_COMPOSITE
  644. config TOUCHSCREEN_USB_3M
  645. default y
  646. bool "3M/Microtouch EX II series device support" if EXPERT
  647. depends on TOUCHSCREEN_USB_COMPOSITE
  648. config TOUCHSCREEN_USB_ITM
  649. default y
  650. bool "ITM device support" if EXPERT
  651. depends on TOUCHSCREEN_USB_COMPOSITE
  652. config TOUCHSCREEN_USB_ETURBO
  653. default y
  654. bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
  655. depends on TOUCHSCREEN_USB_COMPOSITE
  656. config TOUCHSCREEN_USB_GUNZE
  657. default y
  658. bool "Gunze AHL61 device support" if EXPERT
  659. depends on TOUCHSCREEN_USB_COMPOSITE
  660. config TOUCHSCREEN_USB_DMC_TSC10
  661. default y
  662. bool "DMC TSC-10/25 device support" if EXPERT
  663. depends on TOUCHSCREEN_USB_COMPOSITE
  664. config TOUCHSCREEN_USB_IRTOUCH
  665. default y
  666. bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
  667. depends on TOUCHSCREEN_USB_COMPOSITE
  668. config TOUCHSCREEN_USB_IDEALTEK
  669. default y
  670. bool "IdealTEK URTC1000 device support" if EXPERT
  671. depends on TOUCHSCREEN_USB_COMPOSITE
  672. config TOUCHSCREEN_USB_GENERAL_TOUCH
  673. default y
  674. bool "GeneralTouch Touchscreen device support" if EXPERT
  675. depends on TOUCHSCREEN_USB_COMPOSITE
  676. config TOUCHSCREEN_USB_GOTOP
  677. default y
  678. bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
  679. depends on TOUCHSCREEN_USB_COMPOSITE
  680. config TOUCHSCREEN_USB_JASTEC
  681. default y
  682. bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
  683. depends on TOUCHSCREEN_USB_COMPOSITE
  684. config TOUCHSCREEN_USB_ELO
  685. default y
  686. bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
  687. depends on TOUCHSCREEN_USB_COMPOSITE
  688. config TOUCHSCREEN_USB_E2I
  689. default y
  690. bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT
  691. depends on TOUCHSCREEN_USB_COMPOSITE
  692. config TOUCHSCREEN_USB_ZYTRONIC
  693. default y
  694. bool "Zytronic controller" if EXPERT
  695. depends on TOUCHSCREEN_USB_COMPOSITE
  696. config TOUCHSCREEN_USB_ETT_TC45USB
  697. default y
  698. bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
  699. depends on TOUCHSCREEN_USB_COMPOSITE
  700. config TOUCHSCREEN_USB_NEXIO
  701. default y
  702. bool "NEXIO/iNexio device support" if EXPERT
  703. depends on TOUCHSCREEN_USB_COMPOSITE
  704. config TOUCHSCREEN_USB_EASYTOUCH
  705. default y
  706. bool "EasyTouch USB Touch controller device support" if EMBEDDED
  707. depends on TOUCHSCREEN_USB_COMPOSITE
  708. help
  709. Say Y here if you have an EasyTouch USB Touch controller.
  710. If unsure, say N.
  711. config TOUCHSCREEN_TOUCHIT213
  712. tristate "Sahara TouchIT-213 touchscreen"
  713. select SERIO
  714. help
  715. Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  716. If unsure, say N.
  717. To compile this driver as a module, choose M here: the
  718. module will be called touchit213.
  719. config TOUCHSCREEN_TSC_SERIO
  720. tristate "TSC-10/25/40 serial touchscreen support"
  721. select SERIO
  722. help
  723. Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
  724. to your system.
  725. If unsure, say N.
  726. To compile this driver as a module, choose M here: the
  727. module will be called tsc40.
  728. config TOUCHSCREEN_TSC200X_CORE
  729. tristate
  730. config TOUCHSCREEN_TSC2004
  731. tristate "TSC2004 based touchscreens"
  732. depends on I2C
  733. select REGMAP_I2C
  734. select TOUCHSCREEN_TSC200X_CORE
  735. help
  736. Say Y here if you have a TSC2004 based touchscreen.
  737. If unsure, say N.
  738. To compile this driver as a module, choose M here: the
  739. module will be called tsc2004.
  740. config TOUCHSCREEN_TSC2005
  741. tristate "TSC2005 based touchscreens"
  742. depends on SPI_MASTER
  743. select REGMAP_SPI
  744. select TOUCHSCREEN_TSC200X_CORE
  745. help
  746. Say Y here if you have a TSC2005 based touchscreen.
  747. If unsure, say N.
  748. To compile this driver as a module, choose M here: the
  749. module will be called tsc2005.
  750. config TOUCHSCREEN_TSC2007
  751. tristate "TSC2007 based touchscreens"
  752. depends on I2C
  753. help
  754. Say Y here if you have a TSC2007 based touchscreen.
  755. If unsure, say N.
  756. To compile this driver as a module, choose M here: the
  757. module will be called tsc2007.
  758. config TOUCHSCREEN_W90X900
  759. tristate "W90P910 touchscreen driver"
  760. depends on ARCH_W90X900
  761. help
  762. Say Y here if you have a W90P910 based touchscreen.
  763. To compile this driver as a module, choose M here: the
  764. module will be called w90p910_ts.
  765. config TOUCHSCREEN_PCAP
  766. tristate "Motorola PCAP touchscreen"
  767. depends on EZX_PCAP
  768. help
  769. Say Y here if you have a Motorola EZX telephone and
  770. want to enable support for the built-in touchscreen.
  771. To compile this driver as a module, choose M here: the
  772. module will be called pcap_ts.
  773. config TOUCHSCREEN_ST1232
  774. tristate "Sitronix ST1232 touchscreen controllers"
  775. depends on I2C
  776. help
  777. Say Y here if you want to support Sitronix ST1232
  778. touchscreen controller.
  779. If unsure, say N.
  780. To compile this driver as a module, choose M here: the
  781. module will be called st1232_ts.
  782. config TOUCHSCREEN_STMPE
  783. tristate "STMicroelectronics STMPE touchscreens"
  784. depends on MFD_STMPE
  785. depends on (OF || COMPILE_TEST)
  786. help
  787. Say Y here if you want support for STMicroelectronics
  788. STMPE touchscreen controllers.
  789. To compile this driver as a module, choose M here: the
  790. module will be called stmpe-ts.
  791. config TOUCHSCREEN_SUN4I
  792. tristate "Allwinner sun4i resistive touchscreen controller support"
  793. depends on ARCH_SUNXI || COMPILE_TEST
  794. depends on HWMON
  795. depends on THERMAL || !THERMAL_OF
  796. help
  797. This selects support for the resistive touchscreen controller
  798. found on Allwinner sunxi SoCs.
  799. To compile this driver as a module, choose M here: the
  800. module will be called sun4i-ts.
  801. config TOUCHSCREEN_SUR40
  802. tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen"
  803. depends on USB && MEDIA_USB_SUPPORT && HAS_DMA
  804. depends on VIDEO_V4L2
  805. select INPUT_POLLDEV
  806. select VIDEOBUF2_DMA_SG
  807. help
  808. Say Y here if you want support for the Samsung SUR40 touchscreen
  809. (also known as Microsoft Surface 2.0 or Microsoft PixelSense).
  810. To compile this driver as a module, choose M here: the
  811. module will be called sur40.
  812. config TOUCHSCREEN_SX8654
  813. tristate "Semtech SX8654 touchscreen"
  814. depends on I2C
  815. help
  816. Say Y here if you have a Semtech SX8654 touchscreen controller.
  817. If unsure, say N
  818. To compile this driver as a module, choose M here: the
  819. module will be called sx8654.
  820. config TOUCHSCREEN_TPS6507X
  821. tristate "TPS6507x based touchscreens"
  822. depends on I2C
  823. select INPUT_POLLDEV
  824. help
  825. Say Y here if you have a TPS6507x based touchscreen
  826. controller.
  827. If unsure, say N.
  828. To compile this driver as a module, choose M here: the
  829. module will be called tps6507x_ts.
  830. config TOUCHSCREEN_ZFORCE
  831. tristate "Neonode zForce infrared touchscreens"
  832. depends on I2C
  833. depends on GPIOLIB || COMPILE_TEST
  834. help
  835. Say Y here if you have a touchscreen using the zforce
  836. infraread technology from Neonode.
  837. If unsure, say N.
  838. To compile this driver as a module, choose M here: the
  839. module will be called zforce_ts.
  840. config TOUCHSCREEN_COLIBRI_VF50
  841. tristate "Toradex Colibri on board touchscreen driver"
  842. depends on GPIOLIB && IIO && VF610_ADC
  843. help
  844. Say Y here if you have a Colibri VF50 and plan to use
  845. the on-board provided 4-wire touchscreen driver.
  846. If unsure, say N.
  847. To compile this driver as a module, choose M here: the
  848. module will be called colibri_vf50_ts.
  849. config TOUCHSCREEN_ROHM_BU21023
  850. tristate "ROHM BU21023/24 Dual touch support resistive touchscreens"
  851. depends on I2C
  852. help
  853. Say Y here if you have a touchscreen using ROHM BU21023/24.
  854. If unsure, say N.
  855. To compile this driver as a module, choose M here: the
  856. module will be called bu21023_ts.
  857. endif