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 bool "OLPC PS/2 mouse protocol extension"
101 depends on MOUSE_PS2 && OLPC
103 Say Y here if you have an OLPC XO-1 laptop (with built-in
104 PS/2 touchpad/tablet device). The manufacturer calls the
110 tristate "Serial mouse"
113 Say Y here if you have a serial (RS-232, COM port) mouse connected
114 to your system. This includes Sun, MouseSystems, Microsoft,
115 Logitech and all other compatible serial mice.
119 To compile this driver as a module, choose M here: the
120 module will be called sermouse.
122 config MOUSE_APPLETOUCH
123 tristate "Apple USB Touchpad support"
124 depends on USB_ARCH_HAS_HCD
127 Say Y here if you want to use an Apple USB Touchpad.
129 These are the touchpads that can be found on post-February 2005
130 Apple Powerbooks (prior models have a Synaptics touchpad connected
133 This driver provides a basic mouse driver but can be interfaced
134 with the synaptics X11 driver to provide acceleration and
137 For further information, see
138 <file:Documentation/input/appletouch.txt>.
140 To compile this driver as a module, choose M here: the
141 module will be called appletouch.
144 tristate "Apple USB BCM5974 Multitouch trackpad support"
145 depends on USB_ARCH_HAS_HCD
148 Say Y here if you have an Apple USB BCM5974 Multitouch
151 The BCM5974 is the multitouch trackpad found in the Macbook
152 Air (JAN2008) and Macbook Pro Penryn (FEB2008) laptops.
154 It is also found in the IPhone (2007) and Ipod Touch (2008).
156 This driver provides multitouch functionality together with
157 the synaptics X11 driver.
159 The interface is currently identical to the appletouch interface,
160 for further information, see
161 <file:Documentation/input/appletouch.txt>.
163 To compile this driver as a module, choose M here: the
164 module will be called bcm5974.
167 tristate "InPort/MS/ATIXL busmouse"
170 Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
171 They are rather rare these days.
173 To compile this driver as a module, choose M here: the
174 module will be called inport.
177 bool "ATI XL variant"
178 depends on MOUSE_INPORT
180 Say Y here if your mouse is of the ATI XL variety.
183 tristate "Logitech busmouse"
186 Say Y here if you have a Logitech busmouse.
187 They are rather rare these days.
189 To compile this driver as a module, choose M here: the
190 module will be called logibm.
192 config MOUSE_PC110PAD
193 tristate "IBM PC110 touchpad"
196 Say Y if you have the IBM PC-110 micro-notebook and want its
199 To compile this driver as a module, choose M here: the
200 module will be called pc110pad.
203 tristate "Amiga mouse"
206 Say Y here if you have an Amiga and want its native mouse
207 supported by the kernel.
209 To compile this driver as a module, choose M here: the
210 module will be called amimouse.
213 tristate "Atari mouse"
215 select ATARI_KBD_CORE
217 Say Y here if you have an Atari and want its native mouse
218 supported by the kernel.
220 To compile this driver as a module, choose M here: the
221 module will be called atarimouse.
224 tristate "Acorn RiscPC mouse"
225 depends on ARCH_ACORN
227 Say Y here if you have the Acorn RiscPC computer and want its
228 native mouse supported.
230 To compile this driver as a module, choose M here: the
231 module will be called rpcmouse.
234 tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
237 Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
238 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
239 typically used on DECstations or VAXstations, but can also
240 be used on any box capable of RS232 (with some adaptor
241 described in the source file). This driver also works with the
242 digitizer (VSXXX-AB) DEC produced.
245 tristate "HIL pointers (mice etc)."
246 depends on GSC || HP300
250 Say Y here to support HIL pointers.
253 tristate "GPIO mouse"
254 depends on GENERIC_GPIO
257 This driver simulates a mouse on GPIO lines of various CPUs (and some
260 Say Y here if your device has buttons or a simple joystick connected
261 directly to GPIO lines. Your board-specific setup logic must also
262 provide a platform device and platform data saying which GPIOs are
265 To compile this driver as a module, choose M here: the
266 module will be called gpio_mouse.