Kconfig 16 KB

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