Kconfig (55e3d9224b60df0fd2dc36bff9b538ce40fd9586) Kconfig (c04cb856e20a8bf68762d60737b84328c1ab5900)
1#
2# Mouse driver configuration
3#
4menuconfig INPUT_MOUSE
5 bool "Mouse"
6 default y
7 help
8 Say Y here, and a list of supported mice will be displayed.

--- 23 unchanged lines hidden (view full) ---

32 <http://www.geocities.com/dt_or/gpm/gpm.html>
33 to take advantage of the advanced features of the touchpad.
34
35 If unsure, say Y.
36
37 To compile this driver as a module, choose M here: the
38 module will be called psmouse.
39
1#
2# Mouse driver configuration
3#
4menuconfig INPUT_MOUSE
5 bool "Mouse"
6 default y
7 help
8 Say Y here, and a list of supported mice will be displayed.

--- 23 unchanged lines hidden (view full) ---

32 <http://www.geocities.com/dt_or/gpm/gpm.html>
33 to take advantage of the advanced features of the touchpad.
34
35 If unsure, say Y.
36
37 To compile this driver as a module, choose M here: the
38 module will be called psmouse.
39
40config MOUSE_PS2_ALPS
41 bool "ALPS PS/2 mouse protocol extension" if EMBEDDED
42 default y
43 depends on MOUSE_PS2
44 ---help---
45 Say Y here if you have an ALPS PS/2 touchpad connected to
46 your system.
47
48 If unsure, say Y.
49
50config MOUSE_PS2_LOGIPS2PP
51 bool "Logictech PS/2++ mouse protocol extension" if EMBEDDED
52 default y
53 depends on MOUSE_PS2
54 ---help---
55 Say Y here if you have a Logictech PS/2++ mouse connected to
56 your system.
57
58 If unsure, say Y.
59
60config MOUSE_PS2_SYNAPTICS
61 bool "Synaptics PS/2 mouse protocol extension" if EMBEDDED
62 default y
63 depends on MOUSE_PS2
64 ---help---
65 Say Y here if you have a Synaptics PS/2 TouchPad connected to
66 your system.
67
68 If unsure, say Y.
69
70config MOUSE_PS2_LIFEBOOK
71 bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EMBEDDED
72 default y
73 depends on MOUSE_PS2
74 ---help---
75 Say Y here if you have a Fujitsu B-series Lifebook PS/2
76 TouchScreen connected to your system.
77
78 If unsure, say Y.
79
80config MOUSE_PS2_TRACKPOINT
81 bool "IBM Trackpoint PS/2 mouse protocol extension" if EMBEDDED
82 default y
83 depends on MOUSE_PS2
84 ---help---
85 Say Y here if you have an IBM Trackpoint PS/2 mouse connected
86 to your system.
87
88 If unsure, say Y.
89
90config MOUSE_PS2_TOUCHKIT
91 bool "eGalax TouchKit PS/2 protocol extension"
92 depends on MOUSE_PS2
93 ---help---
94 Say Y here if you have an eGalax TouchKit PS/2 touchscreen
95 connected to your system.
96
97 If unsure, say N.
98
99config MOUSE_SERIAL
100 tristate "Serial mouse"
101 select SERIO
102 ---help---
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.
106

--- 43 unchanged lines hidden (view full) ---

150 depends on AMIGA
151 help
152 Say Y here if you have an Amiga and want its native mouse
153 supported by the kernel.
154
155 To compile this driver as a module, choose M here: the
156 module will be called amimouse.
157
40config MOUSE_SERIAL
41 tristate "Serial mouse"
42 select SERIO
43 ---help---
44 Say Y here if you have a serial (RS-232, COM port) mouse connected
45 to your system. This includes Sun, MouseSystems, Microsoft,
46 Logitech and all other compatible serial mice.
47

--- 43 unchanged lines hidden (view full) ---

91 depends on AMIGA
92 help
93 Say Y here if you have an Amiga and want its native mouse
94 supported by the kernel.
95
96 To compile this driver as a module, choose M here: the
97 module will be called amimouse.
98
99config MOUSE_ATARI
100 tristate "Atari mouse"
101 depends on ATARI
102 select ATARI_KBD_CORE
103 help
104 Say Y here if you have an Atari and want its native mouse
105 supported by the kernel.
106
107 To compile this driver as a module, choose M here: the
108 module will be called atarimouse.
109
158config MOUSE_RISCPC
159 tristate "Acorn RiscPC mouse"
160 depends on ARCH_ACORN
161 help
162 Say Y here if you have the Acorn RiscPC computer and want its
163 native mouse supported.
164
165 To compile this driver as a module, choose M here: the

--- 6 unchanged lines hidden (view full) ---

172 Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
173 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
174 typically used on DECstations or VAXstations, but can also
175 be used on any box capable of RS232 (with some adaptor
176 described in the source file). This driver also works with the
177 digitizer (VSXXX-AB) DEC produced.
178
179config MOUSE_HIL
110config MOUSE_RISCPC
111 tristate "Acorn RiscPC mouse"
112 depends on ARCH_ACORN
113 help
114 Say Y here if you have the Acorn RiscPC computer and want its
115 native mouse supported.
116
117 To compile this driver as a module, choose M here: the

--- 6 unchanged lines hidden (view full) ---

124 Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
125 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
126 typically used on DECstations or VAXstations, but can also
127 be used on any box capable of RS232 (with some adaptor
128 described in the source file). This driver also works with the
129 digitizer (VSXXX-AB) DEC produced.
130
131config MOUSE_HIL
180 tristate "HIL pointers (mice etc)."
132 tristate "HIL pointers (mice etc)."
181 depends on GSC || HP300
182 select HP_SDC
183 select HIL_MLC
184 help
185 Say Y here to support HIL pointers.
186
187endif
133 depends on GSC || HP300
134 select HP_SDC
135 select HIL_MLC
136 help
137 Say Y here to support HIL pointers.
138
139endif