Kconfig 29 KB

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