Kconfig 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  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_ZINITIX_BT532
  12. tristate "ZINITIX BT532 I2C Touchscreen"
  13. depends on I2C
  14. help
  15. Say Y here if you have Zinitix BT532 I2C touchscreen,
  16. such as BT532, connected to your system.
  17. If unsure, say N.
  18. To compile this driver as a module, choose M here: the
  19. module will be called BT532.
  20. config TOUCHSCREEN_MMS252
  21. tristate "MELFAS MMS252 touchscreen driver"
  22. depends on I2C
  23. help
  24. Say Y here if you have a MELFAS MMS252 touchscreen.
  25. If unsure, say N.
  26. To compile this driver as a module, choose M here: the
  27. module will be called melfas-ts.
  28. config TOUCHSCREEN_MMS300
  29. tristate "MELFAS MMS300 touchscreen driver"
  30. depends on I2C
  31. help
  32. Say Y here if you have a MELFAS MMS300 touchscreen.
  33. If unsure, say N.
  34. To compile this driver as a module, choose M here: the
  35. module will be called mms_ts.
  36. config TOUCHSCREEN_MMS144
  37. tristate "Melfas MMS144 Touchscreen"
  38. depends on I2C
  39. help
  40. Say Y here if you have Melfas MMS144 series I2C touchscreen,
  41. connected to your system.
  42. If unsure, say N.
  43. To compile this driver as a module, choose M here: the
  44. module will be called mms_ts.
  45. config TOUCHSCREEN_MMS134S
  46. tristate "Melfas 134S i2c touchscreen"
  47. depends on I2C
  48. help
  49. Say Y here if you have Melfas MMS134S series I2C touchscreen,
  50. connected to your system.
  51. If unsure, say N.
  52. To compile this driver as a module, choose M here: the
  53. module will be called mms_ts.
  54. config TOUCHSCREEN_88PM860X
  55. tristate "Marvell 88PM860x touchscreen"
  56. depends on MFD_88PM860X
  57. help
  58. Say Y here if you have a 88PM860x PMIC and want to enable
  59. support for the built-in touchscreen.
  60. If unsure, say N.
  61. To compile this driver as a module, choose M here: the
  62. module will be called 88pm860x-ts.
  63. config TOUCHSCREEN_ADS7846
  64. tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens"
  65. depends on SPI_MASTER
  66. depends on HWMON = n || HWMON
  67. help
  68. Say Y here if you have a touchscreen interface using the
  69. ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller,
  70. and your board-specific setup code includes that in its
  71. table of SPI devices.
  72. If HWMON is selected, and the driver is told the reference voltage
  73. on your board, you will also get hwmon interfaces for the voltage
  74. (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip.
  75. If unsure, say N (but it's safe to say "Y").
  76. To compile this driver as a module, choose M here: the
  77. module will be called ads7846.
  78. config TOUCHSCREEN_AD7877
  79. tristate "AD7877 based touchscreens"
  80. depends on SPI_MASTER
  81. help
  82. Say Y here if you have a touchscreen interface using the
  83. AD7877 controller, and your board-specific initialization
  84. code includes that in its table of SPI devices.
  85. If unsure, say N (but it's safe to say "Y").
  86. To compile this driver as a module, choose M here: the
  87. module will be called ad7877.
  88. config TOUCHSCREEN_ATMEL_MAXTOUCH
  89. tristate "Atmel maXTouch based touchscreens"
  90. depends on I2C
  91. default n
  92. help
  93. Say Y here if you have an Atmel Maxtouch based touchscreen.
  94. If unsure, say N.
  95. To compile this driver as a module, choose M here: the
  96. module will be called maXTouch.
  97. config TOUCHSCREEN_AD7879
  98. tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
  99. help
  100. Say Y here if you want to support a touchscreen interface using
  101. the AD7879-1/AD7889-1 controller.
  102. You should select a bus connection too.
  103. To compile this driver as a module, choose M here: the
  104. module will be called ad7879.
  105. config TOUCHSCREEN_AD7879_I2C
  106. tristate "support I2C bus connection"
  107. depends on TOUCHSCREEN_AD7879 && I2C
  108. help
  109. Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
  110. To compile this driver as a module, choose M here: the
  111. module will be called ad7879-i2c.
  112. config TOUCHSCREEN_AD7879_SPI
  113. tristate "support SPI bus connection"
  114. depends on TOUCHSCREEN_AD7879 && SPI_MASTER
  115. help
  116. Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
  117. If unsure, say N (but it's safe to say "Y").
  118. To compile this driver as a module, choose M here: the
  119. module will be called ad7879-spi.
  120. config TOUCHSCREEN_ATMEL_MXT
  121. tristate "Atmel mXT I2C Touchscreen"
  122. depends on I2C
  123. help
  124. Say Y here if you have Atmel mXT series I2C touchscreen,
  125. such as AT42QT602240/ATMXT224, connected to your system.
  126. If unsure, say N.
  127. To compile this driver as a module, choose M here: the
  128. module will be called atmel_mxt_ts.
  129. config TOUCHSCREEN_ATMEL_MAXTOUCH_TS
  130. tristate "Atmel Maxtouch Touchscreen Family"
  131. depends on I2C
  132. help
  133. Say Y here if you have Atmel MaXTouch Touchscreen
  134. using i2c connected to your system.
  135. If unsure, say N.
  136. To compile this driver as a module, choose M here: the
  137. module will be called atmel_maxtouch_ts.
  138. config TOUCHSCREEN_AUO_PIXCIR
  139. tristate "AUO in-cell touchscreen using Pixcir ICs"
  140. depends on I2C
  141. depends on GPIOLIB
  142. help
  143. Say Y here if you have a AUO display with in-cell touchscreen
  144. using Pixcir ICs.
  145. If unsure, say N.
  146. To compile this driver as a module, choose M here: the
  147. module will be called auo-pixcir-ts.
  148. config TOUCHSCREEN_BITSY
  149. tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
  150. depends on SA1100_BITSY
  151. select SERIO
  152. help
  153. Say Y here if you have the h3600 (Bitsy) touchscreen.
  154. If unsure, say N.
  155. To compile this driver as a module, choose M here: the
  156. module will be called h3600_ts_input.
  157. config TOUCHSCREEN_BU21013
  158. tristate "BU21013 based touch panel controllers"
  159. depends on I2C
  160. help
  161. Say Y here if you have a bu21013 touchscreen connected to
  162. your system.
  163. If unsure, say N.
  164. To compile this driver as a module, choose M here: the
  165. module will be called bu21013_ts.
  166. config TOUCHSCREEN_CY8CTMG110
  167. tristate "cy8ctmg110 touchscreen"
  168. depends on I2C
  169. depends on GPIOLIB
  170. help
  171. Say Y here if you have a cy8ctmg110 capacitive touchscreen on
  172. an AAVA device.
  173. If unsure, say N.
  174. To compile this driver as a module, choose M here: the
  175. module will be called cy8ctmg110_ts.
  176. config TOUCHSCREEN_CYTTSP_CORE
  177. tristate "Cypress TTSP touchscreen"
  178. help
  179. Say Y here if you have a touchscreen using controller from
  180. the Cypress TrueTouch(tm) Standard Product family connected
  181. to your system. You will also need to select appropriate
  182. bus connection below.
  183. If unsure, say N.
  184. To compile this driver as a module, choose M here: the
  185. module will be called cyttsp_core.
  186. config TOUCHSCREEN_CYTTSP_I2C
  187. tristate "support I2C bus connection"
  188. depends on TOUCHSCREEN_CYTTSP_CORE && I2C
  189. help
  190. Say Y here if the touchscreen is connected via I2C bus.
  191. To compile this driver as a module, choose M here: the
  192. module will be called cyttsp_i2c.
  193. config TOUCHSCREEN_CYTTSP_SPI
  194. tristate "support SPI bus connection"
  195. depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER
  196. help
  197. Say Y here if the touchscreen is connected via SPI bus.
  198. To compile this driver as a module, choose M here: the
  199. module will be called cyttsp_spi.
  200. config TOUCHSCREEN_DA9034
  201. tristate "Touchscreen support for Dialog Semiconductor DA9034"
  202. depends on PMIC_DA903X
  203. default y
  204. help
  205. Say Y here to enable the support for the touchscreen found
  206. on Dialog Semiconductor DA9034 PMIC.
  207. config TOUCHSCREEN_DYNAPRO
  208. tristate "Dynapro serial touchscreen"
  209. select SERIO
  210. help
  211. Say Y here if you have a Dynapro serial touchscreen connected to
  212. your system.
  213. If unsure, say N.
  214. To compile this driver as a module, choose M here: the
  215. module will be called dynapro.
  216. config TOUCHSCREEN_HAMPSHIRE
  217. tristate "Hampshire serial touchscreen"
  218. select SERIO
  219. help
  220. Say Y here if you have a Hampshire serial touchscreen connected to
  221. your system.
  222. If unsure, say N.
  223. To compile this driver as a module, choose M here: the
  224. module will be called hampshire.
  225. config TOUCHSCREEN_EETI
  226. tristate "EETI touchscreen panel support"
  227. depends on I2C
  228. help
  229. Say Y here to enable support for I2C connected EETI touch panels.
  230. To compile this driver as a module, choose M here: the
  231. module will be called eeti_ts.
  232. config TOUCHSCREEN_EGALAX
  233. tristate "EETI eGalax multi-touch panel support"
  234. depends on I2C
  235. help
  236. Say Y here to enable support for I2C connected EETI
  237. eGalax multi-touch panels.
  238. To compile this driver as a module, choose M here: the
  239. module will be called egalax_ts.
  240. config TOUCHSCREEN_FUJITSU
  241. tristate "Fujitsu serial touchscreen"
  242. select SERIO
  243. help
  244. Say Y here if you have the Fujitsu touchscreen (such as one
  245. installed in Lifebook P series laptop) connected to your
  246. system.
  247. If unsure, say N.
  248. To compile this driver as a module, choose M here: the
  249. module will be called fujitsu-ts.
  250. config TOUCHSCREEN_ILI210X
  251. tristate "Ilitek ILI210X based touchscreen"
  252. depends on I2C
  253. help
  254. Say Y here if you have a ILI210X based touchscreen
  255. controller. This driver supports models ILI2102,
  256. ILI2102s, ILI2103, ILI2103s and ILI2105.
  257. Such kind of chipsets can be found in Amazon Kindle Fire
  258. touchscreens.
  259. If unsure, say N.
  260. To compile this driver as a module, choose M here: the
  261. module will be called ili210x.
  262. config TOUCHSCREEN_S3C2410
  263. tristate "Samsung S3C2410/generic touchscreen input driver"
  264. depends on ARCH_S3C24XX || SAMSUNG_DEV_TS
  265. select S3C_ADC
  266. help
  267. Say Y here if you have the s3c2410 touchscreen.
  268. If unsure, say N.
  269. To compile this driver as a module, choose M here: the
  270. module will be called s3c2410_ts.
  271. config TOUCHSCREEN_GUNZE
  272. tristate "Gunze AHL-51S touchscreen"
  273. select SERIO
  274. help
  275. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  276. your system.
  277. If unsure, say N.
  278. To compile this driver as a module, choose M here: the
  279. module will be called gunze.
  280. config TOUCHSCREEN_ELO
  281. tristate "Elo serial touchscreens"
  282. select SERIO
  283. help
  284. Say Y here if you have an Elo serial touchscreen connected to
  285. your system.
  286. If unsure, say N.
  287. To compile this driver as a module, choose M here: the
  288. module will be called elo.
  289. config TOUCHSCREEN_WACOM_W8001
  290. tristate "Wacom W8001 penabled serial touchscreen"
  291. select SERIO
  292. help
  293. Say Y here if you have an Wacom W8001 penabled serial touchscreen
  294. connected to your system.
  295. If unsure, say N.
  296. To compile this driver as a module, choose M here: the
  297. module will be called wacom_w8001.
  298. config TOUCHSCREEN_LPC32XX
  299. tristate "LPC32XX touchscreen controller"
  300. depends on ARCH_LPC32XX
  301. help
  302. Say Y here if you have a LPC32XX device and want
  303. to support the built-in touchscreen.
  304. To compile this driver as a module, choose M here: the
  305. module will be called lpc32xx_ts.
  306. config TOUCHSCREEN_MAX11801
  307. tristate "MAX11801 based touchscreens"
  308. depends on I2C
  309. help
  310. Say Y here if you have a MAX11801 based touchscreen
  311. controller.
  312. If unsure, say N.
  313. To compile this driver as a module, choose M here: the
  314. module will be called max11801_ts.
  315. config TOUCHSCREEN_MCS5000
  316. tristate "MELFAS MCS-5000 touchscreen"
  317. depends on I2C
  318. help
  319. Say Y here if you have the MELFAS MCS-5000 touchscreen controller
  320. chip in your system.
  321. If unsure, say N.
  322. To compile this driver as a module, choose M here: the
  323. module will be called mcs5000_ts.
  324. config TOUCHSCREEN_MTOUCH
  325. tristate "MicroTouch serial touchscreens"
  326. select SERIO
  327. help
  328. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  329. your system.
  330. If unsure, say N.
  331. To compile this driver as a module, choose M here: the
  332. module will be called mtouch.
  333. config TOUCHSCREEN_INEXIO
  334. tristate "iNexio serial touchscreens"
  335. select SERIO
  336. help
  337. Say Y here if you have an iNexio serial touchscreen connected to
  338. your system.
  339. If unsure, say N.
  340. To compile this driver as a module, choose M here: the
  341. module will be called inexio.
  342. config TOUCHSCREEN_INTEL_MID
  343. tristate "Intel MID platform resistive touchscreen"
  344. depends on INTEL_SCU_IPC
  345. help
  346. Say Y here if you have a Intel MID based touchscreen in
  347. your system.
  348. If unsure, say N.
  349. To compile this driver as a module, choose M here: the
  350. module will be called intel_mid_touch.
  351. config TOUCHSCREEN_MK712
  352. tristate "ICS MicroClock MK712 touchscreen"
  353. help
  354. Say Y here if you have the ICS MicroClock MK712 touchscreen
  355. controller 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 mk712.
  359. config TOUCHSCREEN_HP600
  360. tristate "HP Jornada 6xx touchscreen"
  361. depends on SH_HP6XX && SH_ADC
  362. help
  363. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  364. support the built-in touchscreen.
  365. To compile this driver as a module, choose M here: the
  366. module will be called hp680_ts_input.
  367. config TOUCHSCREEN_HP7XX
  368. tristate "HP Jornada 7xx touchscreen"
  369. depends on SA1100_JORNADA720_SSP
  370. help
  371. Say Y here if you have a HP Jornada 710/720/728 and want
  372. to support the built-in touchscreen.
  373. To compile this driver as a module, choose M here: the
  374. module will be called jornada720_ts.
  375. config TOUCHSCREEN_HTCPEN
  376. tristate "HTC Shift X9500 touchscreen"
  377. depends on ISA
  378. help
  379. Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  380. Clio / Shangrila and want to support the built-in touchscreen.
  381. If unsure, say N.
  382. To compile this driver as a module, choose M here: the
  383. module will be called htcpen.
  384. config TOUCHSCREEN_PENMOUNT
  385. tristate "Penmount serial touchscreen"
  386. select SERIO
  387. help
  388. Say Y here if you have a Penmount serial touchscreen connected to
  389. your system.
  390. If unsure, say N.
  391. To compile this driver as a module, choose M here: the
  392. module will be called penmount.
  393. config TOUCHSCREEN_MSM
  394. bool "Qualcomm MSM touchscreen controller"
  395. depends on ARCH_MSM7X30 && MARIMBA_TSADC
  396. default n
  397. help
  398. Say Y here if you have a 4-wire resistive touchscreen panel
  399. connected to the TSSC touchscreen controller on a
  400. Qualcomm MSM/QSD based SoC.
  401. config TOUCHSCREEN_MIGOR
  402. tristate "Renesas MIGO-R touchscreen"
  403. depends on SH_MIGOR && I2C
  404. help
  405. Say Y here to enable MIGO-R touchscreen support.
  406. If unsure, say N.
  407. To compile this driver as a module, choose M here: the
  408. module will be called migor_ts.
  409. config TOUCHSCREEN_TNETV107X
  410. tristate "TI TNETV107X touchscreen support"
  411. depends on ARCH_DAVINCI_TNETV107X
  412. help
  413. Say Y here if you want to use the TNETV107X touchscreen.
  414. To compile this driver as a module, choose M here: the
  415. module will be called tnetv107x-ts.
  416. config TOUCHSCREEN_SYNAPTICS_I2C_RMI
  417. tristate "Synaptics i2c touchscreen"
  418. depends on I2C
  419. help
  420. This enables support for Synaptics RMI over I2C based touchscreens.
  421. config SEC_TSP_FACTORY
  422. tristate "Synaptics i2c touchscreen factory mode support"
  423. default n
  424. help
  425. This enables support for Synaptics TSP driver in factory mode.
  426. config TOUCHSCREEN_SYNAPTICS_RMI4_I2C
  427. tristate "Synaptics i2c touchscreen(ClearPad 3000)"
  428. depends on I2C
  429. select SYNA_MULTI_TOUCH
  430. help
  431. This enables support for Synaptics RMI over I2C based touchscreens(ClearPad 3000).
  432. config TOUCHSCREEN_SYNAPTICS_PREVENT_HSYNC_LEAKAGE
  433. bool "Synaptics prevent leakage i2c due to hsync"
  434. default n
  435. help
  436. There is leakage current on TSP I2C by HW defect. TSP I2C Failed.
  437. So To prevent leakage, hsync off, tsp on, hsync on.
  438. config SYNA_MULTI_TOUCH
  439. tristate "Synaptics i2c touchscreen(ClearPad 3000) MutilTouch support"
  440. depends on TOUCHSCREEN_SYNAPTICS_RMI4_I2C
  441. default y
  442. config TOUCHSCREEN_ATMEL_MXT1664S
  443. tristate "Atmel MXT1664S Touchscreen Interface"
  444. depends on I2C
  445. default n
  446. help
  447. Say Y here if you want support for atmel_MXT1664S touchscreen controllers.
  448. To compile this driver as a module, choose M here: the
  449. module will be called mxt1664s
  450. config TOUCHSCREEN_ATMEL_MXT1188S
  451. tristate "Atmel MXT1188S Touchscreen Interface"
  452. depends on I2C
  453. default n
  454. help
  455. Say Y here if you want support for atmel_MXT1188S touchscreen controllers.
  456. To compile this driver as a module, choose M here: the
  457. module will be called mxt1188s
  458. config TOUCHSCREEN_CYPRESS_CYTTSP4
  459. tristate "CYPRESS TMA445 Touchscreen Interface"
  460. depends on I2C
  461. default n
  462. help
  463. Say Y here if you want support for cypress TMA445 touchscreen controllers.
  464. To compile this driver as a module, choose M here: the
  465. module will be called mxt1188s
  466. config TOUCHSCREEN_TOUCHRIGHT
  467. tristate "Touchright serial touchscreen"
  468. select SERIO
  469. help
  470. Say Y here if you have a Touchright serial touchscreen connected to
  471. your system.
  472. If unsure, say N.
  473. To compile this driver as a module, choose M here: the
  474. module will be called touchright.
  475. config TOUCHSCREEN_TOUCHWIN
  476. tristate "Touchwin serial touchscreen"
  477. select SERIO
  478. help
  479. Say Y here if you have a Touchwin serial touchscreen connected to
  480. your system.
  481. If unsure, say N.
  482. To compile this driver as a module, choose M here: the
  483. module will be called touchwin.
  484. config TOUCHSCREEN_TI_TSCADC
  485. tristate "TI Touchscreen Interface"
  486. depends on ARCH_OMAP2PLUS
  487. help
  488. Say Y here if you have 4/5/8 wire touchscreen controller
  489. to be connected to the ADC controller on your TI AM335x SoC.
  490. If unsure, say N.
  491. To compile this driver as a module, choose M here: the
  492. module will be called ti_tscadc.
  493. config TOUCHSCREEN_ATMEL_TSADCC
  494. tristate "Atmel Touchscreen Interface"
  495. depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
  496. help
  497. Say Y here if you have a 4-wire touchscreen connected to the
  498. ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
  499. If unsure, say N.
  500. To compile this driver as a module, choose M here: the
  501. module will be called atmel_tsadcc.
  502. config TOUCHSCREEN_UCB1400
  503. tristate "Philips UCB1400 touchscreen"
  504. depends on AC97_BUS
  505. depends on UCB1400_CORE
  506. help
  507. This enables support for the Philips UCB1400 touchscreen interface.
  508. The UCB1400 is an AC97 audio codec. The touchscreen interface
  509. will be initialized only after the ALSA subsystem has been
  510. brought up and the UCB1400 detected. You therefore have to
  511. configure ALSA support as well (either built-in or modular,
  512. independently of whether this driver is itself built-in or
  513. modular) for this driver to work.
  514. To compile this driver as a module, choose M here: the
  515. module will be called ucb1400_ts.
  516. config TOUCHSCREEN_PIXCIR
  517. tristate "PIXCIR I2C touchscreens"
  518. depends on I2C
  519. help
  520. Say Y here if you have a pixcir i2c touchscreen
  521. controller.
  522. If unsure, say N.
  523. To compile this driver as a module, choose M here: the
  524. module will be called pixcir_i2c_ts.
  525. config TOUCHSCREEN_WM831X
  526. tristate "Support for WM831x touchscreen controllers"
  527. depends on MFD_WM831X
  528. help
  529. This enables support for the touchscreen controller on the WM831x
  530. series of PMICs.
  531. To compile this driver as a module, choose M here: the
  532. module will be called wm831x-ts.
  533. config TOUCHSCREEN_WM97XX
  534. tristate "Support for WM97xx AC97 touchscreen controllers"
  535. depends on AC97_BUS
  536. help
  537. Say Y here if you have a Wolfson Microelectronics WM97xx
  538. touchscreen connected to your system. Note that this option
  539. only enables core driver, you will also need to select
  540. support for appropriate chip below.
  541. If unsure, say N.
  542. To compile this driver as a module, choose M here: the
  543. module will be called wm97xx-ts.
  544. config TOUCHSCREEN_WM9705
  545. bool "WM9705 Touchscreen interface support"
  546. depends on TOUCHSCREEN_WM97XX
  547. default y
  548. help
  549. Say Y here to enable support for the Wolfson Microelectronics
  550. WM9705 touchscreen controller.
  551. config TOUCHSCREEN_WM9712
  552. bool "WM9712 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. WM9712 touchscreen controller.
  558. config TOUCHSCREEN_WM9713
  559. bool "WM9713 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. WM9713 touchscreen controller.
  565. config TOUCHSCREEN_WM97XX_ATMEL
  566. tristate "WM97xx Atmel accelerated touch"
  567. depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
  568. help
  569. Say Y here for support for streaming mode with WM97xx touchscreens
  570. on Atmel AT91 or AVR32 systems with an AC97C module.
  571. Be aware that this will use channel B in the controller for
  572. streaming data, this must not conflict with other AC97C drivers.
  573. If unsure, say N.
  574. To compile this driver as a module, choose M here: the module will
  575. be called atmel-wm97xx.
  576. config TOUCHSCREEN_WM97XX_MAINSTONE
  577. tristate "WM97xx Mainstone/Palm accelerated touch"
  578. depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  579. help
  580. Say Y here for support for streaming mode with WM97xx touchscreens
  581. on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
  582. If unsure, say N.
  583. To compile this driver as a module, choose M here: the
  584. module will be called mainstone-wm97xx.
  585. config TOUCHSCREEN_WM97XX_ZYLONITE
  586. tristate "Zylonite accelerated touch"
  587. depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
  588. select TOUCHSCREEN_WM9713
  589. help
  590. Say Y here for support for streaming mode with the touchscreen
  591. on Zylonite systems.
  592. If unsure, say N.
  593. To compile this driver as a module, choose M here: the
  594. module will be called zylonite-wm97xx.
  595. config TOUCHSCREEN_USB_COMPOSITE
  596. tristate "USB Touchscreen Driver"
  597. depends on USB_ARCH_HAS_HCD
  598. select USB
  599. help
  600. USB Touchscreen driver for:
  601. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  602. - PanJit TouchSet USB
  603. - 3M MicroTouch USB (EX II series)
  604. - ITM
  605. - some other eTurboTouch
  606. - Gunze AHL61
  607. - DMC TSC-10/25
  608. - IRTOUCHSYSTEMS/UNITOP
  609. - IdealTEK URTC1000
  610. - GoTop Super_Q2/GogoPen/PenPower tablets
  611. - JASTEC USB Touch Controller/DigiTech DTR-02U
  612. - Zytronic controllers
  613. - Elo TouchSystems 2700 IntelliTouch
  614. - EasyTouch USB Touch Controller from Data Modul
  615. Have a look at <http://linux.chapter7.ch/touchkit/> for
  616. a usage description and the required user-space stuff.
  617. To compile this driver as a module, choose M here: the
  618. module will be called usbtouchscreen.
  619. config TOUCHSCREEN_MC13783
  620. tristate "Freescale MC13783 touchscreen input driver"
  621. depends on MFD_MC13783
  622. help
  623. Say Y here if you have an Freescale MC13783 PMIC on your
  624. board and want to use its touchscreen
  625. If unsure, say N.
  626. To compile this driver as a module, choose M here: the
  627. module will be called mc13783_ts.
  628. config TOUCHSCREEN_USB_EGALAX
  629. default y
  630. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
  631. depends on TOUCHSCREEN_USB_COMPOSITE
  632. config TOUCHSCREEN_USB_PANJIT
  633. default y
  634. bool "PanJit device support" if EXPERT
  635. depends on TOUCHSCREEN_USB_COMPOSITE
  636. config TOUCHSCREEN_USB_3M
  637. default y
  638. bool "3M/Microtouch EX II series device support" if EXPERT
  639. depends on TOUCHSCREEN_USB_COMPOSITE
  640. config TOUCHSCREEN_USB_ITM
  641. default y
  642. bool "ITM device support" if EXPERT
  643. depends on TOUCHSCREEN_USB_COMPOSITE
  644. config TOUCHSCREEN_USB_ETURBO
  645. default y
  646. bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
  647. depends on TOUCHSCREEN_USB_COMPOSITE
  648. config TOUCHSCREEN_USB_GUNZE
  649. default y
  650. bool "Gunze AHL61 device support" if EXPERT
  651. depends on TOUCHSCREEN_USB_COMPOSITE
  652. config TOUCHSCREEN_USB_DMC_TSC10
  653. default y
  654. bool "DMC TSC-10/25 device support" if EXPERT
  655. depends on TOUCHSCREEN_USB_COMPOSITE
  656. config TOUCHSCREEN_USB_IRTOUCH
  657. default y
  658. bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
  659. depends on TOUCHSCREEN_USB_COMPOSITE
  660. config TOUCHSCREEN_USB_IDEALTEK
  661. default y
  662. bool "IdealTEK URTC1000 device support" if EXPERT
  663. depends on TOUCHSCREEN_USB_COMPOSITE
  664. config TOUCHSCREEN_USB_GENERAL_TOUCH
  665. default y
  666. bool "GeneralTouch Touchscreen device support" if EXPERT
  667. depends on TOUCHSCREEN_USB_COMPOSITE
  668. config TOUCHSCREEN_USB_GOTOP
  669. default y
  670. bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
  671. depends on TOUCHSCREEN_USB_COMPOSITE
  672. config TOUCHSCREEN_USB_JASTEC
  673. default y
  674. bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
  675. depends on TOUCHSCREEN_USB_COMPOSITE
  676. config TOUCHSCREEN_USB_ELO
  677. default y
  678. bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
  679. depends on TOUCHSCREEN_USB_COMPOSITE
  680. config TOUCHSCREEN_USB_E2I
  681. default y
  682. bool "e2i Touchscreen controller (e.g. from Mimo 740)"
  683. depends on TOUCHSCREEN_USB_COMPOSITE
  684. config TOUCHSCREEN_USB_ZYTRONIC
  685. default y
  686. bool "Zytronic controller" if EXPERT
  687. depends on TOUCHSCREEN_USB_COMPOSITE
  688. config TOUCHSCREEN_USB_ETT_TC45USB
  689. default y
  690. bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
  691. depends on TOUCHSCREEN_USB_COMPOSITE
  692. config TOUCHSCREEN_USB_NEXIO
  693. default y
  694. bool "NEXIO/iNexio device support" if EXPERT
  695. depends on TOUCHSCREEN_USB_COMPOSITE
  696. config TOUCHSCREEN_USB_EASYTOUCH
  697. default y
  698. bool "EasyTouch USB Touch controller device support" if EMBEDDED
  699. depends on TOUCHSCREEN_USB_COMPOSITE
  700. help
  701. Say Y here if you have a EasyTouch USB Touch controller device support.
  702. If unsure, say N.
  703. config TOUCHSCREEN_TOUCHIT213
  704. tristate "Sahara TouchIT-213 touchscreen"
  705. select SERIO
  706. help
  707. Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  708. If unsure, say N.
  709. To compile this driver as a module, choose M here: the
  710. module will be called touchit213.
  711. config TOUCHSCREEN_TSC_SERIO
  712. tristate "TSC-10/25/40 serial touchscreen support"
  713. select SERIO
  714. help
  715. Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
  716. to your system.
  717. If unsure, say N.
  718. To compile this driver as a module, choose M here: the
  719. module will be called tsc40.
  720. config TOUCHSCREEN_TSC2005
  721. tristate "TSC2005 based touchscreens"
  722. depends on SPI_MASTER && GENERIC_HARDIRQS
  723. help
  724. Say Y here if you have a TSC2005 based touchscreen.
  725. If unsure, say N.
  726. To compile this driver as a module, choose M here: the
  727. module will be called tsc2005.
  728. config TOUCHSCREEN_TSC2007
  729. tristate "TSC2007 based touchscreens"
  730. depends on I2C
  731. help
  732. Say Y here if you have a TSC2007 based touchscreen.
  733. If unsure, say N.
  734. To compile this driver as a module, choose M here: the
  735. module will be called tsc2007.
  736. config TOUCHSCREEN_MSM_LEGACY
  737. default n
  738. tristate "MSM Touchscreen"
  739. depends on ARCH_MSM && !ARCH_MSM7X30
  740. help
  741. Say Y here if you have a touchscreen interface using MSM
  742. touchscreen controller.
  743. To compile this driver as a module, choose M here: the
  744. module will be called msm_touch.
  745. config ANDROID_TOUCHSCREEN_MSM_HACKS
  746. default y
  747. depends on TOUCHSCREEN_MSM_LEGACY
  748. bool "Android MSM Touchscreen hacks"
  749. help
  750. Say Y here if you are running Android framework on Qualcomm
  751. MSM/QSD based Surf or FFAs. These hacks are required inorder
  752. to Android framework to receive adjusted x, y co-ordinates
  753. until proper calibration framework is in place.
  754. config TOUCHSCREEN_W90X900
  755. tristate "W90P910 touchscreen driver"
  756. depends on HAVE_CLK
  757. help
  758. Say Y here if you have a W90P910 based touchscreen.
  759. To compile this driver as a module, choose M here: the
  760. module will be called w90p910_ts.
  761. config TOUCHSCREEN_PCAP
  762. tristate "Motorola PCAP touchscreen"
  763. depends on EZX_PCAP
  764. help
  765. Say Y here if you have a Motorola EZX telephone and
  766. want to enable support for the built-in touchscreen.
  767. To compile this driver as a module, choose M here: the
  768. module will be called pcap_ts.
  769. config TOUCHSCREEN_ST1232
  770. tristate "Sitronix ST1232 touchscreen controllers"
  771. depends on I2C
  772. help
  773. Say Y here if you want to support Sitronix ST1232
  774. touchscreen controller.
  775. If unsure, say N.
  776. To compile this driver as a module, choose M here: the
  777. module will be called st1232_ts.
  778. config TOUCHSCREEN_STMPE
  779. tristate "STMicroelectronics STMPE touchscreens"
  780. depends on MFD_STMPE
  781. help
  782. Say Y here if you want support for STMicroelectronics
  783. STMPE touchscreen controllers.
  784. To compile this driver as a module, choose M here: the
  785. module will be called stmpe-ts.
  786. config TOUCHSCREEN_TPS6507X
  787. tristate "TPS6507x based touchscreens"
  788. depends on I2C
  789. help
  790. Say Y here if you have a TPS6507x based touchscreen
  791. controller.
  792. If unsure, say N.
  793. To compile this driver as a module, choose M here: the
  794. module will be called tps6507x_ts.
  795. config TOUCHSCREEN_CY8C_TS
  796. tristate "Cypress TMA300-TMG200 based touchscreens"
  797. depends on I2C
  798. default n
  799. help
  800. Say Y here if you have a Cypress TMA300/TMG200 based touchscreen.
  801. TMA300 is a multi-touch screen which can report upto 10
  802. touches at a time. TMG200 supports 2 touches.
  803. If unsure, say N.
  804. To compile this driver as a module, choose M here: the
  805. module will be called cy8c_ts.
  806. config TOUCHSCREEN_CYTTSP_I2C_QC
  807. tristate "Cypress TTSP based touchscreens"
  808. depends on I2C
  809. default n
  810. help
  811. Say Y here if you have a Cypress TTSP based touchscreen.
  812. TMA300 is a multi-touch screen which can report upto 10
  813. touches at a time.
  814. If unsure, say N.
  815. To compile this driver as a module, choose M here: the
  816. module will be called cyttsp-i2c.
  817. config TOUCHSCREEN_FT5X06
  818. tristate "FocalTech touchscreens"
  819. depends on I2C
  820. help
  821. Say Y here if you have a ft5X06 touchscreen.
  822. Ft5x06 controllers are multi touch controllers which can
  823. report 5 touches at a time.
  824. If unsure, say N.
  825. To compile this driver as a module, choose M here: the
  826. module will be called ft5x06_ts.
  827. config TOUCHSCREEN_GEN_VKEYS
  828. tristate "Touchscreen Virtual Keys Driver"
  829. help
  830. Say Y here if you want to generate a sysfs entry for virtual
  831. keys on Android.
  832. If unsure, say N.
  833. To compile this driver as a module, choose M here: the
  834. module will be called gen_vkeys.
  835. config TOUCHSCREEN_SYNAPTICS_I2C_RMI4
  836. tristate "Synaptics DSX I2C touchscreen"
  837. depends on I2C
  838. help
  839. Say Y here if you have a Synaptics DSX I2C touchscreen
  840. connected to your system.
  841. If unsure, say N.
  842. To compile this driver as a module, choose M here: the
  843. module will be called synaptics_i2c_rmi4.
  844. config TOUCHSCREEN_SYNAPTICS_DSX_I2C
  845. tristate "Synaptics DSX I2C touchscreen"
  846. depends on I2C
  847. help
  848. Say Y here if you have a Synaptics DSX I2C touchscreen
  849. connected to your system.
  850. If unsure, say N.
  851. To compile this driver as a module, choose M here: the
  852. module will be called synaptics_dsx_i2c.
  853. config TOUCHSCREEN_SYNAPTICS_DSX_RMI4_DEV
  854. tristate "Synaptics I2C touchscreen rmi device"
  855. depends on TOUCHSCREEN_SYNAPTICS_I2C_RMI4
  856. help
  857. This enables support for character device channel for Synaptics
  858. RMI4 touchscreens.
  859. Say Y here if you have a Synaptics DSX I2C touchscreen
  860. connected to your system.
  861. If unsure, say N.
  862. To compile this driver as a module, choose M here: the
  863. module will be called synaptics_dsx_rmi4_dev.
  864. config TOUCHSCREEN_SYNAPTICS_DSX_FW_UPDATE
  865. tristate "Synaptics I2C touchscreen firmware update"
  866. depends on TOUCHSCREEN_SYNAPTICS_I2C_RMI4
  867. help
  868. This enables support for firmware update for Synaptics RMI4
  869. touchscreens.
  870. Say Y here if you have a Synaptics DSX I2C touchscreen
  871. connected to your system.
  872. If unsure, say N.
  873. To compile this driver as a module, choose M here: the
  874. module will be called synaptics_dsx_fw_update.
  875. config SECURE_TOUCH
  876. bool "Secure Touch"
  877. depends on TOUCHSCREEN_ATMEL_MXT
  878. help
  879. Say Y here to enable Secure Touch support in the Atmel MXT
  880. driver.
  881. If unsure, say N.
  882. config TOUCHSCREEN_GT9XX
  883. bool "Goodix touchpanel GT9xx series"
  884. depends on I2C
  885. help
  886. Say Y here if you have a Goodix GT9xx touchscreen.
  887. Gt9xx controllers are multi touch controllers which can
  888. report 5 touches at a time.
  889. If unsure, say N.
  890. config TOUCHSCREEN_ZINITIX_BT531
  891. tristate "ZINITIX BT531 I2C Touchscreen"
  892. depends on I2C
  893. help
  894. Say Y here if you have Zinitix BT531 I2C touchscreen,
  895. such as BT531, connected to your system.
  896. If unsure, say N.
  897. To compile this driver as a module, choose M here: the
  898. module will be called BT531.
  899. source "drivers/input/touchscreen/wacom/Kconfig"
  900. source "drivers/input/touchscreen/gt9xx/Kconfig"
  901. source "drivers/input/touchscreen/synaptics/Kconfig"
  902. source "drivers/input/touchscreen/imagis/Kconfig"
  903. source "drivers/input/touchscreen/synaptics_s5000/Kconfig"
  904. source "drivers/input/touchscreen/synaptics_patek/Kconfig"
  905. source "drivers/input/touchscreen/cyttsp5/Kconfig"
  906. source "drivers/input/touchscreen/cyttsp4/Kconfig"
  907. source "drivers/input/touchscreen/wacom_hl/Kconfig"
  908. source "drivers/input/touchscreen/melfas_mms136/Kconfig"
  909. source "drivers/input/touchscreen/stm_fts/Kconfig"
  910. source "drivers/input/touchscreen/stm_s/Kconfig"
  911. source "drivers/input/touchscreen/synaptics_jsglte/Kconfig"
  912. endif