Kconfig 9.8 KB

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