Kconfig 16 KB

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