Merge with Linux 2.5.73.
[linux-2.6/linux-mips.git] / drivers / input / mouse / Kconfig
blob68ca6d745b89cd4df0ec6f9706a7c2ed71979d7c
2 # Mouse driver configuration
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.
12           If unsure, say Y.
14 config MOUSE_PS2
15         tristate "PS/2 mouse"
16         default y
17         depends on INPUT && INPUT_MOUSE && SERIO
18         ---help---
19           Say Y here if you have a PS/2 mouse connected to your system. This
20           includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
21           mice with wheels and extra buttons, Microsoft, Logitech or Genius
22           compatible. Support for Synaptics TouchPads is also included.
23           For Synaptics TouchPad support in XFree86 you'll need this XFree86
24           driver: http://w1.894.telia.com/~u89404340/touchpad/index.html
26           If unsure, say Y.
28           This driver is also available as a module ( = code which can be
29           inserted in and removed from the running kernel whenever you want).
30           The module will be called psmouse. If you want to compile it as a
31           module, say M here and read <file:Documentation/modules.txt>.
33 config MOUSE_SERIAL
34         tristate "Serial mouse"
35         depends on INPUT && INPUT_MOUSE && SERIO
36         ---help---
37           Say Y here if you have a serial (RS-232, COM port) mouse connected
38           to your system. This includes Sun, MouseSystems, Microsoft,
39           Logitech and all other compatible serial mice.
41           If unsure, say N.
43           This driver is also available as a module ( = code which can be
44           inserted in and removed from the running kernel whenever you want).
45           The module will be called sermouse. If you want to compile it as a
46           module, say M here and read <file:Documentation/modules.txt>.
48 config MOUSE_INPORT
49         tristate "InPort/MS/ATIXL busmouse"
50         depends on INPUT && INPUT_MOUSE && ISA
51         help
52           Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
53           They are rather rare these days.
55           This driver is also available as a module ( = code which can be
56           inserted in and removed from the running kernel whenever you want).
57           The module will be called inport. If you want to compile it as a
58           module, say M here and read <file.:Documentation/modules.txt>.
60 config MOUSE_ATIXL
61         bool "ATI XL variant"
62         depends on MOUSE_INPORT
63         help
64           Say Y here if your mouse is of the ATI XL variety.
66 config MOUSE_LOGIBM
67         tristate "Logitech busmouse"
68         depends on INPUT && INPUT_MOUSE && ISA
69         help
70           Say Y here if you have a Logitech busmouse.
71           They are rather rare these days.
73           This driver is also available as a module ( = code which can be
74           inserted in and removed from the running kernel whenever you want).
75           The module will be called logibm. If you want to compile it as a
76           module, say M here and read <file.:Documentation/modules.txt>.
78 config MOUSE_PC110PAD
79         tristate "IBM PC110 touchpad"
80         depends on INPUT && INPUT_MOUSE && ISA
81         help
82           Say Y if you have the IBM PC-110 micro-notebook and want its
83           touchpad supported.
85           This driver is also available as a module ( = code which can be
86           inserted in and removed from the running kernel whenever you want).
87           The module will be called pc110pad. If you want to compile it as a
88           module, say M here and read <file.:Documentation/modules.txt>.
90 config MOUSE_MAPLE
91         tristate "Maple bus mouse"
92         depends on SH_DREAMCAST && INPUT && INPUT_MOUSE && MAPLE
93         help
94           Say Y if you have a DreamCast console and a mouse attached to
95           its Maple bus.
97           This driver is also available as a module ( = code which can be
98           inserted in and removed from the running kernel whenever you want).
99           The module will be called maplemouse. If you want to compile it as a
100           module, say M here and read <file.:Documentation/modules.txt>.
102 config MOUSE_AMIGA
103         tristate "Amiga mouse"
104         depends on AMIGA && INPUT && INPUT_MOUSE
105         help
106           Say Y here if you have an Amiga and want its native mouse
107           supported by the kernel.
109           This driver is also available as a module ( = code which can be
110           inserted in and removed from the running kernel whenever you want).
111           The module will be called amimouse. If you want to compile it as a
112           module, say M here and read <file.:Documentation/modules.txt>.
114 config MOUSE_RISCPC
115         tristate "Acorn RiscPC mouse"
116         depends on ARCH_ACORN && INPUT && INPUT_MOUSE
117         help
118           Say Y here if you have the Acorn RiscPC computer and want its
119           native mouse supported.
121           This driver is also available as a module ( = code which can be
122           inserted in and removed from the running kernel whenever you want).
123           The module will be called rpcmouse. If you want to compile it as a
124           module, say M here and read <file.:Documentation/modules.txt>.
126 config MOUSE_PC9800
127         tristate "NEC PC-9800 busmouse"
128         depends on X86_PC9800 && INPUT && INPUT_MOUSE && ISA
129         help
130           Say Y here if you have NEC PC-9801/PC-9821 computer and want its
131           native mouse supported.
133           This driver is also available as a module ( = code which can be
134           inserted in and removed from the running kernel whenever you want).
135           The module will be called logibm.o. If you want to compile it as a
136           module, say M here and read <file.:Documentation/modules.txt>.
138 config MOUSE_DTOP
139         bool "MAXINE Access.Bus mouse (VSXXX-BB/GB) support"
140         depends on INPUT && INPUT_MOUSE && ACCESSBUS