Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  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_BITSY
  26. tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
  27. depends on SA1100_BITSY
  28. select SERIO
  29. help
  30. Say Y here if you have the h3600 (Bitsy) touchscreen.
  31. If unsure, say N.
  32. To compile this driver as a module, choose M here: the
  33. module will be called h3600_ts_input.
  34. config TOUCHSCREEN_CORGI
  35. tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
  36. depends on PXA_SHARPSL
  37. select CORGI_SSP_DEPRECATED
  38. default y
  39. help
  40. Say Y here to enable the driver for the touchscreen on the
  41. Sharp SL-C7xx and SL-Cxx00 series of PDAs.
  42. If unsure, say N.
  43. To compile this driver as a module, choose M here: the
  44. module will be called corgi_ts.
  45. NOTE: this driver is deprecated, try enable SPI and generic
  46. ADS7846-based touchscreen driver.
  47. config TOUCHSCREEN_DA9034
  48. tristate "Touchscreen support for Dialog Semiconductor DA9034"
  49. depends on PMIC_DA903X
  50. default y
  51. help
  52. Say Y here to enable the support for the touchscreen found
  53. on Dialog Semiconductor DA9034 PMIC.
  54. config TOUCHSCREEN_FUJITSU
  55. tristate "Fujitsu serial touchscreen"
  56. select SERIO
  57. help
  58. Say Y here if you have the Fujitsu touchscreen (such as one
  59. installed in Lifebook P series laptop) connected to your
  60. system.
  61. If unsure, say N.
  62. To compile this driver as a module, choose M here: the
  63. module will be called fujitsu-ts.
  64. config TOUCHSCREEN_GUNZE
  65. tristate "Gunze AHL-51S touchscreen"
  66. select SERIO
  67. help
  68. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  69. your system.
  70. If unsure, say N.
  71. To compile this driver as a module, choose M here: the
  72. module will be called gunze.
  73. config TOUCHSCREEN_ELO
  74. tristate "Elo serial touchscreens"
  75. select SERIO
  76. help
  77. Say Y here if you have an Elo serial touchscreen connected to
  78. your system.
  79. If unsure, say N.
  80. To compile this driver as a module, choose M here: the
  81. module will be called elo.
  82. config TOUCHSCREEN_WACOM_W8001
  83. tristate "Wacom W8001 penabled serial touchscreen"
  84. select SERIO
  85. help
  86. Say Y here if you have an Wacom W8001 penabled serial touchscreen
  87. connected to your system.
  88. If unsure, say N.
  89. To compile this driver as a module, choose M here: the
  90. module will be called wacom_w8001.
  91. config TOUCHSCREEN_MTOUCH
  92. tristate "MicroTouch serial touchscreens"
  93. select SERIO
  94. help
  95. Say Y here if you have a MicroTouch (3M) serial 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 mtouch.
  100. config TOUCHSCREEN_INEXIO
  101. tristate "iNexio serial touchscreens"
  102. select SERIO
  103. help
  104. Say Y here if you have an iNexio serial touchscreen connected to
  105. your system.
  106. If unsure, say N.
  107. To compile this driver as a module, choose M here: the
  108. module will be called inexio.
  109. config TOUCHSCREEN_MK712
  110. tristate "ICS MicroClock MK712 touchscreen"
  111. help
  112. Say Y here if you have the ICS MicroClock MK712 touchscreen
  113. controller chip in your system.
  114. If unsure, say N.
  115. To compile this driver as a module, choose M here: the
  116. module will be called mk712.
  117. config TOUCHSCREEN_HP600
  118. tristate "HP Jornada 6xx touchscreen"
  119. depends on SH_HP6XX && SH_ADC
  120. help
  121. Say Y here if you have a HP Jornada 620/660/680/690 and want to
  122. support the built-in touchscreen.
  123. To compile this driver as a module, choose M here: the
  124. module will be called hp680_ts_input.
  125. config TOUCHSCREEN_HP7XX
  126. tristate "HP Jornada 7xx touchscreen"
  127. depends on SA1100_JORNADA720_SSP
  128. help
  129. Say Y here if you have a HP Jornada 710/720/728 and want
  130. to support the built-in touchscreen.
  131. To compile this driver as a module, choose M here: the
  132. module will be called jornada720_ts.
  133. config TOUCHSCREEN_HTCPEN
  134. tristate "HTC Shift X9500 touchscreen"
  135. depends on ISA
  136. help
  137. Say Y here if you have an HTC Shift UMPC also known as HTC X9500
  138. Clio / Shangrila and want to support the built-in touchscreen.
  139. If unsure, say N.
  140. To compile this driver as a module, choose M here: the
  141. module will be called htcpen.
  142. config TOUCHSCREEN_PENMOUNT
  143. tristate "Penmount serial touchscreen"
  144. select SERIO
  145. help
  146. Say Y here if you have a Penmount serial touchscreen connected to
  147. your system.
  148. If unsure, say N.
  149. To compile this driver as a module, choose M here: the
  150. module will be called penmount.
  151. config TOUCHSCREEN_MIGOR
  152. tristate "Renesas MIGO-R touchscreen"
  153. depends on SH_MIGOR && I2C
  154. help
  155. Say Y here to enable MIGO-R touchscreen support.
  156. If unsure, say N.
  157. To compile this driver as a module, choose M here: the
  158. module will be called migor_ts.
  159. config TOUCHSCREEN_TOUCHRIGHT
  160. tristate "Touchright serial touchscreen"
  161. select SERIO
  162. help
  163. Say Y here if you have a Touchright 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 touchright.
  168. config TOUCHSCREEN_TOUCHWIN
  169. tristate "Touchwin serial touchscreen"
  170. select SERIO
  171. help
  172. Say Y here if you have a Touchwin 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 touchwin.
  177. config TOUCHSCREEN_ATMEL_TSADCC
  178. tristate "Atmel Touchscreen Interface"
  179. depends on ARCH_AT91SAM9RL
  180. help
  181. Say Y here if you have a 4-wire touchscreen connected to the
  182. ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
  183. If unsure, say N.
  184. To compile this driver as a module, choose M here: the
  185. module will be called atmel_tsadcc.
  186. config TOUCHSCREEN_UCB1400
  187. tristate "Philips UCB1400 touchscreen"
  188. depends on AC97_BUS
  189. depends on UCB1400_CORE
  190. help
  191. This enables support for the Philips UCB1400 touchscreen interface.
  192. The UCB1400 is an AC97 audio codec. The touchscreen interface
  193. will be initialized only after the ALSA subsystem has been
  194. brought up and the UCB1400 detected. You therefore have to
  195. configure ALSA support as well (either built-in or modular,
  196. independently of whether this driver is itself built-in or
  197. modular) for this driver to work.
  198. To compile this driver as a module, choose M here: the
  199. module will be called ucb1400_ts.
  200. config TOUCHSCREEN_WM97XX
  201. tristate "Support for WM97xx AC97 touchscreen controllers"
  202. depends on AC97_BUS
  203. help
  204. Say Y here if you have a Wolfson Microelectronics WM97xx
  205. touchscreen connected to your system. Note that this option
  206. only enables core driver, you will also need to select
  207. support for appropriate chip below.
  208. If unsure, say N.
  209. To compile this driver as a module, choose M here: the
  210. module will be called wm97xx-ts.
  211. config TOUCHSCREEN_WM9705
  212. bool "WM9705 Touchscreen interface support"
  213. depends on TOUCHSCREEN_WM97XX
  214. default y
  215. help
  216. Say Y here to enable support for the Wolfson Microelectronics
  217. WM9705 touchscreen controller.
  218. config TOUCHSCREEN_WM9712
  219. bool "WM9712 Touchscreen interface support"
  220. depends on TOUCHSCREEN_WM97XX
  221. default y
  222. help
  223. Say Y here to enable support for the Wolfson Microelectronics
  224. WM9712 touchscreen controller.
  225. config TOUCHSCREEN_WM9713
  226. bool "WM9713 Touchscreen interface support"
  227. depends on TOUCHSCREEN_WM97XX
  228. default y
  229. help
  230. Say Y here to enable support for the Wolfson Microelectronics
  231. WM9713 touchscreen controller.
  232. config TOUCHSCREEN_WM97XX_MAINSTONE
  233. tristate "WM97xx Mainstone accelerated touch"
  234. depends on TOUCHSCREEN_WM97XX && ARCH_PXA
  235. help
  236. Say Y here for support for streaming mode with WM97xx touchscreens
  237. on Mainstone systems.
  238. If unsure, say N.
  239. To compile this driver as a module, choose M here: the
  240. module will be called mainstone-wm97xx.
  241. config TOUCHSCREEN_USB_COMPOSITE
  242. tristate "USB Touchscreen Driver"
  243. depends on USB_ARCH_HAS_HCD
  244. select USB
  245. help
  246. USB Touchscreen driver for:
  247. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  248. - PanJit TouchSet USB
  249. - 3M MicroTouch USB (EX II series)
  250. - ITM
  251. - some other eTurboTouch
  252. - Gunze AHL61
  253. - DMC TSC-10/25
  254. - IRTOUCHSYSTEMS/UNITOP
  255. - IdealTEK URTC1000
  256. - GoTop Super_Q2/GogoPen/PenPower tablets
  257. Have a look at <http://linux.chapter7.ch/touchkit/> for
  258. a usage description and the required user-space stuff.
  259. To compile this driver as a module, choose M here: the
  260. module will be called usbtouchscreen.
  261. config TOUCHSCREEN_USB_EGALAX
  262. default y
  263. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
  264. depends on TOUCHSCREEN_USB_COMPOSITE
  265. config TOUCHSCREEN_USB_PANJIT
  266. default y
  267. bool "PanJit device support" if EMBEDDED
  268. depends on TOUCHSCREEN_USB_COMPOSITE
  269. config TOUCHSCREEN_USB_3M
  270. default y
  271. bool "3M/Microtouch EX II series device support" if EMBEDDED
  272. depends on TOUCHSCREEN_USB_COMPOSITE
  273. config TOUCHSCREEN_USB_ITM
  274. default y
  275. bool "ITM device support" if EMBEDDED
  276. depends on TOUCHSCREEN_USB_COMPOSITE
  277. config TOUCHSCREEN_USB_ETURBO
  278. default y
  279. bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
  280. depends on TOUCHSCREEN_USB_COMPOSITE
  281. config TOUCHSCREEN_USB_GUNZE
  282. default y
  283. bool "Gunze AHL61 device support" if EMBEDDED
  284. depends on TOUCHSCREEN_USB_COMPOSITE
  285. config TOUCHSCREEN_USB_DMC_TSC10
  286. default y
  287. bool "DMC TSC-10/25 device support" if EMBEDDED
  288. depends on TOUCHSCREEN_USB_COMPOSITE
  289. config TOUCHSCREEN_USB_IRTOUCH
  290. default y
  291. bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
  292. depends on TOUCHSCREEN_USB_COMPOSITE
  293. config TOUCHSCREEN_USB_IDEALTEK
  294. default y
  295. bool "IdealTEK URTC1000 device support" if EMBEDDED
  296. depends on TOUCHSCREEN_USB_COMPOSITE
  297. config TOUCHSCREEN_USB_GENERAL_TOUCH
  298. default y
  299. bool "GeneralTouch Touchscreen device support" if EMBEDDED
  300. depends on TOUCHSCREEN_USB_COMPOSITE
  301. config TOUCHSCREEN_USB_GOTOP
  302. default y
  303. bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
  304. depends on TOUCHSCREEN_USB_COMPOSITE
  305. config TOUCHSCREEN_TOUCHIT213
  306. tristate "Sahara TouchIT-213 touchscreen"
  307. select SERIO
  308. help
  309. Say Y here if you have a Sahara TouchIT-213 Tablet PC.
  310. If unsure, say N.
  311. To compile this driver as a module, choose M here: the
  312. module will be called touchit213.
  313. config TOUCHSCREEN_TSC2007
  314. tristate "TSC2007 based touchscreens"
  315. depends on I2C
  316. help
  317. Say Y here if you have a TSC2007 based touchscreen.
  318. If unsure, say N.
  319. To compile this driver as a module, choose M here: the
  320. module will be called tsc2007.
  321. endif