Kconfig 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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 TouchPad users might be interested in a specialized
  25. 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_TOUCHKIT
  74. bool "eGalax TouchKit PS/2 protocol extension"
  75. depends on MOUSE_PS2
  76. help
  77. Say Y here if you have an eGalax TouchKit PS/2 touchscreen
  78. connected to your system.
  79. If unsure, say N.
  80. config MOUSE_SERIAL
  81. tristate "Serial mouse"
  82. select SERIO
  83. help
  84. Say Y here if you have a serial (RS-232, COM port) mouse connected
  85. to your system. This includes Sun, MouseSystems, Microsoft,
  86. Logitech and all other compatible serial mice.
  87. If unsure, say N.
  88. To compile this driver as a module, choose M here: the
  89. module will be called sermouse.
  90. config MOUSE_APPLETOUCH
  91. tristate "Apple USB Touchpad support"
  92. depends on USB_ARCH_HAS_HCD
  93. select USB
  94. help
  95. Say Y here if you want to use an Apple USB Touchpad.
  96. These are the touchpads that can be found on post-February 2005
  97. Apple Powerbooks (prior models have a Synaptics touchpad connected
  98. to the ADB bus).
  99. This driver provides a basic mouse driver but can be interfaced
  100. with the synaptics X11 driver to provide acceleration and
  101. scrolling in X11.
  102. For further information, see
  103. <file:Documentation/input/appletouch.txt>.
  104. To compile this driver as a module, choose M here: the
  105. module will be called appletouch.
  106. config MOUSE_INPORT
  107. tristate "InPort/MS/ATIXL busmouse"
  108. depends on ISA
  109. help
  110. Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
  111. They are rather rare these days.
  112. To compile this driver as a module, choose M here: the
  113. module will be called inport.
  114. config MOUSE_ATIXL
  115. bool "ATI XL variant"
  116. depends on MOUSE_INPORT
  117. help
  118. Say Y here if your mouse is of the ATI XL variety.
  119. config MOUSE_LOGIBM
  120. tristate "Logitech busmouse"
  121. depends on ISA
  122. help
  123. Say Y here if you have a Logitech busmouse.
  124. They are rather rare these days.
  125. To compile this driver as a module, choose M here: the
  126. module will be called logibm.
  127. config MOUSE_PC110PAD
  128. tristate "IBM PC110 touchpad"
  129. depends on ISA
  130. help
  131. Say Y if you have the IBM PC-110 micro-notebook and want its
  132. touchpad supported.
  133. To compile this driver as a module, choose M here: the
  134. module will be called pc110pad.
  135. config MOUSE_AMIGA
  136. tristate "Amiga mouse"
  137. depends on AMIGA
  138. help
  139. Say Y here if you have an Amiga and want its native mouse
  140. supported by the kernel.
  141. To compile this driver as a module, choose M here: the
  142. module will be called amimouse.
  143. config MOUSE_ATARI
  144. tristate "Atari mouse"
  145. depends on ATARI
  146. select ATARI_KBD_CORE
  147. help
  148. Say Y here if you have an Atari and want its native mouse
  149. supported by the kernel.
  150. To compile this driver as a module, choose M here: the
  151. module will be called atarimouse.
  152. config MOUSE_RISCPC
  153. tristate "Acorn RiscPC mouse"
  154. depends on ARCH_ACORN
  155. help
  156. Say Y here if you have the Acorn RiscPC computer and want its
  157. native mouse supported.
  158. To compile this driver as a module, choose M here: the
  159. module will be called rpcmouse.
  160. config MOUSE_VSXXXAA
  161. tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
  162. select SERIO
  163. help
  164. Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
  165. puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
  166. typically used on DECstations or VAXstations, but can also
  167. be used on any box capable of RS232 (with some adaptor
  168. described in the source file). This driver also works with the
  169. digitizer (VSXXX-AB) DEC produced.
  170. config MOUSE_HIL
  171. tristate "HIL pointers (mice etc)."
  172. depends on GSC || HP300
  173. select HP_SDC
  174. select HIL_MLC
  175. help
  176. Say Y here to support HIL pointers.
  177. config MOUSE_GPIO
  178. tristate "GPIO mouse"
  179. depends on GENERIC_GPIO
  180. select INPUT_POLLDEV
  181. help
  182. This driver simulates a mouse on GPIO lines of various CPUs (and some
  183. other chips).
  184. Say Y here if your device has buttons or a simple joystick connected
  185. directly to GPIO lines. Your board-specific setup logic must also
  186. provide a platform device and platform data saying which GPIOs are
  187. used.
  188. To compile this driver as a module, choose M here: the
  189. module will be called gpio_mouse.
  190. endif