Kconfig 13 KB

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