Kconfig 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Touchscreen driver configuration
  4. #
  5. menuconfig INPUT_TOUCHSCREEN
  6. bool "Touchscreens"
  7. help
  8. Say Y here, and a list of supported touchscreens will be displayed.
  9. This option doesn't affect the kernel.
  10. If unsure, say Y.
  11. if INPUT_TOUCHSCREEN
  12. config TOUCHSCREEN_88PM860X
  13. tristate "Marvell 88PM860x touchscreen"
  14. depends on MFD_88PM860X
  15. help
  16. Say Y here if you have a 88PM860x PMIC and want to enable
  17. support for the built-in touchscreen.
  18. If unsure, say N.
  19. To compile this driver as a module, choose M here: the
  20. module will be called 88pm860x-ts.
  21. config TOUCHSCREEN_ADS7846
  22. tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens"
  23. depends on SPI_MASTER
  24. depends on HWMON = n || HWMON
  25. help
  26. Say Y here if you have a touchscreen interface using the
  27. ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller,
  28. and your board-specific setup code includes that in its
  29. table of SPI devices.
  30. If HWMON is selected, and the driver is told the reference voltage
  31. on your board, you will also get hwmon interfaces for the voltage
  32. (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip.
  33. If unsure, say N (but it's safe to say "Y").
  34. To compile this driver as a module, choose M here: the
  35. module will be called ads7846.
  36. config TOUCHSCREEN_AD7877
  37. tristate "AD7877 based touchscreens"
  38. depends on SPI_MASTER
  39. help
  40. Say Y here if you have a touchscreen interface using the
  41. AD7877 controller, and your board-specific initialization
  42. code includes that in its table of SPI devices.
  43. If unsure, say N (but it's safe to say "Y").
  44. To compile this driver as a module, choose M here: the
  45. module will be called ad7877.
  46. config TOUCHSCREEN_AD7879
  47. tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
  48. help
  49. Say Y here if you want to support a touchscreen interface using
  50. the AD7879-1/AD7889-1 controller.
  51. You should select a bus connection too.
  52. To compile this driver as a module, choose M here: the
  53. module will be called ad7879.
  54. config TOUCHSCREEN_AD7879_I2C
  55. tristate "support I2C bus connection"
  56. depends on TOUCHSCREEN_AD7879 && I2C
  57. select REGMAP_I2C
  58. help
  59. Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
  60. To compile this driver as a module, choose M here: the
  61. module will be called ad7879-i2c.
  62. config TOUCHSCREEN_AD7879_SPI
  63. tristate "support SPI bus connection"
  64. depends on TOUCHSCREEN_AD7879 && SPI_MASTER
  65. select REGMAP_SPI
  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_ADC
  72. tristate "Generic ADC based resistive touchscreen"
  73. depends on IIO
  74. select IIO_BUFFER
  75. select IIO_BUFFER_CB
  76. help
  77. Say Y here if you want to use the generic ADC
  78. resistive touchscreen driver.
  79. If unsure, say N (but it's safe to say "Y").
  80. To compile this driver as a module, choose M here: the
  81. module will be called resistive-adc-touch.ko.
  82. config TOUCHSCREEN_APPLE_Z2
  83. tristate "Apple Z2 touchscreens"
  84. depends on SPI && (ARCH_APPLE || COMPILE_TEST)
  85. help
  86. Say Y here if you have an ARM Apple device with
  87. a touchscreen or a touchbar.
  88. If unsure, say N.
  89. To compile this driver as a module, choose M here: the
  90. module will be called apple_z2.
  91. config TOUCHSCREEN_AR1021_I2C
  92. tristate "Microchip AR1020/1021 i2c touchscreen"
  93. depends on I2C && OF
  94. help
  95. Say Y here if you have the Microchip AR1020 or AR1021 touchscreen
  96. controller chip in your system.
  97. If unsure, say N.
  98. To compile this driver as a module, choose M here: the
  99. module will be called ar1021_i2c.
  100. config TOUCHSCREEN_ATMEL_MXT
  101. tristate "Atmel mXT I2C Touchscreen"
  102. depends on I2C
  103. select FW_LOADER
  104. help
  105. Say Y here if you have Atmel mXT series I2C touchscreen,
  106. such as AT42QT602240/ATMXT224, connected to your system.
  107. If unsure, say N.
  108. To compile this driver as a module, choose M here: the
  109. module will be called atmel_mxt_ts.
  110. config TOUCHSCREEN_ATMEL_MXT_T37
  111. bool "Support T37 Diagnostic Data"
  112. depends on TOUCHSCREEN_ATMEL_MXT
  113. depends on VIDEO_DEV=y || (TOUCHSCREEN_ATMEL_MXT=m && VIDEO_DEV=m)
  114. select VIDEOBUF2_VMALLOC
  115. help
  116. Say Y here if you want support to output data from the T37
  117. Diagnostic Data object using a V4L device.
  118. config TOUCHSCREEN_AUO_PIXCIR
  119. tristate "AUO in-cell touchscreen using Pixcir ICs"
  120. depends on I2C
  121. depends on GPIOLIB || COMPILE_TEST
  122. help
  123. Say Y here if you have a AUO display with in-cell touchscreen
  124. using Pixcir ICs.
  125. If unsure, say N.
  126. To compile this driver as a module, choose M here: the
  127. module will be called auo-pixcir-ts.
  128. config TOUCHSCREEN_BU21013
  129. tristate "BU21013 based touch panel controllers"
  130. depends on I2C
  131. help
  132. Say Y here if you have a bu21013 touchscreen connected to
  133. your system.
  134. If unsure, say N.
  135. To compile this driver as a module, choose M here: the
  136. module will be called bu21013_ts.
  137. config TOUCHSCREEN_BU21029
  138. tristate "Rohm BU21029 based touch panel controllers"
  139. depends on I2C
  140. help
  141. Say Y here if you have a Rohm BU21029 touchscreen controller
  142. connected to your system.
  143. If unsure, say N.
  144. To compile this driver as a module, choose M here: the
  145. module will be called bu21029_ts.
  146. config TOUCHSCREEN_CHIPONE_ICN8318
  147. tristate "chipone icn8318 touchscreen controller"
  148. depends on GPIOLIB || COMPILE_TEST
  149. depends on I2C
  150. depends on OF
  151. help
  152. Say Y here if you have a ChipOne icn8318 based I2C touchscreen.
  153. If unsure, say N.
  154. To compile this driver as a module, choose M here: the
  155. module will be called chipone_icn8318.
  156. config TOUCHSCREEN_CHIPONE_ICN8505
  157. tristate "chipone icn8505 touchscreen controller"
  158. depends on I2C && ACPI
  159. help
  160. Say Y here if you have a ChipOne icn8505 based I2C touchscreen.
  161. If unsure, say N.
  162. To compile this driver as a module, choose M here: the
  163. module will be called chipone_icn8505.
  164. config TOUCHSCREEN_CY8CTMA140
  165. tristate "cy8ctma140 touchscreen"
  166. depends on I2C
  167. help
  168. Say Y here if you have a Cypress CY8CTMA140 capacitive
  169. touchscreen also just known as "TMA140"
  170. If unsure, say N.
  171. To compile this driver as a module, choose M here: the
  172. module will be called cy8ctma140.
  173. config TOUCHSCREEN_CY8CTMG110
  174. tristate "cy8ctmg110 touchscreen"
  175. depends on I2C
  176. depends on GPIOLIB || COMPILE_TEST
  177. help
  178. Say Y here if you have a cy8ctmg110 capacitive touchscreen on
  179. an AAVA device.
  180. If unsure, say N.
  181. To compile this driver as a module, choose M here: the
  182. module will be called cy8ctmg110_ts.
  183. config TOUCHSCREEN_CYTTSP_CORE
  184. tristate "Cypress TTSP touchscreen"
  185. help
  186. Say Y here if you have a touchscreen using controller from
  187. the Cypress TrueTouch(tm) Standard Product family connected
  188. to your system. You will also need to select appropriate
  189. bus connection below.
  190. If unsure, say N.
  191. To compile this driver as a module, choose M here: the
  192. module will be called cyttsp_core.
  193. config TOUCHSCREEN_CYTTSP_I2C
  194. tristate "support I2C bus connection"
  195. depends on TOUCHSCREEN_CYTTSP_CORE && I2C
  196. help
  197. Say Y here if the touchscreen is connected via I2C bus.
  198. To compile this driver as a module, choose M here: the
  199. module will be called cyttsp_i2c.
  200. config TOUCHSCREEN_CYTTSP_SPI
  201. tristate "support SPI bus connection"
  202. depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER
  203. help
  204. Say Y here if the touchscreen is connected via SPI bus.
  205. To compile this driver as a module, choose M here: the
  206. module will be called cyttsp_spi.
  207. config TOUCHSCREEN_CYTTSP5
  208. tristate "Cypress TrueTouch Gen5 Touchscreen Driver"
  209. depends on I2C
  210. select REGMAP_I2C
  211. select CRC_ITU_T
  212. help
  213. Driver for Parade TrueTouch Standard Product Generation 5
  214. touchscreen controllers. I2C bus interface support only.
  215. Say Y here if you have a Cypress Gen5 touchscreen.
  216. If unsure, say N.
  217. To compile this driver as a module, choose M here: the
  218. module will be called cyttsp5.
  219. config TOUCHSCREEN_DA9034
  220. tristate "Touchscreen support for Dialog Semiconductor DA9034"
  221. depends on PMIC_DA903X
  222. default y
  223. help
  224. Say Y here to enable the support for the touchscreen found
  225. on Dialog Semiconductor DA9034 PMIC.
  226. If unsure, say N.
  227. To compile this driver as a module, choose M here: the
  228. module will be called da9034-ts.
  229. config TOUCHSCREEN_DA9052
  230. tristate "Dialog DA9052/DA9053 TSI"
  231. depends on PMIC_DA9052
  232. help
  233. Say Y here to support the touchscreen found on Dialog Semiconductor
  234. DA9052-BC and DA9053-AA/Bx PMICs.
  235. If unsure, say N.
  236. To compile this driver as a module, choose M here: the
  237. module will be called da9052_tsi.
  238. config TOUCHSCREEN_DYNAPRO
  239. tristate "Dynapro serial touchscreen"
  240. select SERIO
  241. help
  242. Say Y here if you have a Dynapro serial touchscreen connected to
  243. your system.
  244. If unsure, say N.
  245. To compile this driver as a module, choose M here: the
  246. module will be called dynapro.
  247. config TOUCHSCREEN_HAMPSHIRE
  248. tristate "Hampshire serial touchscreen"
  249. select SERIO
  250. help
  251. Say Y here if you have a Hampshire serial touchscreen connected to
  252. your system.
  253. If unsure, say N.
  254. To compile this driver as a module, choose M here: the
  255. module will be called hampshire.
  256. config TOUCHSCREEN_EETI
  257. tristate "EETI touchscreen panel support"
  258. depends on I2C
  259. help
  260. Say Y here to enable support for I2C connected EETI touch panels.
  261. To compile this driver as a module, choose M here: the
  262. module will be called eeti_ts.
  263. config TOUCHSCREEN_EGALAX
  264. tristate "EETI eGalax multi-touch panel support"
  265. depends on I2C && OF
  266. help
  267. Say Y here to enable support for I2C connected EETI
  268. eGalax multi-touch panels.
  269. To compile this driver as a module, choose M here: the
  270. module will be called egalax_ts.
  271. config TOUCHSCREEN_EGALAX_SERIAL
  272. tristate "EETI eGalax serial touchscreen"
  273. select SERIO
  274. help
  275. Say Y here to enable support for serial connected EETI
  276. eGalax touch panels.
  277. To compile this driver as a module, choose M here: the
  278. module will be called egalax_ts_serial.
  279. config TOUCHSCREEN_EXC3000
  280. tristate "EETI EXC3000 multi-touch panel support"
  281. depends on I2C
  282. help
  283. Say Y here to enable support for I2C connected EETI
  284. EXC3000 multi-touch panels.
  285. To compile this driver as a module, choose M here: the
  286. module will be called exc3000.
  287. config TOUCHSCREEN_FUJITSU
  288. tristate "Fujitsu serial touchscreen"
  289. select SERIO
  290. help
  291. Say Y here if you have the Fujitsu touchscreen (such as one
  292. installed in Lifebook P series laptop) connected to your
  293. system.
  294. If unsure, say N.
  295. To compile this driver as a module, choose M here: the
  296. module will be called fujitsu-ts.
  297. config TOUCHSCREEN_GOODIX
  298. tristate "Goodix I2C touchscreen"
  299. depends on I2C
  300. depends on GPIOLIB || COMPILE_TEST
  301. help
  302. Say Y here if you have the Goodix touchscreen (such as one
  303. installed in Onda v975w tablets) connected to your
  304. system. It also supports 5-finger chip models, which can be
  305. found on ARM tablets, like Wexler TAB7200 and MSI Primo73.
  306. If unsure, say N.
  307. To compile this driver as a module, choose M here: the
  308. module will be called goodix.
  309. config TOUCHSCREEN_GOODIX_BERLIN_CORE
  310. tristate
  311. config TOUCHSCREEN_GOODIX_BERLIN_I2C
  312. tristate "Goodix Berlin I2C touchscreen"
  313. depends on I2C
  314. select REGMAP_I2C
  315. select TOUCHSCREEN_GOODIX_BERLIN_CORE
  316. help
  317. Say Y here if you have a Goodix Berlin IC connected to
  318. your system via I2C.
  319. If unsure, say N.
  320. To compile this driver as a module, choose M here: the
  321. module will be called goodix_berlin_i2c.
  322. config TOUCHSCREEN_GOODIX_BERLIN_SPI
  323. tristate "Goodix Berlin SPI touchscreen"
  324. depends on SPI_MASTER
  325. select REGMAP
  326. select TOUCHSCREEN_GOODIX_BERLIN_CORE
  327. help
  328. Say Y here if you have a Goodix Berlin IC connected to
  329. your system via SPI.
  330. If unsure, say N.
  331. To compile this driver as a module, choose M here: the
  332. module will be called goodix_berlin_spi.
  333. config TOUCHSCREEN_HIDEEP
  334. tristate "HiDeep Touch IC"
  335. depends on I2C
  336. select REGMAP_I2C
  337. help
  338. Say Y here if you have a touchscreen using HiDeep.
  339. If unsure, say N.
  340. To compile this driver as a module, choose M here : the
  341. module will be called hideep_ts.
  342. config TOUCHSCREEN_HIMAX_HX852X
  343. tristate "Himax HX852x(ES) touchscreen"
  344. depends on I2C
  345. help
  346. Say Y here if you have a Himax HX852x(ES) touchscreen.
  347. If unsure, say N.
  348. To compile this driver as a module, choose M here: the module
  349. will be called himax_hx852x.
  350. config TOUCHSCREEN_HYCON_HY46XX
  351. tristate "Hycon hy46xx touchscreen support"
  352. depends on I2C
  353. select REGMAP_I2C
  354. help
  355. Say Y here if you have a touchscreen using Hycon hy46xx
  356. If unsure, say N.
  357. To compile this driver as a module, choose M here: the
  358. module will be called hycon-hy46xx.
  359. config TOUCHSCREEN_HYNITRON_CSTXXX
  360. tristate "Hynitron touchscreen support"
  361. depends on I2C
  362. help
  363. Say Y here if you have a touchscreen using a Hynitron
  364. touchscreen controller.
  365. If unsure, say N.
  366. To compile this driver as a module, choose M here: the
  367. module will be called hynitron-cstxxx.
  368. config TOUCHSCREEN_HYNITRON_CST816X
  369. tristate "Hynitron CST816x touchscreen"
  370. depends on I2C
  371. help
  372. Say Y here if you have a touchscreen using a Hynitron
  373. CST816x series touchscreen controller.
  374. If unsure, say N.
  375. To compile this driver as a module, choose M here: the
  376. module will be called hynitron-cst816x.
  377. config TOUCHSCREEN_ILI210X
  378. tristate "Ilitek ILI210X based touchscreen"
  379. depends on I2C
  380. select CRC_CCITT
  381. help
  382. Say Y here if you have a ILI210X based touchscreen
  383. controller. This driver supports models ILI2102,
  384. ILI2102s, ILI2103, ILI2103s and ILI2105.
  385. Such kind of chipsets can be found in Amazon Kindle Fire
  386. touchscreens.
  387. If unsure, say N.
  388. To compile this driver as a module, choose M here: the
  389. module will be called ili210x.
  390. config TOUCHSCREEN_ILITEK
  391. tristate "Ilitek I2C 213X/23XX/25XX/Lego Series Touch ICs"
  392. depends on I2C
  393. help
  394. Say Y here if you have touchscreen with ILITEK touch IC,
  395. it supports 213X/23XX/25XX and other Lego series.
  396. If unsure, say N.
  397. To compile this driver as a module, choose M here: the
  398. module will be called ilitek_ts_i2c.
  399. config TOUCHSCREEN_IPROC
  400. tristate "IPROC touch panel driver support"
  401. depends on ARCH_BCM_IPROC || COMPILE_TEST
  402. help
  403. Say Y here if you want to add support for the IPROC touch
  404. controller to your system.
  405. If unsure, say N.
  406. To compile this driver as a module, choose M here: the
  407. module will be called bcm_iproc_tsc.
  408. config TOUCHSCREEN_S6SY761
  409. tristate "Samsung S6SY761 Touchscreen driver"
  410. depends on I2C
  411. help
  412. Say Y if you have the Samsung S6SY761 driver
  413. If unsure, say N
  414. To compile this driver as module, choose M here: the
  415. module will be called s6sy761.
  416. config TOUCHSCREEN_GUNZE
  417. tristate "Gunze AHL-51S touchscreen"
  418. select SERIO
  419. help
  420. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  421. your system.
  422. If unsure, say N.
  423. To compile this driver as a module, choose M here: the
  424. module will be called gunze.
  425. config TOUCHSCREEN_EKTF2127
  426. tristate "Elan eKTF2127 I2C touchscreen"
  427. depends on I2C
  428. help
  429. Say Y here if you have an Elan eKTF2127 touchscreen
  430. connected to your system.
  431. If unsure, say N.
  432. To compile this driver as a module, choose M here: the
  433. module will be called ektf2127.
  434. config TOUCHSCREEN_ELAN
  435. tristate "Elan eKTH I2C touchscreen"
  436. depends on I2C
  437. help
  438. Say Y here if you have an Elan eKTH I2C touchscreen
  439. connected to your system.
  440. If unsure, say N.
  441. To compile this driver as a module, choose M here: the
  442. module will be called elants_i2c.
  443. config TOUCHSCREEN_ELO
  444. tristate "Elo serial touchscreens"
  445. select SERIO
  446. help
  447. Say Y here if you have an Elo serial touchscreen connected to
  448. your system.
  449. If unsure, say N.
  450. To compile this driver as a module, choose M here: the
  451. module will be called elo.
  452. config TOUCHSCREEN_WACOM_W8001
  453. tristate "Wacom W8001 penabled serial touchscreen"
  454. select SERIO
  455. help
  456. Say Y here if you have an Wacom W8001 penabled serial touchscreen
  457. connected to your system.
  458. If unsure, say N.
  459. To compile this driver as a module, choose M here: the
  460. module will be called wacom_w8001.
  461. config TOUCHSCREEN_WACOM_I2C
  462. tristate "Wacom Tablet support (I2C)"
  463. depends on I2C
  464. help
  465. Say Y here if you want to use the I2C version of the Wacom
  466. Pen Tablet.
  467. If unsure, say N.
  468. To compile this driver as a module, choose M here: the module
  469. will be called wacom_i2c.
  470. config TOUCHSCREEN_LPC32XX
  471. tristate "LPC32XX touchscreen controller"
  472. depends on ARCH_LPC32XX
  473. help
  474. Say Y here if you have a LPC32XX device and want
  475. to support the built-in touchscreen.
  476. To compile this driver as a module, choose M here: the
  477. module will be called lpc32xx_ts.
  478. config TOUCHSCREEN_MAX11801
  479. tristate "MAX11801 based touchscreens"
  480. depends on I2C
  481. help
  482. Say Y here if you have a MAX11801 based touchscreen
  483. controller.
  484. If unsure, say N.
  485. To compile this driver as a module, choose M here: the
  486. module will be called max11801_ts.
  487. config TOUCHSCREEN_MMS114
  488. tristate "MELFAS MMS114 touchscreen"
  489. depends on I2C
  490. help
  491. Say Y here if you have the MELFAS MMS114 touchscreen controller
  492. chip in your system.
  493. If unsure, say N.
  494. To compile this driver as a module, choose M here: the
  495. module will be called mms114.
  496. config TOUCHSCREEN_MELFAS_MIP4
  497. tristate "MELFAS MIP4 Touchscreen"
  498. depends on I2C
  499. help
  500. Say Y here if you have a MELFAS MIP4 Touchscreen device.
  501. If unsure, say N.
  502. To compile this driver as a module, choose M here:
  503. the module will be called melfas_mip4.
  504. config TOUCHSCREEN_MSG2638
  505. tristate "MStar msg2638 touchscreen support"
  506. depends on I2C
  507. depends on GPIOLIB || COMPILE_TEST
  508. help
  509. Say Y here if you have an I2C touchscreen using MStar msg2638.
  510. If unsure, say N.
  511. To compile this driver as a module, choose M here: the
  512. module will be called msg2638.
  513. config TOUCHSCREEN_MTOUCH
  514. tristate "MicroTouch serial touchscreens"
  515. select SERIO
  516. help
  517. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  518. your system.
  519. If unsure, say N.
  520. To compile this driver as a module, choose M here: the
  521. module will be called mtouch.
  522. config TOUCHSCREEN_NOVATEK_NVT_TS
  523. tristate "Novatek NT11205 touchscreen support"
  524. depends on I2C
  525. help
  526. Say Y here if you have a Novatek NT11205 touchscreen.
  527. If unsure, say N.
  528. To compile this driver as a module, choose M here: the
  529. module will be called novatek-nvt-ts.
  530. config TOUCHSCREEN_IMAGIS
  531. tristate "Imagis touchscreen support"
  532. depends on I2C
  533. help
  534. Say Y here if you have an Imagis IST30xxC touchscreen.
  535. If unsure, say N.
  536. To compile this driver as a module, choose M here: the
  537. module will be called imagis.
  538. config TOUCHSCREEN_IMX6UL_TSC
  539. tristate "Freescale i.MX6UL touchscreen controller"
  540. depends on ((OF && GPIOLIB) || COMPILE_TEST) && HAS_IOMEM
  541. help
  542. Say Y here if you have a Freescale i.MX6UL, and want to
  543. use the internal touchscreen controller.
  544. If unsure, say N.
  545. To compile this driver as a module, choose M here: the
  546. module will be called imx6ul_tsc.
  547. config TOUCHSCREEN_INEXIO
  548. tristate "iNexio serial touchscreens"
  549. select SERIO
  550. help
  551. Say Y here if you have an iNexio serial touchscreen connected to
  552. your system.
  553. If unsure, say N.
  554. To compile this driver as a module, choose M here: the
  555. module will be called inexio.
  556. config TOUCHSCREEN_MK712
  557. tristate "ICS MicroClock MK712 touchscreen"
  558. depends on ISA
  559. help
  560. Say Y here if you have the ICS MicroClock MK712 touchscreen
  561. controller chip in your system.
  562. If unsure, say N.
  563. To compile this driver as a module, choose M here: the
  564. module will be called mk712.
  565. config TOUCHSCREEN_HP600
  566. tristate "HP Jornada 6xx touchscreen"
  567. depends on SH_HP6XX && SH_ADC
  568. help
  569. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  570. support the built-in touchscreen.
  571. To compile this driver as a module, choose M here: the
  572. module will be called hp680_ts_input.
  573. config TOUCHSCREEN_HP7XX
  574. tristate "HP Jornada 7xx touchscreen"
  575. depends on SA1100_JORNADA720_SSP
  576. help
  577. Say Y here if you have a HP Jornada 710/720/728 and want
  578. to support the built-in touchscreen.
  579. To compile this driver as a module, choose M here: the
  580. module will be called jornada720_ts.
  581. config TOUCHSCREEN_IPAQ_MICRO
  582. tristate "HP iPAQ Atmel Micro ASIC touchscreen"
  583. depends on MFD_IPAQ_MICRO
  584. help
  585. Say Y here to enable support for the touchscreen attached to
  586. the Atmel Micro peripheral controller on iPAQ h3100/h3600/h3700
  587. If unsure, say N.
  588. To compile this driver as a module, choose M here: the
  589. module will be called ipaq-micro-ts.
  590. config TOUCHSCREEN_HTCPEN
  591. tristate "HTC Shift X9500 touchscreen"
  592. depends on ISA
  593. help
  594. Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  595. Clio / Shangrila and want to support the built-in touchscreen.
  596. If unsure, say N.
  597. To compile this driver as a module, choose M here: the
  598. module will be called htcpen.
  599. config TOUCHSCREEN_PENMOUNT
  600. tristate "Penmount serial touchscreen"
  601. select SERIO
  602. help
  603. Say Y here if you have a Penmount serial touchscreen connected to
  604. your system.
  605. If unsure, say N.
  606. To compile this driver as a module, choose M here: the
  607. module will be called penmount.
  608. config TOUCHSCREEN_EDT_FT5X06
  609. tristate "EDT FocalTech FT5x06 I2C Touchscreen support"
  610. depends on I2C
  611. select REGMAP_I2C
  612. help
  613. Say Y here if you have an EDT "Polytouch" touchscreen based
  614. on the FocalTech FT5x06 family of controllers connected to
  615. your system.
  616. If unsure, say N.
  617. To compile this driver as a module, choose M here: the
  618. module will be called edt-ft5x06.
  619. config TOUCHSCREEN_RASPBERRYPI_FW
  620. tristate "Raspberry Pi's firmware base touch screen support"
  621. depends on RASPBERRYPI_FIRMWARE || (RASPBERRYPI_FIRMWARE=n && COMPILE_TEST)
  622. help
  623. Say Y here if you have the official Raspberry Pi 7 inch screen on
  624. your system.
  625. If unsure, say N.
  626. To compile this driver as a module, choose M here: the
  627. module will be called raspberrypi-ts.
  628. config TOUCHSCREEN_MIGOR
  629. tristate "Renesas MIGO-R touchscreen"
  630. depends on (SH_MIGOR || COMPILE_TEST) && I2C
  631. help
  632. Say Y here to enable MIGO-R touchscreen support.
  633. If unsure, say N.
  634. To compile this driver as a module, choose M here: the
  635. module will be called migor_ts.
  636. config TOUCHSCREEN_TOUCHRIGHT
  637. tristate "Touchright serial touchscreen"
  638. select SERIO
  639. help
  640. Say Y here if you have a Touchright serial touchscreen connected to
  641. your system.
  642. If unsure, say N.
  643. To compile this driver as a module, choose M here: the
  644. module will be called touchright.
  645. config TOUCHSCREEN_TOUCHWIN
  646. tristate "Touchwin serial touchscreen"
  647. select SERIO
  648. help
  649. Say Y here if you have a Touchwin serial touchscreen connected to
  650. your system.
  651. If unsure, say N.
  652. To compile this driver as a module, choose M here: the
  653. module will be called touchwin.
  654. config TOUCHSCREEN_TI_AM335X_TSC
  655. tristate "TI Touchscreen Interface"
  656. depends on MFD_TI_AM335X_TSCADC
  657. help
  658. Say Y here if you have 4/5/8 wire touchscreen controller
  659. to be connected to the ADC controller on your TI AM335x SoC.
  660. If unsure, say N.
  661. To compile this driver as a module, choose M here: the
  662. module will be called ti_am335x_tsc.
  663. config TOUCHSCREEN_PIXCIR
  664. tristate "PIXCIR I2C touchscreens"
  665. depends on I2C
  666. help
  667. Say Y here if you have a pixcir i2c touchscreen
  668. controller.
  669. If unsure, say N.
  670. To compile this driver as a module, choose M here: the
  671. module will be called pixcir_i2c_ts.
  672. config TOUCHSCREEN_WDT87XX_I2C
  673. tristate "Weida HiTech I2C touchscreen"
  674. depends on I2C
  675. help
  676. Say Y here if you have a Weida WDT87XX I2C touchscreen
  677. connected to your system.
  678. If unsure, say N.
  679. To compile this driver as a module, choose M here: the
  680. module will be called wdt87xx_i2c.
  681. config TOUCHSCREEN_WM831X
  682. tristate "Support for WM831x touchscreen controllers"
  683. depends on MFD_WM831X
  684. help
  685. This enables support for the touchscreen controller on the WM831x
  686. series of PMICs.
  687. To compile this driver as a module, choose M here: the
  688. module will be called wm831x-ts.
  689. config TOUCHSCREEN_WM97XX
  690. tristate "Support for WM97xx AC97 touchscreen controllers"
  691. depends on AC97_BUS || AC97_BUS_NEW
  692. help
  693. Say Y here if you have a Wolfson Microelectronics WM97xx
  694. touchscreen connected to your system. Note that this option
  695. only enables core driver, you will also need to select
  696. support for appropriate chip below.
  697. If unsure, say N.
  698. To compile this driver as a module, choose M here: the
  699. module will be called wm97xx-ts.
  700. config TOUCHSCREEN_WM9705
  701. bool "WM9705 Touchscreen interface support"
  702. depends on TOUCHSCREEN_WM97XX
  703. default y
  704. help
  705. Say Y here to enable support for the Wolfson Microelectronics
  706. WM9705 touchscreen controller.
  707. config TOUCHSCREEN_WM9712
  708. bool "WM9712 Touchscreen interface support"
  709. depends on TOUCHSCREEN_WM97XX
  710. default y
  711. help
  712. Say Y here to enable support for the Wolfson Microelectronics
  713. WM9712 touchscreen controller.
  714. config TOUCHSCREEN_WM9713
  715. bool "WM9713 Touchscreen interface support"
  716. depends on TOUCHSCREEN_WM97XX
  717. default y
  718. help
  719. Say Y here to enable support for the Wolfson Microelectronics
  720. WM9713 touchscreen controller.
  721. config TOUCHSCREEN_WM97XX_MAINSTONE
  722. tristate "WM97xx Mainstone/Palm accelerated touch"
  723. depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  724. depends on SND_PXA2XX_LIB_AC97
  725. help
  726. Say Y here for support for streaming mode with WM97xx touchscreens
  727. on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
  728. If unsure, say N.
  729. To compile this driver as a module, choose M here: the
  730. module will be called mainstone-wm97xx.
  731. config TOUCHSCREEN_USB_COMPOSITE
  732. tristate "USB Touchscreen Driver"
  733. depends on USB_ARCH_HAS_HCD
  734. select USB
  735. help
  736. USB Touchscreen driver for:
  737. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  738. - PanJit TouchSet USB
  739. - 3M MicroTouch USB (EX II series)
  740. - ITM
  741. - some other eTurboTouch
  742. - Gunze AHL61
  743. - DMC TSC-10/25
  744. - IRTOUCHSYSTEMS/UNITOP
  745. - IdealTEK URTC1000
  746. - GoTop Super_Q2/GogoPen/PenPower tablets
  747. - JASTEC USB Touch Controller/DigiTech DTR-02U
  748. - Zytronic controllers
  749. - Elo TouchSystems 2700 IntelliTouch
  750. - EasyTouch USB Touch Controller from Data Module
  751. - e2i (Mimo monitors)
  752. Have a look at <http://linux.chapter7.ch/touchkit/> for
  753. a usage description and the required user-space stuff.
  754. To compile this driver as a module, choose M here: the
  755. module will be called usbtouchscreen.
  756. config TOUCHSCREEN_MXS_LRADC
  757. tristate "Freescale i.MX23/i.MX28 LRADC touchscreen"
  758. depends on MFD_MXS_LRADC
  759. help
  760. Say Y here if you have a touchscreen connected to the low-resolution
  761. analog-to-digital converter (LRADC) on an i.MX23 or i.MX28 processor.
  762. To compile this driver as a module, choose M here: the module will be
  763. called mxs-lradc-ts.
  764. config TOUCHSCREEN_MX25
  765. tristate "Freescale i.MX25 touchscreen input driver"
  766. depends on MFD_MX25_TSADC
  767. help
  768. Enable support for touchscreen connected to your i.MX25.
  769. To compile this driver as a module, choose M here: the
  770. module will be called fsl-imx25-tcq.
  771. config TOUCHSCREEN_MC13783
  772. tristate "Freescale MC13783 touchscreen input driver"
  773. depends on MFD_MC13XXX
  774. help
  775. Say Y here if you have an Freescale MC13783 PMIC on your
  776. board and want to use its touchscreen
  777. If unsure, say N.
  778. To compile this driver as a module, choose M here: the
  779. module will be called mc13783_ts.
  780. config TOUCHSCREEN_USB_EGALAX
  781. default y
  782. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
  783. depends on TOUCHSCREEN_USB_COMPOSITE
  784. config TOUCHSCREEN_USB_PANJIT
  785. default y
  786. bool "PanJit device support" if EXPERT
  787. depends on TOUCHSCREEN_USB_COMPOSITE
  788. config TOUCHSCREEN_USB_3M
  789. default y
  790. bool "3M/Microtouch EX II series device support" if EXPERT
  791. depends on TOUCHSCREEN_USB_COMPOSITE
  792. config TOUCHSCREEN_USB_ITM
  793. default y
  794. bool "ITM device support" if EXPERT
  795. depends on TOUCHSCREEN_USB_COMPOSITE
  796. config TOUCHSCREEN_USB_ETURBO
  797. default y
  798. bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
  799. depends on TOUCHSCREEN_USB_COMPOSITE
  800. config TOUCHSCREEN_USB_GUNZE
  801. default y
  802. bool "Gunze AHL61 device support" if EXPERT
  803. depends on TOUCHSCREEN_USB_COMPOSITE
  804. config TOUCHSCREEN_USB_DMC_TSC10
  805. default y
  806. bool "DMC TSC-10/25 device support" if EXPERT
  807. depends on TOUCHSCREEN_USB_COMPOSITE
  808. config TOUCHSCREEN_USB_IRTOUCH
  809. default y
  810. bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
  811. depends on TOUCHSCREEN_USB_COMPOSITE
  812. config TOUCHSCREEN_USB_IDEALTEK
  813. default y
  814. bool "IdealTEK URTC1000 device support" if EXPERT
  815. depends on TOUCHSCREEN_USB_COMPOSITE
  816. config TOUCHSCREEN_USB_GENERAL_TOUCH
  817. default y
  818. bool "GeneralTouch Touchscreen device support" if EXPERT
  819. depends on TOUCHSCREEN_USB_COMPOSITE
  820. config TOUCHSCREEN_USB_GOTOP
  821. default y
  822. bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
  823. depends on TOUCHSCREEN_USB_COMPOSITE
  824. config TOUCHSCREEN_USB_JASTEC
  825. default y
  826. bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
  827. depends on TOUCHSCREEN_USB_COMPOSITE
  828. config TOUCHSCREEN_USB_ELO
  829. default y
  830. bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
  831. depends on TOUCHSCREEN_USB_COMPOSITE
  832. config TOUCHSCREEN_USB_E2I
  833. default y
  834. bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT
  835. depends on TOUCHSCREEN_USB_COMPOSITE
  836. config TOUCHSCREEN_USB_ZYTRONIC
  837. default y
  838. bool "Zytronic controller" if EXPERT
  839. depends on TOUCHSCREEN_USB_COMPOSITE
  840. config TOUCHSCREEN_USB_ETT_TC45USB
  841. default y
  842. bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
  843. depends on TOUCHSCREEN_USB_COMPOSITE
  844. config TOUCHSCREEN_USB_NEXIO
  845. default y
  846. bool "NEXIO/iNexio device support" if EXPERT
  847. depends on TOUCHSCREEN_USB_COMPOSITE
  848. config TOUCHSCREEN_USB_EASYTOUCH
  849. default y
  850. bool "EasyTouch USB Touch controller device support" if EXPERT
  851. depends on TOUCHSCREEN_USB_COMPOSITE
  852. help
  853. Say Y here if you have an EasyTouch USB Touch controller.
  854. If unsure, say N.
  855. config TOUCHSCREEN_TOUCHIT213
  856. tristate "Sahara TouchIT-213 touchscreen"
  857. select SERIO
  858. help
  859. Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  860. If unsure, say N.
  861. To compile this driver as a module, choose M here: the
  862. module will be called touchit213.
  863. config TOUCHSCREEN_TS4800
  864. tristate "TS-4800 touchscreen"
  865. depends on HAS_IOMEM && OF
  866. depends on SOC_IMX51 || COMPILE_TEST
  867. select MFD_SYSCON
  868. help
  869. Say Y here if you have a touchscreen on a TS-4800 board.
  870. On TS-4800, the touchscreen is not handled directly by Linux but by
  871. a companion FPGA.
  872. If unsure, say N.
  873. To compile this driver as a module, choose M here: the
  874. module will be called ts4800_ts.
  875. config TOUCHSCREEN_TSC_SERIO
  876. tristate "TSC-10/25/40 serial touchscreen support"
  877. select SERIO
  878. help
  879. Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
  880. to your system.
  881. If unsure, say N.
  882. To compile this driver as a module, choose M here: the
  883. module will be called tsc40.
  884. config TOUCHSCREEN_TSC200X_CORE
  885. tristate
  886. config TOUCHSCREEN_TSC2004
  887. tristate "TSC2004 based touchscreens"
  888. depends on I2C
  889. select REGMAP_I2C
  890. select TOUCHSCREEN_TSC200X_CORE
  891. help
  892. Say Y here if you have a TSC2004 based touchscreen.
  893. If unsure, say N.
  894. To compile this driver as a module, choose M here: the
  895. module will be called tsc2004.
  896. config TOUCHSCREEN_TSC2005
  897. tristate "TSC2005 based touchscreens"
  898. depends on SPI_MASTER
  899. select REGMAP_SPI
  900. select TOUCHSCREEN_TSC200X_CORE
  901. help
  902. Say Y here if you have a TSC2005 based touchscreen.
  903. If unsure, say N.
  904. To compile this driver as a module, choose M here: the
  905. module will be called tsc2005.
  906. config TOUCHSCREEN_TSC2007
  907. tristate "TSC2007 based touchscreens"
  908. depends on I2C
  909. help
  910. Say Y here if you have a TSC2007 based touchscreen.
  911. If unsure, say N.
  912. To compile this driver as a module, choose M here: the
  913. module will be called tsc2007.
  914. config TOUCHSCREEN_TSC2007_IIO
  915. bool "IIO interface for external ADC input and temperature"
  916. depends on TOUCHSCREEN_TSC2007
  917. depends on IIO=y || IIO=TOUCHSCREEN_TSC2007
  918. help
  919. Saying Y here adds an iio interface to the tsc2007 which
  920. provides values for the AUX input (used for e.g. battery
  921. or ambient light monitoring), temperature and raw input
  922. values.
  923. config TOUCHSCREEN_PCAP
  924. tristate "Motorola PCAP touchscreen"
  925. depends on EZX_PCAP
  926. help
  927. Say Y here if you have a Motorola EZX telephone and
  928. want to enable support for the built-in touchscreen.
  929. To compile this driver as a module, choose M here: the
  930. module will be called pcap_ts.
  931. config TOUCHSCREEN_RM_TS
  932. tristate "Raydium I2C Touchscreen"
  933. depends on I2C
  934. depends on GPIOLIB || COMPILE_TEST
  935. help
  936. Say Y here if you have Raydium series I2C touchscreen,
  937. such as RM32380, connected to your system.
  938. If unsure, say N.
  939. To compile this driver as a module, choose M here: the
  940. module will be called raydium_i2c_ts.
  941. config TOUCHSCREEN_SILEAD
  942. tristate "Silead I2C touchscreen"
  943. depends on I2C
  944. help
  945. Say Y here if you have the Silead touchscreen connected to
  946. your system.
  947. If unsure, say N.
  948. To compile this driver as a module, choose M here: the
  949. module will be called silead.
  950. config TOUCHSCREEN_SIS_I2C
  951. tristate "SiS 9200 family I2C touchscreen"
  952. depends on I2C
  953. select CRC_ITU_T
  954. depends on GPIOLIB || COMPILE_TEST
  955. help
  956. This enables support for SiS 9200 family over I2C based touchscreens.
  957. If unsure, say N.
  958. To compile this driver as a module, choose M here: the
  959. module will be called sis_i2c.
  960. config TOUCHSCREEN_ST1232
  961. tristate "Sitronix ST1232 or ST1633 touchscreen controllers"
  962. depends on I2C
  963. help
  964. Say Y here if you want to support the Sitronix ST1232
  965. or ST1633 touchscreen controller.
  966. If unsure, say N.
  967. To compile this driver as a module, choose M here: the
  968. module will be called st1232_ts.
  969. config TOUCHSCREEN_STMFTS
  970. tristate "STMicroelectronics STMFTS touchscreen"
  971. depends on I2C
  972. depends on LEDS_CLASS
  973. help
  974. Say Y here if you want support for STMicroelectronics
  975. STMFTS touchscreen.
  976. To compile this driver as a module, choose M here: the
  977. module will be called stmfts.
  978. config TOUCHSCREEN_STMPE
  979. tristate "STMicroelectronics STMPE touchscreens"
  980. depends on MFD_STMPE
  981. depends on OF
  982. help
  983. Say Y here if you want support for STMicroelectronics
  984. STMPE touchscreen controllers.
  985. To compile this driver as a module, choose M here: the
  986. module will be called stmpe-ts.
  987. config TOUCHSCREEN_SUN4I
  988. tristate "Allwinner sun4i resistive touchscreen controller support"
  989. depends on ARCH_SUNXI || COMPILE_TEST
  990. depends on HWMON
  991. depends on THERMAL || !THERMAL_OF
  992. help
  993. This selects support for the resistive touchscreen controller
  994. found on Allwinner sunxi SoCs.
  995. To compile this driver as a module, choose M here: the
  996. module will be called sun4i-ts.
  997. config TOUCHSCREEN_SUR40
  998. tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen"
  999. depends on USB && MEDIA_USB_SUPPORT && HAS_DMA
  1000. depends on VIDEO_DEV
  1001. select VIDEOBUF2_DMA_SG
  1002. help
  1003. Say Y here if you want support for the Samsung SUR40 touchscreen
  1004. (also known as Microsoft Surface 2.0 or Microsoft PixelSense).
  1005. To compile this driver as a module, choose M here: the
  1006. module will be called sur40.
  1007. config TOUCHSCREEN_SURFACE3_SPI
  1008. tristate "Ntrig/Microsoft Surface 3 SPI touchscreen"
  1009. depends on SPI
  1010. depends on GPIOLIB || COMPILE_TEST
  1011. help
  1012. Say Y here if you have the Ntrig/Microsoft SPI touchscreen
  1013. controller chip as found on the Surface 3 in your system.
  1014. If unsure, say N.
  1015. To compile this driver as a module, choose M here: the
  1016. module will be called surface3_spi.
  1017. config TOUCHSCREEN_SX8654
  1018. tristate "Semtech SX8654 touchscreen"
  1019. depends on I2C
  1020. help
  1021. Say Y here if you have a Semtech SX8654 touchscreen controller.
  1022. If unsure, say N
  1023. To compile this driver as a module, choose M here: the
  1024. module will be called sx8654.
  1025. config TOUCHSCREEN_TPS6507X
  1026. tristate "TPS6507x based touchscreens"
  1027. depends on I2C
  1028. help
  1029. Say Y here if you have a TPS6507x based touchscreen
  1030. controller.
  1031. If unsure, say N.
  1032. To compile this driver as a module, choose M here: the
  1033. module will be called tps6507x_ts.
  1034. config TOUCHSCREEN_ZET6223
  1035. tristate "Zeitec ZET6223 touchscreen driver"
  1036. depends on I2C
  1037. help
  1038. Say Y here if you have a touchscreen using Zeitec ZET6223
  1039. If unsure, say N.
  1040. To compile this driver as a module, choose M here: the
  1041. module will be called zet6223.
  1042. config TOUCHSCREEN_ZFORCE
  1043. tristate "Neonode zForce infrared touchscreens"
  1044. depends on I2C
  1045. depends on GPIOLIB || COMPILE_TEST
  1046. help
  1047. Say Y here if you have a touchscreen using the zforce
  1048. infraread technology from Neonode.
  1049. If unsure, say N.
  1050. To compile this driver as a module, choose M here: the
  1051. module will be called zforce_ts.
  1052. config TOUCHSCREEN_COLIBRI_VF50
  1053. tristate "Toradex Colibri on board touchscreen driver"
  1054. depends on IIO
  1055. depends on GPIOLIB || COMPILE_TEST
  1056. help
  1057. Say Y here if you have a Colibri VF50 and plan to use
  1058. the on-board provided 4-wire touchscreen driver.
  1059. If unsure, say N.
  1060. To compile this driver as a module, choose M here: the
  1061. module will be called colibri_vf50_ts.
  1062. config TOUCHSCREEN_ROHM_BU21023
  1063. tristate "ROHM BU21023/24 Dual touch support resistive touchscreens"
  1064. depends on I2C
  1065. help
  1066. Say Y here if you have a touchscreen using ROHM BU21023/24.
  1067. If unsure, say N.
  1068. To compile this driver as a module, choose M here: the
  1069. module will be called bu21023_ts.
  1070. config TOUCHSCREEN_IQS5XX
  1071. tristate "Azoteq IQS550/572/525 trackpad/touchscreen controller"
  1072. depends on I2C
  1073. help
  1074. Say Y to enable support for the Azoteq IQS550/572/525
  1075. family of trackpad/touchscreen controllers.
  1076. To compile this driver as a module, choose M here: the
  1077. module will be called iqs5xx.
  1078. config TOUCHSCREEN_IQS7211
  1079. tristate "Azoteq IQS7210A/7211A/E trackpad/touchscreen controller"
  1080. depends on I2C
  1081. help
  1082. Say Y to enable support for the Azoteq IQS7210A/7211A/E
  1083. family of trackpad/touchscreen controllers.
  1084. To compile this driver as a module, choose M here: the
  1085. module will be called iqs7211.
  1086. config TOUCHSCREEN_ZINITIX
  1087. tristate "Zinitix touchscreen support"
  1088. depends on I2C
  1089. help
  1090. Say Y here if you have a touchscreen using Zinitix bt541,
  1091. or something similar enough.
  1092. If unsure, say N.
  1093. To compile this driver as a module, choose M here: the
  1094. module will be called zinitix.
  1095. config TOUCHSCREEN_HIMAX_HX83112B
  1096. tristate "Himax hx83112b touchscreen driver"
  1097. depends on I2C
  1098. select REGMAP_I2C
  1099. help
  1100. Say Y here to enable support for Himax hx83112b touchscreens.
  1101. If unsure, say N.
  1102. To compile this driver as a module, choose M here: the
  1103. module will be called himax_hx83112b.
  1104. endif