Kconfig 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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 "ADS 7846/7843 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 or ADS7843 controller, and your board-specific setup
  18. 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, 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_GUNZE
  45. tristate "Gunze AHL-51S touchscreen"
  46. select SERIO
  47. help
  48. Say Y here if you have the Gunze AHL-51 touchscreen connected to
  49. your system.
  50. If unsure, say N.
  51. To compile this driver as a module, choose M here: the
  52. module will be called gunze.
  53. config TOUCHSCREEN_ELO
  54. tristate "Elo serial touchscreens"
  55. select SERIO
  56. help
  57. Say Y here if you have an Elo serial touchscreen connected to
  58. your system.
  59. If unsure, say N.
  60. To compile this driver as a module, choose M here: the
  61. module will be called elo.
  62. config TOUCHSCREEN_MTOUCH
  63. tristate "MicroTouch serial touchscreens"
  64. select SERIO
  65. help
  66. Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
  67. your system.
  68. If unsure, say N.
  69. To compile this driver as a module, choose M here: the
  70. module will be called mtouch.
  71. config TOUCHSCREEN_MK712
  72. tristate "ICS MicroClock MK712 touchscreen"
  73. help
  74. Say Y here if you have the ICS MicroClock MK712 touchscreen
  75. controller chip in your system.
  76. If unsure, say N.
  77. To compile this driver as a module, choose M here: the
  78. module will be called mk712.
  79. config TOUCHSCREEN_HP600
  80. tristate "HP Jornada 680/690 touchscreen"
  81. depends on SH_HP6XX && SH_ADC
  82. help
  83. Say Y here if you have a HP Jornada 680 or 690 and want to
  84. support the built-in touchscreen.
  85. If unsure, say N.
  86. To compile this driver as a module, choose M here: the
  87. module will be called hp680_ts_input.
  88. config TOUCHSCREEN_PENMOUNT
  89. tristate "Penmount serial touchscreen"
  90. select SERIO
  91. help
  92. Say Y here if you have a Penmount serial touchscreen connected to
  93. your system.
  94. If unsure, say N.
  95. To compile this driver as a module, choose M here: the
  96. module will be called penmount.
  97. config TOUCHSCREEN_TOUCHRIGHT
  98. tristate "Touchright serial touchscreen"
  99. select SERIO
  100. help
  101. Say Y here if you have a Touchright serial touchscreen connected to
  102. your system.
  103. If unsure, say N.
  104. To compile this driver as a module, choose M here: the
  105. module will be called touchright.
  106. config TOUCHSCREEN_TOUCHWIN
  107. tristate "Touchwin serial touchscreen"
  108. select SERIO
  109. help
  110. Say Y here if you have a Touchwin serial touchscreen connected to
  111. your system.
  112. If unsure, say N.
  113. To compile this driver as a module, choose M here: the
  114. module will be called touchwin.
  115. config TOUCHSCREEN_UCB1400
  116. tristate "Philips UCB1400 touchscreen"
  117. select AC97_BUS
  118. help
  119. This enables support for the Philips UCB1400 touchscreen interface.
  120. The UCB1400 is an AC97 audio codec. The touchscreen interface
  121. will be initialized only after the ALSA subsystem has been
  122. brought up and the UCB1400 detected. You therefore have to
  123. configure ALSA support as well (either built-in or modular,
  124. independently of whether this driver is itself built-in or
  125. modular) for this driver to work.
  126. To compile this driver as a module, choose M here: the
  127. module will be called ucb1400_ts.
  128. config TOUCHSCREEN_USB_COMPOSITE
  129. tristate "USB Touchscreen Driver"
  130. depends on USB_ARCH_HAS_HCD
  131. select USB
  132. help
  133. USB Touchscreen driver for:
  134. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  135. - PanJit TouchSet USB
  136. - 3M MicroTouch USB (EX II series)
  137. - ITM
  138. - some other eTurboTouch
  139. - Gunze AHL61
  140. - DMC TSC-10/25
  141. Have a look at <http://linux.chapter7.ch/touchkit/> for
  142. a usage description and the required user-space stuff.
  143. To compile this driver as a module, choose M here: the
  144. module will be called usbtouchscreen.
  145. config TOUCHSCREEN_USB_EGALAX
  146. default y
  147. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
  148. depends on TOUCHSCREEN_USB_COMPOSITE
  149. config TOUCHSCREEN_USB_PANJIT
  150. default y
  151. bool "PanJit device support" if EMBEDDED
  152. depends on TOUCHSCREEN_USB_COMPOSITE
  153. config TOUCHSCREEN_USB_3M
  154. default y
  155. bool "3M/Microtouch EX II series device support" if EMBEDDED
  156. depends on TOUCHSCREEN_USB_COMPOSITE
  157. config TOUCHSCREEN_USB_ITM
  158. default y
  159. bool "ITM device support" if EMBEDDED
  160. depends on TOUCHSCREEN_USB_COMPOSITE
  161. config TOUCHSCREEN_USB_ETURBO
  162. default y
  163. bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
  164. depends on TOUCHSCREEN_USB_COMPOSITE
  165. config TOUCHSCREEN_USB_GUNZE
  166. default y
  167. bool "Gunze AHL61 device support" if EMBEDDED
  168. depends on TOUCHSCREEN_USB_COMPOSITE
  169. config TOUCHSCREEN_USB_DMC_TSC10
  170. default y
  171. bool "DMC TSC-10/25 device support" if EMBEDDED
  172. depends on TOUCHSCREEN_USB_COMPOSITE
  173. endif