Kconfig 16 KB

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