2 # Input core configuration
5 tristate "Serial I/O support"
8 Say Yes here if you have any input device that uses serial I/O to
9 communicate with the system. This includes the
10 * standard AT keyboard and PS/2 mouse *
11 as well as serial mice, Sun keyboards, some joysticks and 6dof
16 To compile this driver as a module, choose M here: the
17 module will be called serio.
22 tristate "i8042 PC Keyboard controller"
24 depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
25 (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \
28 i8042 is the chip over which the standard AT keyboard and PS/2
29 mouse are connected to the computer. If you use these devices,
30 you'll need to say Y here.
34 To compile this driver as a module, choose M here: the
35 module will be called i8042.
38 tristate "Serial port line discipline"
42 Say Y here if you plan to use an input device (mouse, joystick,
43 tablet, 6dof) that communicates over the RS232 serial (COM) port.
45 More information is available: <file:Documentation/input/input.txt>
49 To compile this driver as a module, choose M here: the
50 module will be called serport.
53 tristate "ct82c710 Aux port controller"
56 Say Y here if you have a Texas Instruments TravelMate notebook
57 equipped with the ct82c710 chip and want to use a mouse connected
62 To compile this driver as a module, choose M here: the
63 module will be called ct82c710.
66 tristate "Q40 keyboard controller"
70 tristate "Parallel port keyboard adapter"
73 Say Y here if you built a simple parallel port adapter to attach
74 an additional AT keyboard, XT keyboard or PS/2 mouse.
76 More information is available: <file:Documentation/input/input.txt>
80 To compile this driver as a module, choose M here: the
81 module will be called parkbd.
84 tristate "Acorn RiscPC keyboard controller"
88 Say Y here if you have the Acorn RiscPC and want to use an AT
89 keyboard connected to its keyboard controller.
91 To compile this driver as a module, choose M here: the
92 module will be called rpckbd.
95 tristate "AVR32 PSIF PS/2 keyboard and mouse controller"
98 Say Y here if you want to use the PSIF peripheral on AVR32 devices
99 and connect a PS/2 keyboard and/or mouse to it.
101 To compile this driver as a module, choose M here: the module will
105 tristate "AMBA KMI keyboard controller"
109 tristate "Intel SA1111 keyboard controller"
113 tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
117 This driver provides support for the PS/2 ports on PA-RISC machines
118 over which HP PS/2 keyboards and PS/2 mice may be connected.
119 If you use these devices, you'll need to say Y here.
121 It's safe to enable this driver, so if unsure, say Y.
123 To compile this driver as a module, choose M here: the
124 module will be called gscps2.
127 tristate "HP System Device Controller i8042 Support"
128 depends on (GSC || HP300) && SERIO
131 This option enables support for the "System Device
132 Controller", an i8042 carrying microcode to manage a
133 few miscellaneous devices on some Hewlett Packard systems.
134 The SDC itself contains a 10ms resolution timer/clock capable
135 of delivering interrupts on a periodic and one-shot basis.
136 The SDC may also be connected to a battery-backed real-time
137 clock, a basic audio waveform generator, and an HP-HIL Master
138 Link Controller serving up to seven input devices.
140 By itself this option is rather useless, but enabling it will
141 enable selection of drivers for the abovementioned devices.
142 It is, however, incompatible with the old, reliable HIL keyboard
143 driver, and the new HIL driver is experimental, so if you plan
144 to use a HIL keyboard as your primary keyboard, you may wish
145 to keep using that driver until the new HIL drivers have had
149 tristate "HIL MLC Support (needed for HIL input devices)"
153 tristate "PCI PS/2 keyboard and PS/2 mouse controller"
156 Say Y here if you have a Mobility Docking station with PS/2
157 keyboard and mice ports.
159 To compile this driver as a module, choose M here: the
160 module will be called pcips2.
163 tristate "SGI O2 MACE PS/2 controller"
166 Say Y here if you have SGI O2 workstation and want to use its
169 To compile this driver as a module, choose M here: the
170 module will be called maceps2.
173 tristate "PS/2 driver library"
174 depends on SERIO_I8042 || SERIO_I8042=n
176 Say Y here if you are using a driver for device connected
177 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
179 To compile this driver as a module, choose M here: the
180 module will be called libps2.
183 tristate "Raw access to serio ports"
185 Say Y here if you want to have raw access to serio ports, such as
186 AUX ports on i8042 keyboard controller. Each serio port that is
187 bound to this driver will be accessible via a char device with
188 major 10 and dynamically allocated minor. The driver will try
189 allocating minor 1 (that historically corresponds to /dev/psaux)
190 first. To bind this driver to a serio port use sysfs interface:
192 echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
194 To compile this driver as a module, choose M here: the
195 module will be called serio_raw.
197 config SERIO_XILINX_XPS_PS2
198 tristate "Xilinx XPS PS/2 Controller Support"
199 depends on PPC || MICROBLAZE
201 This driver supports XPS PS/2 IP from the Xilinx EDK on
204 To compile this driver as a module, choose M here: the
205 module will be called xilinx_ps2.
207 config SERIO_ALTERA_PS2
208 tristate "Altera UP PS/2 controller"
211 Say Y here if you have Altera University Program PS/2 ports.
213 To compile this driver as a module, choose M here: the
214 module will be called altera_ps2.
216 config SERIO_AMS_DELTA
217 tristate "Amstrad Delta (E3) mailboard support"
218 depends on MACH_AMS_DELTA
221 Say Y here if you have an E3 and want to use its mailboard,
222 or any standard AT keyboard connected to the mailboard port.
224 When used for the E3 mailboard, a non-standard key table
225 must be loaded from userspace, possibly using udev extras
226 provided keymap helper utility.
228 To compile this driver as a module, choose M here;
229 the module will be called ams_delta_serio.
232 tristate "TQC PS/2 multiplexer"
234 Say Y here if you have the PS/2 line multiplexer like the one
235 present on TQC boards.
237 To compile this driver as a module, choose M here: the
238 module will be called ps2mult.
241 tristate "ARC PS/2 support"
243 Say Y here if you have an ARC FPGA platform with a PS/2
246 To compile this driver as a module, choose M here; the module
247 will be called arc_ps2.
250 tristate "GRLIB APBPS2 PS/2 keyboard/mouse controller"
253 Say Y here if you want support for GRLIB APBPS2 peripherals used
254 to connect to PS/2 keyboard and/or mouse.
256 To compile this driver as a module, choose M here: the module will
259 config SERIO_OLPC_APSP
260 tristate "OLPC AP-SP input support"
263 Say Y here if you want support for the keyboard and touchpad included
264 in the OLPC XO-1.75 and XO-4 laptops.
266 To compile this driver as a module, choose M here: the module will