ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / input / mouse / Kconfig
1 #
2 # Mouse driver configuration
3 #
4 config INPUT_MOUSE
5         bool "Mice"
6         default y
7         depends on INPUT
8         help
9           Say Y here, and a list of supported mice will be displayed.
10           This option doesn't affect the kernel.
11
12           If unsure, say Y.
13
14 config MOUSE_PS2
15         tristate "PS/2 mouse"
16         default y
17         depends on INPUT && INPUT_MOUSE
18         select SERIO
19         select SERIO_I8042 if PC
20         select SERIO_GSCPS2 if GSC
21         ---help---
22           Say Y here if you have a PS/2 mouse connected to your system. This
23           includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
24           mice with wheels and extra buttons, Microsoft, Logitech or Genius
25           compatible.
26
27           Synaptics TouchPad users might be interested in a specialized
28           XFree86 driver at:
29                 http://w1.894.telia.com/~u89404340/touchpad/index.html
30           and a new verion of GPM at:
31                 http://www.geocities.com/dt_or/gpm/gpm.html
32           to take advantage of the advanced features of the touchpad.
33           If you do not want install specialized drivers but want tapping
34           working please use option psmouse.proto=imps.
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
41 config MOUSE_SERIAL
42         tristate "Serial mouse"
43         depends on INPUT && INPUT_MOUSE
44         select SERIO
45         ---help---
46           Say Y here if you have a serial (RS-232, COM port) mouse connected
47           to your system. This includes Sun, MouseSystems, Microsoft,
48           Logitech and all other compatible serial mice.
49
50           If unsure, say N.
51
52           To compile this driver as a module, choose M here: the
53           module will be called sermouse.
54
55 config MOUSE_INPORT
56         tristate "InPort/MS/ATIXL busmouse"
57         depends on INPUT && INPUT_MOUSE && ISA
58         help
59           Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
60           They are rather rare these days.
61
62           To compile this driver as a module, choose M here: the
63           module will be called inport.
64
65 config MOUSE_ATIXL
66         bool "ATI XL variant"
67         depends on MOUSE_INPORT
68         help
69           Say Y here if your mouse is of the ATI XL variety.
70
71 config MOUSE_LOGIBM
72         tristate "Logitech busmouse"
73         depends on INPUT && INPUT_MOUSE && ISA
74         help
75           Say Y here if you have a Logitech busmouse.
76           They are rather rare these days.
77
78           To compile this driver as a module, choose M here: the
79           module will be called logibm.
80
81 config MOUSE_PC110PAD
82         tristate "IBM PC110 touchpad"
83         depends on INPUT && INPUT_MOUSE && ISA
84         help
85           Say Y if you have the IBM PC-110 micro-notebook and want its
86           touchpad supported.
87
88           To compile this driver as a module, choose M here: the
89           module will be called pc110pad.
90
91 config MOUSE_MAPLE
92         tristate "Maple bus mouse"
93         depends on SH_DREAMCAST && INPUT && INPUT_MOUSE && MAPLE
94         help
95           Say Y if you have a DreamCast console and a mouse attached to
96           its Maple bus.
97
98           To compile this driver as a module, choose M here: the
99           module will be called maplemouse.
100
101 config MOUSE_AMIGA
102         tristate "Amiga mouse"
103         depends on AMIGA && INPUT && INPUT_MOUSE
104         help
105           Say Y here if you have an Amiga and want its native mouse
106           supported by the kernel.
107
108           To compile this driver as a module, choose M here: the
109           module will be called amimouse.
110
111 config MOUSE_RISCPC
112         tristate "Acorn RiscPC mouse"
113         depends on ARCH_ACORN && INPUT && INPUT_MOUSE
114         help
115           Say Y here if you have the Acorn RiscPC computer and want its
116           native mouse supported.
117
118           To compile this driver as a module, choose M here: the
119           module will be called rpcmouse.
120
121 config MOUSE_VSXXXAA
122         tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
123         depends on INPUT && INPUT_MOUSE
124         select SERIO
125         help
126           Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
127           puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
128           typically used on DECstations or VAXstations, but can also
129           be used on any box capable of RS232 (with some adaptor
130           described in the source file). This driver should, in theory,
131           also work with the digitizer DEC produced, but it isn't tested
132           with that (I don't have the hardware yet).
133
134 config MOUSE_PC9800
135         tristate "NEC PC-9800 busmouse"
136         depends on X86_PC9800 && INPUT && INPUT_MOUSE && ISA
137         help
138           Say Y here if you have NEC PC-9801/PC-9821 computer and want its
139           native mouse supported.
140
141           To compile this driver as a module, choose M here: the
142           module will be called 98busmouse.
143