2 # Input core configuration
5 tristate "Serial I/O support" if EMBEDDED || !X86
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" if EMBEDDED || !X86
24 depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BLACKFIN
26 i8042 is the chip over which the standard AT keyboard and PS/2
27 mouse are connected to the computer. If you use these devices,
28 you'll need to say Y here.
32 To compile this driver as a module, choose M here: the
33 module will be called i8042.
36 tristate "Serial port line discipline"
39 Say Y here if you plan to use an input device (mouse, joystick,
40 tablet, 6dof) that communicates over the RS232 serial (COM) port.
42 More information is available: <file:Documentation/input/input.txt>
46 To compile this driver as a module, choose M here: the
47 module will be called serport.
50 tristate "ct82c710 Aux port controller"
53 Say Y here if you have a Texas Instruments TravelMate notebook
54 equipped with the ct82c710 chip and want to use a mouse connected
59 To compile this driver as a module, choose M here: the
60 module will be called ct82c710.
63 tristate "Q40 keyboard controller"
67 tristate "Parallel port keyboard adapter"
70 Say Y here if you built a simple parallel port adapter to attach
71 an additional AT keyboard, XT keyboard or PS/2 mouse.
73 More information is available: <file:Documentation/input/input.txt>
77 To compile this driver as a module, choose M here: the
78 module will be called parkbd.
81 tristate "Acorn RiscPC keyboard controller"
85 Say Y here if you have the Acorn RiscPC and want to use an AT
86 keyboard connected to its keyboard controller.
88 To compile this driver as a module, choose M here: the
89 module will be called rpckbd.
92 tristate "AVR32 PSIF PS/2 keyboard and mouse controller"
95 Say Y here if you want to use the PSIF peripheral on AVR32 devices
96 and connect a PS/2 keyboard and/or mouse to it.
98 To compile this driver as a module, choose M here: the module will
102 tristate "AMBA KMI keyboard controller"
106 tristate "Intel SA1111 keyboard controller"
110 tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
114 This driver provides support for the PS/2 ports on PA-RISC machines
115 over which HP PS/2 keyboards and PS/2 mice may be connected.
116 If you use these devices, you'll need to say Y here.
118 It's safe to enable this driver, so if unsure, say Y.
120 To compile this driver as a module, choose M here: the
121 module will be called gscps2.
124 tristate "HP System Device Controller i8042 Support"
125 depends on (GSC || HP300) && SERIO
128 This option enables support for the "System Device
129 Controller", an i8042 carrying microcode to manage a
130 few miscellaneous devices on some Hewlett Packard systems.
131 The SDC itself contains a 10ms resolution timer/clock capable
132 of delivering interrupts on a periodic and one-shot basis.
133 The SDC may also be connected to a battery-backed real-time
134 clock, a basic audio waveform generator, and an HP-HIL Master
135 Link Controller serving up to seven input devices.
137 By itself this option is rather useless, but enabling it will
138 enable selection of drivers for the abovementioned devices.
139 It is, however, incompatible with the old, reliable HIL keyboard
140 driver, and the new HIL driver is experimental, so if you plan
141 to use a HIL keyboard as your primary keyboard, you may wish
142 to keep using that driver until the new HIL drivers have had
146 tristate "HIL MLC Support (needed for HIL input devices)"
150 tristate "PCI PS/2 keyboard and PS/2 mouse controller"
153 Say Y here if you have a Mobility Docking station with PS/2
154 keyboard and mice ports.
156 To compile this driver as a module, choose M here: the
157 module will be called pcips2.
160 tristate "SGI O2 MACE PS/2 controller"
163 Say Y here if you have SGI O2 workstation and want to use its
166 To compile this driver as a module, choose M here: the
167 module will be called maceps2.
170 tristate "PS/2 driver library" if EMBEDDED
172 Say Y here if you are using a driver for device connected
173 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
175 To compile this driver as a module, choose M here: the
176 module will be called libps2.
179 tristate "Raw access to serio ports"
181 Say Y here if you want to have raw access to serio ports, such as
182 AUX ports on i8042 keyboard controller. Each serio port that is
183 bound to this driver will be accessible via a char device with
184 major 10 and dynamically allocated minor. The driver will try
185 allocating minor 1 (that historically corresponds to /dev/psaux)
186 first. To bind this driver to a serio port use sysfs interface:
188 echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
190 To compile this driver as a module, choose M here: the
191 module will be called serio_raw.
193 config SERIO_XILINX_XPS_PS2
194 tristate "Xilinx XPS PS/2 Controller Support"
197 This driver supports XPS PS/2 IP from the Xilinx EDK on
200 To compile this driver as a module, choose M here: the
201 module will be called xilinx_ps2.