Kconfig 26 KB

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