Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. #
  2. # Mouse driver configuration
  3. #
  4. menuconfig INPUT_MOUSE
  5. bool "Mice"
  6. default y
  7. help
  8. Say Y here, and a list of supported mice will be displayed.
  9. This option doesn't affect the kernel.
  10. If unsure, say Y.
  11. if INPUT_MOUSE
  12. config MOUSE_PS2
  13. tristate "PS/2 mouse"
  14. default y
  15. select SERIO
  16. select SERIO_LIBPS2
  17. select SERIO_I8042 if X86_PC
  18. select SERIO_GSCPS2 if GSC
  19. help
  20. Say Y here if you have a PS/2 mouse connected to your system. This
  21. includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
  22. mice with wheels and extra buttons, Microsoft, Logitech or Genius
  23. compatible.
  24. Synaptics, ALPS or Elantech TouchPad users might be interested
  25. in a specialized Xorg/XFree86 driver at:
  26. <http://w1.894.telia.com/~u89404340/touchpad/index.html>
  27. and a new version of GPM at:
  28. <http://www.geocities.com/dt_or/gpm/gpm.html>
  29. to take advantage of the advanced features of the touchpad.
  30. If unsure, say Y.
  31. To compile this driver as a module, choose M here: the
  32. module will be called psmouse.
  33. config MOUSE_PS2_ALPS
  34. bool "ALPS PS/2 mouse protocol extension" if EMBEDDED
  35. default y
  36. depends on MOUSE_PS2
  37. help
  38. Say Y here if you have an ALPS PS/2 touchpad connected to
  39. your system.
  40. If unsure, say Y.
  41. config MOUSE_PS2_LOGIPS2PP
  42. bool "Logitech PS/2++ mouse protocol extension" if EMBEDDED
  43. default y
  44. depends on MOUSE_PS2
  45. help
  46. Say Y here if you have a Logictech PS/2++ mouse connected to
  47. your system.
  48. If unsure, say Y.
  49. config MOUSE_PS2_SYNAPTICS
  50. bool "Synaptics PS/2 mouse protocol extension" if EMBEDDED
  51. default y
  52. depends on MOUSE_PS2
  53. help
  54. Say Y here if you have a Synaptics PS/2 TouchPad connected to
  55. your system.
  56. If unsure, say Y.
  57. config MOUSE_PS2_LIFEBOOK
  58. bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EMBEDDED
  59. default y
  60. depends on MOUSE_PS2
  61. help
  62. Say Y here if you have a Fujitsu B-series Lifebook PS/2
  63. TouchScreen connected to your system.
  64. If unsure, say Y.
  65. config MOUSE_PS2_TRACKPOINT
  66. bool "IBM Trackpoint PS/2 mouse protocol extension" if EMBEDDED
  67. default y
  68. depends on MOUSE_PS2
  69. help
  70. Say Y here if you have an IBM Trackpoint PS/2 mouse connected
  71. to your system.
  72. If unsure, say Y.
  73. config MOUSE_PS2_ELANTECH
  74. bool "Elantech PS/2 protocol extension"
  75. depends on MOUSE_PS2
  76. help
  77. Say Y here if you have an Elantech PS/2 touchpad connected
  78. to your system.
  79. Note that if you enable this driver you will need an updated
  80. X.org Synaptics driver that does not require ABS_PRESSURE
  81. reports from the touchpad (i.e. post 1.5.0 version). You can
  82. grab a patch for the driver here:
  83. http://userweb.kernel.org/~dtor/synaptics-no-abspressure.patch
  84. If unsure, say N.
  85. This driver exposes some configuration registers via sysfs
  86. entries. For further information,
  87. see <file:Documentation/input/elantech.txt>.
  88. config MOUSE_PS2_TOUCHKIT
  89. bool "eGalax TouchKit PS/2 protocol extension"
  90. depends on MOUSE_PS2
  91. help
  92. Say Y here if you have an eGalax TouchKit PS/2 touchscreen
  93. connected to your system.
  94. If unsure, say N.
  95. config MOUSE_PS2_OLPC
  96. bool "OLPC PS/2 mouse protocol extension"
  97. depends on MOUSE_PS2 && OLPC
  98. help
  99. Say Y here if you have an OLPC XO-1 laptop (with built-in
  100. PS/2 touchpad/tablet device). The manufacturer calls the
  101. touchpad an HGPK.
  102. If unsure, say N.
  103. config MOUSE_SERIAL
  104. tristate "Serial mouse"
  105. select SERIO
  106. help
  107. Say Y here if you have a serial (RS-232, COM port) mouse connected
  108. to your system. This includes Sun, MouseSystems, Microsoft,
  109. Logitech and all other compatible serial mice.
  110. If unsure, say N.
  111. To compile this driver as a module, choose M here: the
  112. module will be called sermouse.
  113. config MOUSE_APPLETOUCH
  114. tristate "Apple USB Touchpad support"
  115. depends on USB_ARCH_HAS_HCD
  116. select USB
  117. help
  118. Say Y here if you want to use an Apple USB Touchpad.
  119. These are the touchpads that can be found on post-February 2005
  120. Apple Powerbooks (prior models have a Synaptics touchpad connected
  121. to the ADB bus).
  122. This driver provides a basic mouse driver but can be interfaced
  123. with the synaptics X11 driver to provide acceleration and
  124. scrolling in X11.
  125. For further information, see
  126. <file:Documentation/input/appletouch.txt>.
  127. To compile this driver as a module, choose M here: the
  128. module will be called appletouch.
  129. config MOUSE_BCM5974
  130. tristate "Apple USB BCM5974 Multitouch trackpad support"
  131. depends on USB_ARCH_HAS_HCD
  132. select USB
  133. help
  134. Say Y here if you have an Apple USB BCM5974 Multitouch
  135. trackpad.
  136. The BCM5974 is the multitouch trackpad found in the Macbook
  137. Air (JAN2008) and Macbook Pro Penryn (FEB2008) laptops.
  138. It is also found in the IPhone (2007) and Ipod Touch (2008).
  139. This driver provides multitouch functionality together with
  140. the synaptics X11 driver.
  141. The interface is currently identical to the appletouch interface,
  142. for further information, see
  143. <file:Documentation/input/appletouch.txt>.
  144. To compile this driver as a module, choose M here: the
  145. module will be called bcm5974.
  146. config MOUSE_INPORT
  147. tristate "InPort/MS/ATIXL busmouse"
  148. depends on ISA
  149. help
  150. Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
  151. They are rather rare these days.
  152. To compile this driver as a module, choose M here: the
  153. module will be called inport.
  154. config MOUSE_ATIXL
  155. bool "ATI XL variant"
  156. depends on MOUSE_INPORT
  157. help
  158. Say Y here if your mouse is of the ATI XL variety.
  159. config MOUSE_LOGIBM
  160. tristate "Logitech busmouse"
  161. depends on ISA
  162. help
  163. Say Y here if you have a Logitech busmouse.
  164. They are rather rare these days.
  165. To compile this driver as a module, choose M here: the
  166. module will be called logibm.
  167. config MOUSE_PC110PAD
  168. tristate "IBM PC110 touchpad"
  169. depends on ISA
  170. help
  171. Say Y if you have the IBM PC-110 micro-notebook and want its
  172. touchpad supported.
  173. To compile this driver as a module, choose M here: the
  174. module will be called pc110pad.
  175. config MOUSE_AMIGA
  176. tristate "Amiga mouse"
  177. depends on AMIGA
  178. help
  179. Say Y here if you have an Amiga and want its native mouse
  180. supported by the kernel.
  181. To compile this driver as a module, choose M here: the
  182. module will be called amimouse.
  183. config MOUSE_ATARI
  184. tristate "Atari mouse"
  185. depends on ATARI
  186. select ATARI_KBD_CORE
  187. help
  188. Say Y here if you have an Atari and want its native mouse
  189. supported by the kernel.
  190. To compile this driver as a module, choose M here: the
  191. module will be called atarimouse.
  192. config MOUSE_RISCPC
  193. tristate "Acorn RiscPC mouse"
  194. depends on ARCH_ACORN
  195. help
  196. Say Y here if you have the Acorn RiscPC computer and want its
  197. native mouse supported.
  198. To compile this driver as a module, choose M here: the
  199. module will be called rpcmouse.
  200. config MOUSE_VSXXXAA
  201. tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
  202. select SERIO
  203. help
  204. Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
  205. puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
  206. typically used on DECstations or VAXstations, but can also
  207. be used on any box capable of RS232 (with some adaptor
  208. described in the source file). This driver also works with the
  209. digitizer (VSXXX-AB) DEC produced.
  210. config MOUSE_HIL
  211. tristate "HIL pointers (mice etc)."
  212. depends on GSC || HP300
  213. select HP_SDC
  214. select HIL_MLC
  215. help
  216. Say Y here to support HIL pointers.
  217. config MOUSE_GPIO
  218. tristate "GPIO mouse"
  219. depends on GENERIC_GPIO
  220. select INPUT_POLLDEV
  221. help
  222. This driver simulates a mouse on GPIO lines of various CPUs (and some
  223. other chips).
  224. Say Y here if your device has buttons or a simple joystick connected
  225. directly to GPIO lines. Your board-specific setup logic must also
  226. provide a platform device and platform data saying which GPIOs are
  227. used.
  228. To compile this driver as a module, choose M here: the
  229. module will be called gpio_mouse.
  230. endif