Kconfig 12 KB

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