blob: 2541bfa1181acf8df335525546875096a23fd3d8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Mouse driver configuration
3#
4menuconfig INPUT_MOUSE
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -04005 bool "Mice"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 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
11 If unsure, say Y.
12
13if INPUT_MOUSE
14
15config MOUSE_PS2
16 tristate "PS/2 mouse"
17 default y
18 select SERIO
19 select SERIO_LIBPS2
Arnd Bergmann0a4ac2e2014-05-12 11:00:15 -070020 select SERIO_I8042 if ARCH_MIGHT_HAVE_PC_SERIO
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 select SERIO_GSCPS2 if GSC
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -040022 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 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
26 compatible.
27
Arjan Opmeer2a0bd752008-10-16 22:10:19 -040028 Synaptics, ALPS or Elantech TouchPad users might be interested
29 in a specialized Xorg/XFree86 driver at:
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 <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>
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020033 <http://xorg.freedesktop.org/archive/individual/driver/>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 to take advantage of the advanced features of the touchpad.
35
36 If unsure, say Y.
37
38 To compile this driver as a module, choose M here: the
39 module will be called psmouse.
40
Andres Salomon55e3d922007-03-10 01:39:54 -050041config MOUSE_PS2_ALPS
David Rientjes6a108a12011-01-20 14:44:16 -080042 bool "ALPS PS/2 mouse protocol extension" if EXPERT
Andres Salomon55e3d922007-03-10 01:39:54 -050043 default y
44 depends on MOUSE_PS2
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -040045 help
Andres Salomon55e3d922007-03-10 01:39:54 -050046 Say Y here if you have an ALPS PS/2 touchpad connected to
47 your system.
48
49 If unsure, say Y.
50
51config MOUSE_PS2_LOGIPS2PP
David Rientjes6a108a12011-01-20 14:44:16 -080052 bool "Logitech PS/2++ mouse protocol extension" if EXPERT
Andres Salomon55e3d922007-03-10 01:39:54 -050053 default y
54 depends on MOUSE_PS2
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -040055 help
Daniele Forsi125a72d2014-05-12 10:58:19 -070056 Say Y here if you have a Logitech PS/2++ mouse connected to
Andres Salomon55e3d922007-03-10 01:39:54 -050057 your system.
58
59 If unsure, say Y.
60
61config MOUSE_PS2_SYNAPTICS
David Rientjes6a108a12011-01-20 14:44:16 -080062 bool "Synaptics PS/2 mouse protocol extension" if EXPERT
Andres Salomon55e3d922007-03-10 01:39:54 -050063 default y
64 depends on MOUSE_PS2
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -040065 help
Andres Salomon55e3d922007-03-10 01:39:54 -050066 Say Y here if you have a Synaptics PS/2 TouchPad connected to
67 your system.
68
69 If unsure, say Y.
70
Dudley Du0799a922013-01-05 00:14:22 -080071config MOUSE_PS2_CYPRESS
72 bool "Cypress PS/2 mouse protocol extension" if EXPERT
73 default y
74 depends on MOUSE_PS2
75 help
76 Say Y here if you have a Cypress PS/2 Trackpad connected to
77 your system.
78
79 If unsure, say Y.
80
Andres Salomon55e3d922007-03-10 01:39:54 -050081config MOUSE_PS2_LIFEBOOK
David Rientjes6a108a12011-01-20 14:44:16 -080082 bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT
Andres Salomon55e3d922007-03-10 01:39:54 -050083 default y
Dmitry Torokhov614af4e2009-12-29 23:19:31 -080084 depends on MOUSE_PS2 && X86 && DMI
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -040085 help
Andres Salomon55e3d922007-03-10 01:39:54 -050086 Say Y here if you have a Fujitsu B-series Lifebook PS/2
87 TouchScreen connected to your system.
88
89 If unsure, say Y.
90
91config MOUSE_PS2_TRACKPOINT
David Rientjes6a108a12011-01-20 14:44:16 -080092 bool "IBM Trackpoint PS/2 mouse protocol extension" if EXPERT
Andres Salomon55e3d922007-03-10 01:39:54 -050093 default y
94 depends on MOUSE_PS2
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -040095 help
Andres Salomon55e3d922007-03-10 01:39:54 -050096 Say Y here if you have an IBM Trackpoint PS/2 mouse connected
97 to your system.
98
99 If unsure, say Y.
100
Arjan Opmeer2a0bd752008-10-16 22:10:19 -0400101config MOUSE_PS2_ELANTECH
102 bool "Elantech PS/2 protocol extension"
103 depends on MOUSE_PS2
104 help
105 Say Y here if you have an Elantech PS/2 touchpad connected
106 to your system.
107
108 Note that if you enable this driver you will need an updated
109 X.org Synaptics driver that does not require ABS_PRESSURE
110 reports from the touchpad (i.e. post 1.5.0 version). You can
111 grab a patch for the driver here:
112
113 http://userweb.kernel.org/~dtor/synaptics-no-abspressure.patch
114
115 If unsure, say N.
116
117 This driver exposes some configuration registers via sysfs
118 entries. For further information,
119 see <file:Documentation/input/elantech.txt>.
120
Tai-hwa Liangfc69f4a2009-05-10 18:15:39 -0700121config MOUSE_PS2_SENTELIC
122 bool "Sentelic Finger Sensing Pad PS/2 protocol extension"
123 depends on MOUSE_PS2
124 help
125 Say Y here if you have a laptop (such as MSI WIND Netbook)
126 with Sentelic Finger Sensing Pad touchpad.
127
128 If unsure, say N.
Arjan Opmeer2a0bd752008-10-16 22:10:19 -0400129
Andres Salomon55e3d922007-03-10 01:39:54 -0500130config MOUSE_PS2_TOUCHKIT
131 bool "eGalax TouchKit PS/2 protocol extension"
132 depends on MOUSE_PS2
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -0400133 help
Andres Salomon55e3d922007-03-10 01:39:54 -0500134 Say Y here if you have an eGalax TouchKit PS/2 touchscreen
135 connected to your system.
136
137 If unsure, say N.
138
Andres Salomondf08ef22008-09-16 12:30:34 -0400139config MOUSE_PS2_OLPC
140 bool "OLPC PS/2 mouse protocol extension"
141 depends on MOUSE_PS2 && OLPC
142 help
143 Say Y here if you have an OLPC XO-1 laptop (with built-in
144 PS/2 touchpad/tablet device). The manufacturer calls the
145 touchpad an HGPK.
146
147 If unsure, say N.
148
Mathias Gottschlag05be1d02014-12-29 09:26:35 -0800149config MOUSE_PS2_FOCALTECH
150 bool "FocalTech PS/2 mouse protocol extension" if EXPERT
151 default y
152 depends on MOUSE_PS2
153 help
154 Say Y here if you have a FocalTech PS/2 TouchPad connected to
155 your system.
156
157 If unsure, say Y.
158
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159config MOUSE_SERIAL
160 tristate "Serial mouse"
161 select SERIO
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -0400162 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163 Say Y here if you have a serial (RS-232, COM port) mouse connected
164 to your system. This includes Sun, MouseSystems, Microsoft,
165 Logitech and all other compatible serial mice.
166
167 If unsure, say N.
168
169 To compile this driver as a module, choose M here: the
170 module will be called sermouse.
171
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -0400172config MOUSE_APPLETOUCH
173 tristate "Apple USB Touchpad support"
Al Viro7a86ede2007-05-15 20:36:20 +0100174 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovb5da20f2007-05-07 17:12:07 -0400175 select USB
176 help
177 Say Y here if you want to use an Apple USB Touchpad.
178
179 These are the touchpads that can be found on post-February 2005
180 Apple Powerbooks (prior models have a Synaptics touchpad connected
181 to the ADB bus).
182
183 This driver provides a basic mouse driver but can be interfaced
184 with the synaptics X11 driver to provide acceleration and
185 scrolling in X11.
186
187 For further information, see
188 <file:Documentation/input/appletouch.txt>.
189
190 To compile this driver as a module, choose M here: the
191 module will be called appletouch.
192
Henrik Rydbergf89bd952008-08-08 14:59:30 -0400193config MOUSE_BCM5974
194 tristate "Apple USB BCM5974 Multitouch trackpad support"
195 depends on USB_ARCH_HAS_HCD
196 select USB
197 help
198 Say Y here if you have an Apple USB BCM5974 Multitouch
199 trackpad.
200
201 The BCM5974 is the multitouch trackpad found in the Macbook
202 Air (JAN2008) and Macbook Pro Penryn (FEB2008) laptops.
203
204 It is also found in the IPhone (2007) and Ipod Touch (2008).
205
206 This driver provides multitouch functionality together with
207 the synaptics X11 driver.
208
209 The interface is currently identical to the appletouch interface,
210 for further information, see
211 <file:Documentation/input/appletouch.txt>.
212
213 To compile this driver as a module, choose M here: the
214 module will be called bcm5974.
215
Benson Leungd7e34d12013-01-09 16:25:11 -0800216config MOUSE_CYAPA
217 tristate "Cypress APA I2C Trackpad support"
218 depends on I2C
219 help
220 This driver adds support for Cypress All Points Addressable (APA)
221 I2C Trackpads, including the ones used in 2012 Samsung Chromebooks.
222
223 Say Y here if you have a Cypress APA I2C Trackpad.
224
225 To compile this driver as a module, choose M here: the module will be
226 called cyapa.
227
Duson Lin66967772014-10-03 13:24:27 -0700228config MOUSE_ELAN_I2C
229 tristate "ELAN I2C Touchpad support"
230 depends on I2C
231 help
232 This driver adds support for Elan I2C/SMbus Trackpads.
233
234 Say Y here if you have a ELAN I2C/SMbus Touchpad.
235
236 To compile this driver as a module, choose M here: the module will be
237 called elan_i2c.
238
239config MOUSE_ELAN_I2C_I2C
240 bool "Enable I2C support"
241 depends on MOUSE_ELAN_I2C
242 default y
243 help
244 Say Y here if Elan Touchpad in your system is connected to
245 a standard I2C controller.
246
247 If unsure, say Y.
248
249config MOUSE_ELAN_I2C_SMBUS
250 bool "Enable SMbus support"
251 depends on MOUSE_ELAN_I2C
252 help
253 Say Y here if Elan Touchpad in your system is connected to
254 a SMbus adapter.
255
256 If unsure, say Y.
257
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258config MOUSE_INPORT
259 tristate "InPort/MS/ATIXL busmouse"
260 depends on ISA
261 help
262 Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
263 They are rather rare these days.
264
265 To compile this driver as a module, choose M here: the
266 module will be called inport.
267
268config MOUSE_ATIXL
269 bool "ATI XL variant"
270 depends on MOUSE_INPORT
271 help
272 Say Y here if your mouse is of the ATI XL variety.
273
274config MOUSE_LOGIBM
275 tristate "Logitech busmouse"
276 depends on ISA
277 help
278 Say Y here if you have a Logitech busmouse.
279 They are rather rare these days.
280
281 To compile this driver as a module, choose M here: the
282 module will be called logibm.
283
284config MOUSE_PC110PAD
285 tristate "IBM PC110 touchpad"
286 depends on ISA
287 help
288 Say Y if you have the IBM PC-110 micro-notebook and want its
289 touchpad supported.
290
291 To compile this driver as a module, choose M here: the
292 module will be called pc110pad.
293
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294config MOUSE_AMIGA
295 tristate "Amiga mouse"
296 depends on AMIGA
297 help
298 Say Y here if you have an Amiga and want its native mouse
299 supported by the kernel.
300
301 To compile this driver as a module, choose M here: the
302 module will be called amimouse.
303
Michael Schmitzc04cb852007-05-01 22:32:38 +0200304config MOUSE_ATARI
305 tristate "Atari mouse"
306 depends on ATARI
307 select ATARI_KBD_CORE
308 help
309 Say Y here if you have an Atari and want its native mouse
310 supported by the kernel.
311
312 To compile this driver as a module, choose M here: the
313 module will be called atarimouse.
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315config MOUSE_RISCPC
316 tristate "Acorn RiscPC mouse"
317 depends on ARCH_ACORN
318 help
319 Say Y here if you have the Acorn RiscPC computer and want its
320 native mouse supported.
321
322 To compile this driver as a module, choose M here: the
323 module will be called rpcmouse.
324
325config MOUSE_VSXXXAA
326 tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
327 select SERIO
328 help
329 Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
330 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
331 typically used on DECstations or VAXstations, but can also
332 be used on any box capable of RS232 (with some adaptor
333 described in the source file). This driver also works with the
334 digitizer (VSXXX-AB) DEC produced.
335
Hans-Christian Egtvedt5f565502007-06-14 23:32:35 -0400336config MOUSE_GPIO
337 tristate "GPIO mouse"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -0700338 depends on GPIOLIB
Hans-Christian Egtvedt5f565502007-06-14 23:32:35 -0400339 select INPUT_POLLDEV
340 help
341 This driver simulates a mouse on GPIO lines of various CPUs (and some
342 other chips).
343
344 Say Y here if your device has buttons or a simple joystick connected
345 directly to GPIO lines. Your board-specific setup logic must also
346 provide a platform device and platform data saying which GPIOs are
347 used.
348
349 To compile this driver as a module, choose M here: the
350 module will be called gpio_mouse.
351
Yong Yao105ca232008-12-29 03:59:59 -0800352config MOUSE_PXA930_TRKBALL
353 tristate "PXA930 Trackball mouse"
354 depends on CPU_PXA930 || CPU_PXA935
355 help
356 Say Y here to support PXA930 Trackball mouse.
357
Adrian McMenamin03dd5e12009-01-29 22:56:08 -0800358config MOUSE_MAPLE
359 tristate "Maple mouse (for the Dreamcast)"
360 depends on MAPLE
361 help
362 This driver supports the Maple mouse on the SEGA Dreamcast.
363
364 Most Dreamcast users, who have a mouse, will say Y here.
365
366 To compile this driver as a module choose M here: the module will be
367 called maplemouse.
368
Mike Rapoporteef3e4c2009-06-11 08:08:39 -0700369config MOUSE_SYNAPTICS_I2C
370 tristate "Synaptics I2C Touchpad support"
371 depends on I2C
372 help
373 This driver supports Synaptics I2C touchpad controller on eXeda
374 mobile device.
375 The device will not work the synaptics X11 driver because
376 (i) it reports only relative coordinates and has no capabilities
377 to report absolute coordinates
378 (ii) the eXeda device itself uses Xfbdev as X Server and it does
379 not allow using xf86-input-* drivers.
380
381 Say y here if you have eXeda device and want to use a Synaptics
382 I2C Touchpad.
383
384 To compile this driver as a module, choose M here: the
385 module will be called synaptics_i2c.
386
Jan Steinhoff8491ee12012-02-03 00:21:31 -0800387config MOUSE_SYNAPTICS_USB
388 tristate "Synaptics USB device support"
389 depends on USB_ARCH_HAS_HCD
390 select USB
391 help
392 Say Y here if you want to use a Synaptics USB touchpad or pointing
393 stick.
394
395 While these devices emulate an USB mouse by default and can be used
396 with standard usbhid driver, this driver, together with its X.Org
397 counterpart, allows you to fully utilize capabilities of the device.
398 More information can be found at:
399 <http://jan-steinhoff.de/linux/synaptics-usb.html>
400
401 To compile this driver as a module, choose M here: the
402 module will be called synaptics_usb.
403
Paul Parsonsae99ea52012-05-10 22:11:51 -0700404config MOUSE_NAVPOINT_PXA27x
405 tristate "Synaptics NavPoint (PXA27x SSP/SPI)"
406 depends on PXA27x && PXA_SSP
407 help
408 This driver adds support for the Synaptics NavPoint touchpad connected
409 to a PXA27x SSP port in SPI slave mode. The device emulates a mouse;
410 a tap or tap-and-a-half drag gesture emulates the left mouse button.
411 For example, use the xf86-input-evdev driver for an X pointing device.
412
413 To compile this driver as a module, choose M here: the
414 module will be called navpoint.
415
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416endif