Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. #
  2. # Mouse driver configuration
  3. #
  4. menuconfig INPUT_MOUSE
  5. bool "Mouse"
  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_INPORT
  91. tristate "InPort/MS/ATIXL busmouse"
  92. depends on ISA
  93. help
  94. Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
  95. They are rather rare these days.
  96. To compile this driver as a module, choose M here: the
  97. module will be called inport.
  98. config MOUSE_ATIXL
  99. bool "ATI XL variant"
  100. depends on MOUSE_INPORT
  101. help
  102. Say Y here if your mouse is of the ATI XL variety.
  103. config MOUSE_LOGIBM
  104. tristate "Logitech busmouse"
  105. depends on ISA
  106. help
  107. Say Y here if you have a Logitech busmouse.
  108. They are rather rare these days.
  109. To compile this driver as a module, choose M here: the
  110. module will be called logibm.
  111. config MOUSE_PC110PAD
  112. tristate "IBM PC110 touchpad"
  113. depends on ISA
  114. help
  115. Say Y if you have the IBM PC-110 micro-notebook and want its
  116. touchpad supported.
  117. To compile this driver as a module, choose M here: the
  118. module will be called pc110pad.
  119. config MOUSE_AMIGA
  120. tristate "Amiga mouse"
  121. depends on AMIGA
  122. help
  123. Say Y here if you have an Amiga and want its native mouse
  124. supported by the kernel.
  125. To compile this driver as a module, choose M here: the
  126. module will be called amimouse.
  127. config MOUSE_RISCPC
  128. tristate "Acorn RiscPC mouse"
  129. depends on ARCH_ACORN
  130. help
  131. Say Y here if you have the Acorn RiscPC computer and want its
  132. native mouse supported.
  133. To compile this driver as a module, choose M here: the
  134. module will be called rpcmouse.
  135. config MOUSE_VSXXXAA
  136. tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
  137. select SERIO
  138. help
  139. Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
  140. puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
  141. typically used on DECstations or VAXstations, but can also
  142. be used on any box capable of RS232 (with some adaptor
  143. described in the source file). This driver also works with the
  144. digitizer (VSXXX-AB) DEC produced.
  145. config MOUSE_HIL
  146. tristate "HIL pointers (mice etc)."
  147. depends on GSC || HP300
  148. select HP_SDC
  149. select HIL_MLC
  150. help
  151. Say Y here to support HIL pointers.
  152. endif