Kconfig 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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 "Logictech 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. select USB
  93. help
  94. Say Y here if you want to use an Apple USB Touchpad.
  95. These are the touchpads that can be found on post-February 2005
  96. Apple Powerbooks (prior models have a Synaptics touchpad connected
  97. to the ADB bus).
  98. This driver provides a basic mouse driver but can be interfaced
  99. with the synaptics X11 driver to provide acceleration and
  100. scrolling in X11.
  101. For further information, see
  102. <file:Documentation/input/appletouch.txt>.
  103. To compile this driver as a module, choose M here: the
  104. module will be called appletouch.
  105. config MOUSE_INPORT
  106. tristate "InPort/MS/ATIXL busmouse"
  107. depends on ISA
  108. help
  109. Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
  110. They are rather rare these days.
  111. To compile this driver as a module, choose M here: the
  112. module will be called inport.
  113. config MOUSE_ATIXL
  114. bool "ATI XL variant"
  115. depends on MOUSE_INPORT
  116. help
  117. Say Y here if your mouse is of the ATI XL variety.
  118. config MOUSE_LOGIBM
  119. tristate "Logitech busmouse"
  120. depends on ISA
  121. help
  122. Say Y here if you have a Logitech busmouse.
  123. They are rather rare these days.
  124. To compile this driver as a module, choose M here: the
  125. module will be called logibm.
  126. config MOUSE_PC110PAD
  127. tristate "IBM PC110 touchpad"
  128. depends on ISA
  129. help
  130. Say Y if you have the IBM PC-110 micro-notebook and want its
  131. touchpad supported.
  132. To compile this driver as a module, choose M here: the
  133. module will be called pc110pad.
  134. config MOUSE_AMIGA
  135. tristate "Amiga mouse"
  136. depends on AMIGA
  137. help
  138. Say Y here if you have an Amiga and want its native mouse
  139. supported by the kernel.
  140. To compile this driver as a module, choose M here: the
  141. module will be called amimouse.
  142. config MOUSE_ATARI
  143. tristate "Atari mouse"
  144. depends on ATARI
  145. select ATARI_KBD_CORE
  146. help
  147. Say Y here if you have an Atari and want its native mouse
  148. supported by the kernel.
  149. To compile this driver as a module, choose M here: the
  150. module will be called atarimouse.
  151. config MOUSE_RISCPC
  152. tristate "Acorn RiscPC mouse"
  153. depends on ARCH_ACORN
  154. help
  155. Say Y here if you have the Acorn RiscPC computer and want its
  156. native mouse supported.
  157. To compile this driver as a module, choose M here: the
  158. module will be called rpcmouse.
  159. config MOUSE_VSXXXAA
  160. tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
  161. select SERIO
  162. help
  163. Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
  164. puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
  165. typically used on DECstations or VAXstations, but can also
  166. be used on any box capable of RS232 (with some adaptor
  167. described in the source file). This driver also works with the
  168. digitizer (VSXXX-AB) DEC produced.
  169. config MOUSE_HIL
  170. tristate "HIL pointers (mice etc)."
  171. depends on GSC || HP300
  172. select HP_SDC
  173. select HIL_MLC
  174. help
  175. Say Y here to support HIL pointers.
  176. endif