Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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_88PM860X
  12. tristate "Marvell 88PM860x touchscreen"
  13. depends on MFD_88PM860X
  14. help
  15. Say Y here if you have a 88PM860x PMIC and want to enable
  16. support for the built-in touchscreen.
  17. If unsure, say N.
  18. To compile this driver as a module, choose M here: the
  19. module will be called 88pm860x-ts.
  20. config TOUCHSCREEN_ADS7846
  21. tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens"
  22. depends on SPI_MASTER
  23. depends on HWMON = n || HWMON
  24. help
  25. Say Y here if you have a touchscreen interface using the
  26. ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller,
  27. and your board-specific setup code includes that in its
  28. table of SPI devices.
  29. If HWMON is selected, and the driver is told the reference voltage
  30. on your board, you will also get hwmon interfaces for the voltage
  31. (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip.
  32. If unsure, say N (but it's safe to say "Y").
  33. To compile this driver as a module, choose M here: the
  34. module will be called ads7846.
  35. config TOUCHSCREEN_AD7877
  36. tristate "AD7877 based touchscreens"
  37. depends on SPI_MASTER
  38. help
  39. Say Y here if you have a touchscreen interface using the
  40. AD7877 controller, and your board-specific initialization
  41. code includes that in its table of SPI devices.
  42. If unsure, say N (but it's safe to say "Y").
  43. To compile this driver as a module, choose M here: the
  44. module will be called ad7877.
  45. config TOUCHSCREEN_AD7879
  46. tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
  47. help
  48. Say Y here if you want to support a touchscreen interface using
  49. the AD7879-1/AD7889-1 controller.
  50. You should select a bus connection too.
  51. To compile this driver as a module, choose M here: the
  52. module will be called ad7879.
  53. config TOUCHSCREEN_AD7879_I2C
  54. tristate "support I2C bus connection"
  55. depends on TOUCHSCREEN_AD7879 && I2C
  56. help
  57. Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
  58. To compile this driver as a module, choose M here: the
  59. module will be called ad7879-i2c.
  60. config TOUCHSCREEN_AD7879_SPI
  61. tristate "support SPI bus connection"
  62. depends on TOUCHSCREEN_AD7879 && SPI_MASTER
  63. help
  64. Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
  65. If unsure, say N (but it's safe to say "Y").
  66. To compile this driver as a module, choose M here: the
  67. module will be called ad7879-spi.
  68. config TOUCHSCREEN_BITSY
  69. tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
  70. depends on SA1100_BITSY
  71. select SERIO
  72. help
  73. Say Y here if you have the h3600 (Bitsy) touchscreen.
  74. If unsure, say N.
  75. To compile this driver as a module, choose M here: the
  76. module will be called h3600_ts_input.
  77. config TOUCHSCREEN_DA9034
  78. tristate "Touchscreen support for Dialog Semiconductor DA9034"
  79. depends on PMIC_DA903X
  80. default y
  81. help
  82. Say Y here to enable the support for the touchscreen found
  83. on Dialog Semiconductor DA9034 PMIC.
  84. config TOUCHSCREEN_DYNAPRO
  85. tristate "Dynapro serial touchscreen"
  86. select SERIO
  87. help
  88. Say Y here if you have a Dynapro serial touchscreen connected to
  89. your system.
  90. If unsure, say N.
  91. To compile this driver as a module, choose M here: the
  92. module will be called dynapro.
  93. config TOUCHSCREEN_HAMPSHIRE
  94. tristate "Hampshire serial touchscreen"
  95. select SERIO
  96. help
  97. Say Y here if you have a Hampshire serial touchscreen connected to
  98. your system.
  99. If unsure, say N.
  100. To compile this driver as a module, choose M here: the
  101. module will be called hampshire.
  102. config TOUCHSCREEN_EETI
  103. tristate "EETI touchscreen panel support"
  104. depends on I2C
  105. help
  106. Say Y here to enable support for I2C connected EETI touch panels.
  107. To compile this driver as a module, choose M here: the
  108. module will be called eeti_ts.
  109. config TOUCHSCREEN_FUJITSU
  110. tristate "Fujitsu serial touchscreen"
  111. select SERIO
  112. help
  113. Say Y here if you have the Fujitsu touchscreen (such as one
  114. installed in Lifebook P series laptop) connected to your
  115. system.
  116. If unsure, say N.
  117. To compile this driver as a module, choose M here: the
  118. module will be called fujitsu-ts.
  119. config TOUCHSCREEN_S3C2410
  120. tristate "Samsung S3C2410/generic touchscreen input driver"
  121. depends on ARCH_S3C2410 || SAMSUNG_DEV_TS
  122. select S3C_ADC
  123. help
  124. Say Y here if you have the s3c2410 touchscreen.
  125. If unsure, say N.
  126. To compile this driver as a module, choose M here: the
  127. module will be called s3c2410_ts.
  128. config TOUCHSCREEN_GUNZE
  129. tristate "Gunze AHL-51S touchscreen"
  130. select SERIO
  131. help
  132. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  133. your system.
  134. If unsure, say N.
  135. To compile this driver as a module, choose M here: the
  136. module will be called gunze.
  137. config TOUCHSCREEN_ELO
  138. tristate "Elo serial touchscreens"
  139. select SERIO
  140. help
  141. Say Y here if you have an Elo serial touchscreen connected to
  142. your system.
  143. If unsure, say N.
  144. To compile this driver as a module, choose M here: the
  145. module will be called elo.
  146. config TOUCHSCREEN_WACOM_W8001
  147. tristate "Wacom W8001 penabled serial touchscreen"
  148. select SERIO
  149. help
  150. Say Y here if you have an Wacom W8001 penabled serial touchscreen
  151. connected to your system.
  152. If unsure, say N.
  153. To compile this driver as a module, choose M here: the
  154. module will be called wacom_w8001.
  155. config TOUCHSCREEN_MCS5000
  156. tristate "MELFAS MCS-5000 touchscreen"
  157. depends on I2C
  158. help
  159. Say Y here if you have the MELFAS MCS-5000 touchscreen controller
  160. chip in your system.
  161. If unsure, say N.
  162. To compile this driver as a module, choose M here: the
  163. module will be called mcs5000_ts.
  164. config TOUCHSCREEN_MTOUCH
  165. tristate "MicroTouch serial touchscreens"
  166. select SERIO
  167. help
  168. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  169. your system.
  170. If unsure, say N.
  171. To compile this driver as a module, choose M here: the
  172. module will be called mtouch.
  173. config TOUCHSCREEN_INEXIO
  174. tristate "iNexio serial touchscreens"
  175. select SERIO
  176. help
  177. Say Y here if you have an iNexio serial touchscreen connected to
  178. your system.
  179. If unsure, say N.
  180. To compile this driver as a module, choose M here: the
  181. module will be called inexio.
  182. config TOUCHSCREEN_MK712
  183. tristate "ICS MicroClock MK712 touchscreen"
  184. help
  185. Say Y here if you have the ICS MicroClock MK712 touchscreen
  186. controller chip in your system.
  187. If unsure, say N.
  188. To compile this driver as a module, choose M here: the
  189. module will be called mk712.
  190. config TOUCHSCREEN_HP600
  191. tristate "HP Jornada 6xx touchscreen"
  192. depends on SH_HP6XX && SH_ADC
  193. help
  194. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  195. support the built-in touchscreen.
  196. To compile this driver as a module, choose M here: the
  197. module will be called hp680_ts_input.
  198. config TOUCHSCREEN_HP7XX
  199. tristate "HP Jornada 7xx touchscreen"
  200. depends on SA1100_JORNADA720_SSP
  201. help
  202. Say Y here if you have a HP Jornada 710/720/728 and want
  203. to support the built-in touchscreen.
  204. To compile this driver as a module, choose M here: the
  205. module will be called jornada720_ts.
  206. config TOUCHSCREEN_HTCPEN
  207. tristate "HTC Shift X9500 touchscreen"
  208. depends on ISA
  209. help
  210. Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  211. Clio / Shangrila and want to support the built-in touchscreen.
  212. If unsure, say N.
  213. To compile this driver as a module, choose M here: the
  214. module will be called htcpen.
  215. config TOUCHSCREEN_PENMOUNT
  216. tristate "Penmount serial touchscreen"
  217. select SERIO
  218. help
  219. Say Y here if you have a Penmount serial touchscreen connected to
  220. your system.
  221. If unsure, say N.
  222. To compile this driver as a module, choose M here: the
  223. module will be called penmount.
  224. config TOUCHSCREEN_QT602240
  225. tristate "QT602240 I2C Touchscreen"
  226. depends on I2C
  227. help
  228. Say Y here if you have the AT42QT602240/ATMXT224 I2C touchscreen
  229. connected to your system.
  230. If unsure, say N.
  231. To compile this driver as a module, choose M here: the
  232. module will be called qt602240_ts.
  233. config TOUCHSCREEN_MIGOR
  234. tristate "Renesas MIGO-R touchscreen"
  235. depends on SH_MIGOR && I2C
  236. help
  237. Say Y here to enable MIGO-R touchscreen support.
  238. If unsure, say N.
  239. To compile this driver as a module, choose M here: the
  240. module will be called migor_ts.
  241. config TOUCHSCREEN_TOUCHRIGHT
  242. tristate "Touchright serial touchscreen"
  243. select SERIO
  244. help
  245. Say Y here if you have a Touchright serial touchscreen connected to
  246. your system.
  247. If unsure, say N.
  248. To compile this driver as a module, choose M here: the
  249. module will be called touchright.
  250. config TOUCHSCREEN_TOUCHWIN
  251. tristate "Touchwin serial touchscreen"
  252. select SERIO
  253. help
  254. Say Y here if you have a Touchwin serial touchscreen connected to
  255. your system.
  256. If unsure, say N.
  257. To compile this driver as a module, choose M here: the
  258. module will be called touchwin.
  259. config TOUCHSCREEN_ATMEL_TSADCC
  260. tristate "Atmel Touchscreen Interface"
  261. depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
  262. help
  263. Say Y here if you have a 4-wire touchscreen connected to the
  264. ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
  265. If unsure, say N.
  266. To compile this driver as a module, choose M here: the
  267. module will be called atmel_tsadcc.
  268. config TOUCHSCREEN_UCB1400
  269. tristate "Philips UCB1400 touchscreen"
  270. depends on AC97_BUS
  271. depends on UCB1400_CORE
  272. help
  273. This enables support for the Philips UCB1400 touchscreen interface.
  274. The UCB1400 is an AC97 audio codec. The touchscreen interface
  275. will be initialized only after the ALSA subsystem has been
  276. brought up and the UCB1400 detected. You therefore have to
  277. configure ALSA support as well (either built-in or modular,
  278. independently of whether this driver is itself built-in or
  279. modular) for this driver to work.
  280. To compile this driver as a module, choose M here: the
  281. module will be called ucb1400_ts.
  282. config TOUCHSCREEN_WM97XX
  283. tristate "Support for WM97xx AC97 touchscreen controllers"
  284. depends on AC97_BUS
  285. help
  286. Say Y here if you have a Wolfson Microelectronics WM97xx
  287. touchscreen connected to your system. Note that this option
  288. only enables core driver, you will also need to select
  289. support for appropriate chip below.
  290. If unsure, say N.
  291. To compile this driver as a module, choose M here: the
  292. module will be called wm97xx-ts.
  293. config TOUCHSCREEN_WM9705
  294. bool "WM9705 Touchscreen interface support"
  295. depends on TOUCHSCREEN_WM97XX
  296. default y
  297. help
  298. Say Y here to enable support for the Wolfson Microelectronics
  299. WM9705 touchscreen controller.
  300. config TOUCHSCREEN_WM9712
  301. bool "WM9712 Touchscreen interface support"
  302. depends on TOUCHSCREEN_WM97XX
  303. default y
  304. help
  305. Say Y here to enable support for the Wolfson Microelectronics
  306. WM9712 touchscreen controller.
  307. config TOUCHSCREEN_WM9713
  308. bool "WM9713 Touchscreen interface support"
  309. depends on TOUCHSCREEN_WM97XX
  310. default y
  311. help
  312. Say Y here to enable support for the Wolfson Microelectronics
  313. WM9713 touchscreen controller.
  314. config TOUCHSCREEN_WM97XX_ATMEL
  315. tristate "WM97xx Atmel accelerated touch"
  316. depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
  317. help
  318. Say Y here for support for streaming mode with WM97xx touchscreens
  319. on Atmel AT91 or AVR32 systems with an AC97C module.
  320. Be aware that this will use channel B in the controller for
  321. streaming data, this must not conflict with other AC97C drivers.
  322. If unsure, say N.
  323. To compile this driver as a module, choose M here: the module will
  324. be called atmel-wm97xx.
  325. config TOUCHSCREEN_WM97XX_MAINSTONE
  326. tristate "WM97xx Mainstone/Palm accelerated touch"
  327. depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  328. help
  329. Say Y here for support for streaming mode with WM97xx touchscreens
  330. on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
  331. If unsure, say N.
  332. To compile this driver as a module, choose M here: the
  333. module will be called mainstone-wm97xx.
  334. config TOUCHSCREEN_WM97XX_ZYLONITE
  335. tristate "Zylonite accelerated touch"
  336. depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
  337. select TOUCHSCREEN_WM9713
  338. help
  339. Say Y here for support for streaming mode with the touchscreen
  340. on Zylonite systems.
  341. If unsure, say N.
  342. To compile this driver as a module, choose M here: the
  343. module will be called zylonite-wm97xx.
  344. config TOUCHSCREEN_USB_COMPOSITE
  345. tristate "USB Touchscreen Driver"
  346. depends on USB_ARCH_HAS_HCD
  347. select USB
  348. help
  349. USB Touchscreen driver for:
  350. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  351. - PanJit TouchSet USB
  352. - 3M MicroTouch USB (EX II series)
  353. - ITM
  354. - some other eTurboTouch
  355. - Gunze AHL61
  356. - DMC TSC-10/25
  357. - IRTOUCHSYSTEMS/UNITOP
  358. - IdealTEK URTC1000
  359. - GoTop Super_Q2/GogoPen/PenPower tablets
  360. - JASTEC USB Touch Controller/DigiTech DTR-02U
  361. - Zytronic controllers
  362. Have a look at <http://linux.chapter7.ch/touchkit/> for
  363. a usage description and the required user-space stuff.
  364. To compile this driver as a module, choose M here: the
  365. module will be called usbtouchscreen.
  366. config TOUCHSCREEN_MC13783
  367. tristate "Freescale MC13783 touchscreen input driver"
  368. depends on MFD_MC13783
  369. help
  370. Say Y here if you have an Freescale MC13783 PMIC on your
  371. board and want to use its touchscreen
  372. If unsure, say N.
  373. To compile this driver as a module, choose M here: the
  374. module will be called mc13783_ts.
  375. config TOUCHSCREEN_USB_EGALAX
  376. default y
  377. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
  378. depends on TOUCHSCREEN_USB_COMPOSITE
  379. config TOUCHSCREEN_USB_PANJIT
  380. default y
  381. bool "PanJit device support" if EMBEDDED
  382. depends on TOUCHSCREEN_USB_COMPOSITE
  383. config TOUCHSCREEN_USB_3M
  384. default y
  385. bool "3M/Microtouch EX II series device support" if EMBEDDED
  386. depends on TOUCHSCREEN_USB_COMPOSITE
  387. config TOUCHSCREEN_USB_ITM
  388. default y
  389. bool "ITM device support" if EMBEDDED
  390. depends on TOUCHSCREEN_USB_COMPOSITE
  391. config TOUCHSCREEN_USB_ETURBO
  392. default y
  393. bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
  394. depends on TOUCHSCREEN_USB_COMPOSITE
  395. config TOUCHSCREEN_USB_GUNZE
  396. default y
  397. bool "Gunze AHL61 device support" if EMBEDDED
  398. depends on TOUCHSCREEN_USB_COMPOSITE
  399. config TOUCHSCREEN_USB_DMC_TSC10
  400. default y
  401. bool "DMC TSC-10/25 device support" if EMBEDDED
  402. depends on TOUCHSCREEN_USB_COMPOSITE
  403. config TOUCHSCREEN_USB_IRTOUCH
  404. default y
  405. bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
  406. depends on TOUCHSCREEN_USB_COMPOSITE
  407. config TOUCHSCREEN_USB_IDEALTEK
  408. default y
  409. bool "IdealTEK URTC1000 device support" if EMBEDDED
  410. depends on TOUCHSCREEN_USB_COMPOSITE
  411. config TOUCHSCREEN_USB_GENERAL_TOUCH
  412. default y
  413. bool "GeneralTouch Touchscreen device support" if EMBEDDED
  414. depends on TOUCHSCREEN_USB_COMPOSITE
  415. config TOUCHSCREEN_USB_GOTOP
  416. default y
  417. bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
  418. depends on TOUCHSCREEN_USB_COMPOSITE
  419. config TOUCHSCREEN_USB_JASTEC
  420. default y
  421. bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED
  422. depends on TOUCHSCREEN_USB_COMPOSITE
  423. config TOUCHSCREEN_USB_E2I
  424. default y
  425. bool "e2i Touchscreen controller (e.g. from Mimo 740)"
  426. depends on TOUCHSCREEN_USB_COMPOSITE
  427. config TOUCHSCREEN_USB_ZYTRONIC
  428. default y
  429. bool "Zytronic controller" if EMBEDDED
  430. depends on TOUCHSCREEN_USB_COMPOSITE
  431. config TOUCHSCREEN_USB_ETT_TC45USB
  432. default y
  433. bool "ET&T USB series TC4UM/TC5UH touchscreen controler support" if EMBEDDED
  434. depends on TOUCHSCREEN_USB_COMPOSITE
  435. config TOUCHSCREEN_USB_NEXIO
  436. default y
  437. bool "NEXIO/iNexio device support" if EMBEDDED
  438. depends on TOUCHSCREEN_USB_COMPOSITE
  439. config TOUCHSCREEN_TOUCHIT213
  440. tristate "Sahara TouchIT-213 touchscreen"
  441. select SERIO
  442. help
  443. Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  444. If unsure, say N.
  445. To compile this driver as a module, choose M here: the
  446. module will be called touchit213.
  447. config TOUCHSCREEN_TSC2007
  448. tristate "TSC2007 based touchscreens"
  449. depends on I2C
  450. help
  451. Say Y here if you have a TSC2007 based touchscreen.
  452. If unsure, say N.
  453. To compile this driver as a module, choose M here: the
  454. module will be called tsc2007.
  455. config TOUCHSCREEN_W90X900
  456. tristate "W90P910 touchscreen driver"
  457. depends on HAVE_CLK
  458. help
  459. Say Y here if you have a W90P910 based touchscreen.
  460. To compile this driver as a module, choose M here: the
  461. module will be called w90p910_ts.
  462. config TOUCHSCREEN_PCAP
  463. tristate "Motorola PCAP touchscreen"
  464. depends on EZX_PCAP
  465. help
  466. Say Y here if you have a Motorola EZX telephone and
  467. want to enable support for the built-in touchscreen.
  468. To compile this driver as a module, choose M here: the
  469. module will be called pcap_ts.
  470. config TOUCHSCREEN_TPS6507X
  471. tristate "TPS6507x based touchscreens"
  472. depends on I2C
  473. help
  474. Say Y here if you have a TPS6507x based touchscreen
  475. controller.
  476. If unsure, say N.
  477. To compile this driver as a module, choose M here: the
  478. module will be called tps6507x_ts.
  479. endif