2 # Mouse driver configuration
8 Say Y here, and a list of supported mice will be displayed.
9 This option doesn't affect the kernel.
20 select SERIO_I8042 if X86_PC
21 select SERIO_GSCPS2 if GSC
23 Say Y here if you have a PS/2 mouse connected to your system. This
24 includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
25 mice with wheels and extra buttons, Microsoft, Logitech or Genius
28 Synaptics TouchPad users might be interested in a specialized
30 <http://w1.894.telia.com/~u89404340/touchpad/index.html>
31 and a new version of GPM at:
32 <http://www.geocities.com/dt_or/gpm/gpm.html>
33 to take advantage of the advanced features of the touchpad.
37 To compile this driver as a module, choose M here: the
38 module will be called psmouse.
41 bool "ALPS PS/2 mouse protocol extension" if EMBEDDED
45 Say Y here if you have an ALPS PS/2 touchpad connected to
50 config MOUSE_PS2_LOGIPS2PP
51 bool "Logitech PS/2++ mouse protocol extension" if EMBEDDED
55 Say Y here if you have a Logictech PS/2++ mouse connected to
60 config MOUSE_PS2_SYNAPTICS
61 bool "Synaptics PS/2 mouse protocol extension" if EMBEDDED
65 Say Y here if you have a Synaptics PS/2 TouchPad connected to
70 config MOUSE_PS2_LIFEBOOK
71 bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EMBEDDED
75 Say Y here if you have a Fujitsu B-series Lifebook PS/2
76 TouchScreen connected to your system.
80 config MOUSE_PS2_TRACKPOINT
81 bool "IBM Trackpoint PS/2 mouse protocol extension" if EMBEDDED
85 Say Y here if you have an IBM Trackpoint PS/2 mouse connected
90 config MOUSE_PS2_TOUCHKIT
91 bool "eGalax TouchKit PS/2 protocol extension"
94 Say Y here if you have an eGalax TouchKit PS/2 touchscreen
95 connected to your system.
100 tristate "Serial mouse"
103 Say Y here if you have a serial (RS-232, COM port) mouse connected
104 to your system. This includes Sun, MouseSystems, Microsoft,
105 Logitech and all other compatible serial mice.
109 To compile this driver as a module, choose M here: the
110 module will be called sermouse.
112 config MOUSE_APPLETOUCH
113 tristate "Apple USB Touchpad support"
114 depends on USB_ARCH_HAS_HCD
117 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
123 This driver provides a basic mouse driver but can be interfaced
124 with the synaptics X11 driver to provide acceleration and
127 For further information, see
128 <file:Documentation/input/appletouch.txt>.
130 To compile this driver as a module, choose M here: the
131 module will be called appletouch.
134 tristate "InPort/MS/ATIXL busmouse"
137 Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
138 They are rather rare these days.
140 To compile this driver as a module, choose M here: the
141 module will be called inport.
144 bool "ATI XL variant"
145 depends on MOUSE_INPORT
147 Say Y here if your mouse is of the ATI XL variety.
150 tristate "Logitech busmouse"
153 Say Y here if you have a Logitech busmouse.
154 They are rather rare these days.
156 To compile this driver as a module, choose M here: the
157 module will be called logibm.
159 config MOUSE_PC110PAD
160 tristate "IBM PC110 touchpad"
163 Say Y if you have the IBM PC-110 micro-notebook and want its
166 To compile this driver as a module, choose M here: the
167 module will be called pc110pad.
170 tristate "Amiga mouse"
173 Say Y here if you have an Amiga and want its native mouse
174 supported by the kernel.
176 To compile this driver as a module, choose M here: the
177 module will be called amimouse.
180 tristate "Atari mouse"
182 select ATARI_KBD_CORE
184 Say Y here if you have an Atari and want its native mouse
185 supported by the kernel.
187 To compile this driver as a module, choose M here: the
188 module will be called atarimouse.
191 tristate "Acorn RiscPC mouse"
192 depends on ARCH_ACORN
194 Say Y here if you have the Acorn RiscPC computer and want its
195 native mouse supported.
197 To compile this driver as a module, choose M here: the
198 module will be called rpcmouse.
201 tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
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.
212 tristate "HIL pointers (mice etc)."
213 depends on GSC || HP300
217 Say Y here to support HIL pointers.
220 tristate "GPIO mouse"
221 depends on GENERIC_GPIO
224 This driver simulates a mouse on GPIO lines of various CPUs (and some
227 Say Y here if your device has buttons or a simple joystick connected
228 directly to GPIO lines. Your board-specific setup logic must also
229 provide a platform device and platform data saying which GPIOs are
232 To compile this driver as a module, choose M here: the
233 module will be called gpio_mouse.