blob: 55f2c2293ec6a7aee2c1a7573af2c0d43c1f9c28 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Input core configuration
3#
4config SERIO
David Rientjes6a108a12011-01-20 14:44:16 -08005 tristate "Serial I/O support" if EXPERT || !X86
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 default y
Dmitry Torokhovfed94542009-10-05 21:44:18 -07007 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 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
12 devices and more.
13
14 If unsure, say Y.
15
16 To compile this driver as a module, choose M here: the
17 module will be called serio.
18
19if SERIO
20
21config SERIO_I8042
David Rientjes6a108a12011-01-20 14:44:16 -080022 tristate "i8042 PC Keyboard controller" if EXPERT || !X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 default y
Paul Mundt4b3fb4e2010-05-25 19:47:12 +090024 depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
Feng Tangc9d46f62010-07-05 23:03:21 +080025 (!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN
Dmitry Torokhovfed94542009-10-05 21:44:18 -070026 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 i8042 is the chip over which the standard AT keyboard and PS/2
28 mouse are connected to the computer. If you use these devices,
29 you'll need to say Y here.
30
31 If unsure, say Y.
32
33 To compile this driver as a module, choose M here: the
34 module will be called i8042.
35
36config SERIO_SERPORT
37 tristate "Serial port line discipline"
38 default y
Dmitry Torokhovfed94542009-10-05 21:44:18 -070039 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 Say Y here if you plan to use an input device (mouse, joystick,
41 tablet, 6dof) that communicates over the RS232 serial (COM) port.
42
43 More information is available: <file:Documentation/input/input.txt>
44
45 If unsure, say Y.
46
47 To compile this driver as a module, choose M here: the
48 module will be called serport.
49
50config SERIO_CT82C710
51 tristate "ct82c710 Aux port controller"
52 depends on X86
Dmitry Torokhovfed94542009-10-05 21:44:18 -070053 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 Say Y here if you have a Texas Instruments TravelMate notebook
55 equipped with the ct82c710 chip and want to use a mouse connected
56 to the "QuickPort".
57
58 If unsure, say N.
59
60 To compile this driver as a module, choose M here: the
61 module will be called ct82c710.
62
63config SERIO_Q40KBD
64 tristate "Q40 keyboard controller"
65 depends on Q40
66
67config SERIO_PARKBD
68 tristate "Parallel port keyboard adapter"
69 depends on PARPORT
Dmitry Torokhovfed94542009-10-05 21:44:18 -070070 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 Say Y here if you built a simple parallel port adapter to attach
72 an additional AT keyboard, XT keyboard or PS/2 mouse.
73
74 More information is available: <file:Documentation/input/input.txt>
75
76 If unsure, say N.
77
78 To compile this driver as a module, choose M here: the
79 module will be called parkbd.
80
81config SERIO_RPCKBD
82 tristate "Acorn RiscPC keyboard controller"
Russell King635f0252008-10-28 09:43:54 +000083 depends on ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 default y
85 help
86 Say Y here if you have the Acorn RiscPC and want to use an AT
87 keyboard connected to its keyboard controller.
88
89 To compile this driver as a module, choose M here: the
90 module will be called rpckbd.
91
Hans-Christian Egtvedt9f9439e2008-04-15 01:30:47 -040092config SERIO_AT32PSIF
93 tristate "AVR32 PSIF PS/2 keyboard and mouse controller"
94 depends on AVR32
95 help
96 Say Y here if you want to use the PSIF peripheral on AVR32 devices
97 and connect a PS/2 keyboard and/or mouse to it.
98
99 To compile this driver as a module, choose M here: the module will
100 be called at32psif.
101
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102config SERIO_AMBAKMI
103 tristate "AMBA KMI keyboard controller"
104 depends on ARM_AMBA
105
106config SERIO_SA1111
107 tristate "Intel SA1111 keyboard controller"
108 depends on SA1111
109
110config SERIO_GSCPS2
111 tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
112 depends on GSC
113 default y
114 help
115 This driver provides support for the PS/2 ports on PA-RISC machines
116 over which HP PS/2 keyboards and PS/2 mice may be connected.
117 If you use these devices, you'll need to say Y here.
118
119 It's safe to enable this driver, so if unsure, say Y.
120
121 To compile this driver as a module, choose M here: the
122 module will be called gscps2.
123
124config HP_SDC
125 tristate "HP System Device Controller i8042 Support"
Geert Uytterhoevenda96d0b2006-10-09 22:22:37 +0200126 depends on (GSC || HP300) && SERIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 default y
Dmitry Torokhovfed94542009-10-05 21:44:18 -0700128 help
Matt LaPlante09509602006-10-03 22:31:37 +0200129 This option enables support for the "System Device
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 Controller", an i8042 carrying microcode to manage a
Matt LaPlante09509602006-10-03 22:31:37 +0200131 few miscellaneous devices on some Hewlett Packard systems.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 The SDC itself contains a 10ms resolution timer/clock capable
133 of delivering interrupts on a periodic and one-shot basis.
134 The SDC may also be connected to a battery-backed real-time
135 clock, a basic audio waveform generator, and an HP-HIL Master
136 Link Controller serving up to seven input devices.
137
138 By itself this option is rather useless, but enabling it will
139 enable selection of drivers for the abovementioned devices.
140 It is, however, incompatible with the old, reliable HIL keyboard
141 driver, and the new HIL driver is experimental, so if you plan
142 to use a HIL keyboard as your primary keyboard, you may wish
143 to keep using that driver until the new HIL drivers have had
144 more testing.
145
146config HIL_MLC
147 tristate "HIL MLC Support (needed for HIL input devices)"
148 depends on HP_SDC
149
150config SERIO_PCIPS2
151 tristate "PCI PS/2 keyboard and PS/2 mouse controller"
152 depends on PCI
153 help
154 Say Y here if you have a Mobility Docking station with PS/2
155 keyboard and mice ports.
156
157 To compile this driver as a module, choose M here: the
158 module will be called pcips2.
159
160config SERIO_MACEPS2
161 tristate "SGI O2 MACE PS/2 controller"
162 depends on SGI_IP32
163 help
164 Say Y here if you have SGI O2 workstation and want to use its
165 PS/2 ports.
166
167 To compile this driver as a module, choose M here: the
168 module will be called maceps2.
169
170config SERIO_LIBPS2
David Rientjes6a108a12011-01-20 14:44:16 -0800171 tristate "PS/2 driver library" if EXPERT
Dmitry Torokhovfed94542009-10-05 21:44:18 -0700172 depends on SERIO_I8042 || SERIO_I8042=n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173 help
174 Say Y here if you are using a driver for device connected
175 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
176
177 To compile this driver as a module, choose M here: the
178 module will be called libps2.
179
180config SERIO_RAW
181 tristate "Raw access to serio ports"
182 help
183 Say Y here if you want to have raw access to serio ports, such as
184 AUX ports on i8042 keyboard controller. Each serio port that is
185 bound to this driver will be accessible via a char device with
186 major 10 and dynamically allocated minor. The driver will try
187 allocating minor 1 (that historically corresponds to /dev/psaux)
188 first. To bind this driver to a serio port use sysfs interface:
189
Neil Brownbef5a662005-07-11 01:05:47 -0500190 echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191
192 To compile this driver as a module, choose M here: the
193 module will be called serio_raw.
194
John Linn11918282008-07-07 16:17:48 -0400195config SERIO_XILINX_XPS_PS2
196 tristate "Xilinx XPS PS/2 Controller Support"
Michal Simek6fa612b2009-05-11 15:49:12 +0200197 depends on PPC || MICROBLAZE
John Linn11918282008-07-07 16:17:48 -0400198 help
199 This driver supports XPS PS/2 IP from the Xilinx EDK on
200 PowerPC platform.
201
202 To compile this driver as a module, choose M here: the
203 module will be called xilinx_ps2.
204
Thomas Choufb5bbee2009-10-12 21:35:00 -0700205config SERIO_ALTERA_PS2
206 tristate "Altera UP PS/2 controller"
207 help
208 Say Y here if you have Altera University Program PS/2 ports.
209
210 To compile this driver as a module, choose M here: the
211 module will be called altera_ps2.
212
Janusz Krzysztofik29453932010-04-28 01:10:50 +0000213config SERIO_AMS_DELTA
214 tristate "Amstrad Delta (E3) mailboard support"
215 depends on MACH_AMS_DELTA
216 default y
Janusz Krzysztofik29453932010-04-28 01:10:50 +0000217 ---help---
218 Say Y here if you have an E3 and want to use its mailboard,
219 or any standard AT keyboard connected to the mailboard port.
220
221 When used for the E3 mailboard, a non-standard key table
222 must be loaded from userspace, possibly using udev extras
223 provided keymap helper utility.
224
225 To compile this driver as a module, choose M here;
226 the module will be called ams_delta_serio.
227
Dmitry Eremin-Solenikovfc58d122010-10-18 09:18:13 -0700228config SERIO_PS2MULT
229 tristate "TQC PS/2 multiplexer"
230 help
231 Say Y here if you have the PS/2 line multiplexer like the one
Michael Wittende7fd0f2010-10-27 23:11:10 +0000232 present on TQC boards.
Dmitry Eremin-Solenikovfc58d122010-10-18 09:18:13 -0700233
234 To compile this driver as a module, choose M here: the
235 module will be called ps2mult.
236
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237endif