blob: 57055bcbd7a6ae61186a73d04e03b401511e1034 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5 bool "Keyboards" if EMBEDDED || !X86
6 default y
7 help
8 Say Y here, and a list of supported keyboards will be displayed.
9 This option doesn't affect the kernel.
10
11 If unsure, say Y.
12
13if INPUT_KEYBOARD
14
Dmitry Torokhovcb589522009-06-29 00:00:52 -070015config KEYBOARD_AAED2000
16 tristate "AAED-2000 keyboard"
17 depends on MACH_AAED2000
18 select INPUT_POLLDEV
19 default y
20 help
21 Say Y here to enable the keyboard on the Agilent AAED-2000
22 development board.
23
24 To compile this driver as a module, choose M here: the
25 module will be called aaed2000_kbd.
26
Michael Hennerich88751dd2009-09-17 22:39:38 -070027config KEYBOARD_ADP5588
28 tristate "ADP5588 I2C QWERTY Keypad and IO Expander"
29 depends on I2C
30 help
31 Say Y here if you want to use a ADP5588 attached to your
32 system I2C bus.
33
34 To compile this driver as a module, choose M here: the
35 module will be called adp5588-keys.
36
Dmitry Torokhovcb589522009-06-29 00:00:52 -070037config KEYBOARD_AMIGA
38 tristate "Amiga keyboard"
39 depends on AMIGA
40 help
41 Say Y here if you are running Linux on any AMIGA and have a keyboard
42 attached.
43
44 To compile this driver as a module, choose M here: the
45 module will be called amikbd.
46
47config ATARI_KBD_CORE
48 bool
49
50config KEYBOARD_ATARI
51 tristate "Atari keyboard"
52 depends on ATARI
53 select ATARI_KBD_CORE
54 help
55 Say Y here if you are running Linux on any Atari and have a keyboard
56 attached.
57
58 To compile this driver as a module, choose M here: the
59 module will be called atakbd.
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061config KEYBOARD_ATKBD
Yinghai Lu4272ebf2009-01-29 15:14:46 -080062 tristate "AT keyboard" if EMBEDDED || !X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 default y
64 select SERIO
65 select SERIO_LIBPS2
Yinghai Lu4272ebf2009-01-29 15:14:46 -080066 select SERIO_I8042 if X86
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 select SERIO_GSCPS2 if GSC
68 help
69 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
70 you'll need this, unless you have a different type keyboard (USB, ADB
71 or other). This also works for AT and PS/2 keyboards connected over a
72 PS/2 to serial converter.
73
74 If unsure, say Y.
75
76 To compile this driver as a module, choose M here: the
77 module will be called atkbd.
78
79config KEYBOARD_ATKBD_HP_KEYCODES
80 bool "Use HP keyboard scancodes"
81 depends on PARISC && KEYBOARD_ATKBD
82 default y
83 help
84 Say Y here if you have a PA-RISC machine and want to use an AT or
85 PS/2 keyboard, and your keyboard uses keycodes that are specific to
86 PA-RISC keyboards.
87
88 Say N if you use a standard keyboard.
89
90config KEYBOARD_ATKBD_RDI_KEYCODES
91 bool "Use PrecisionBook keyboard scancodes"
92 depends on KEYBOARD_ATKBD_HP_KEYCODES
93 default n
94 help
95 If you have an RDI PrecisionBook, say Y here if you want to use its
96 built-in keyboard (as opposed to an external keyboard).
97
98 The PrecisionBook has five keys that conflict with those used by most
99 AT and PS/2 keyboards. These are as follows:
100
101 PrecisionBook Standard AT or PS/2
102
103 F1 F12
104 Left Ctrl Left Alt
105 Caps Lock Left Ctrl
106 Right Ctrl Caps Lock
107 Left 102nd key (the key to the right of Left Shift)
108
109 If you say N here, and use the PrecisionBook keyboard, then each key
110 in the left-hand column will be interpreted as the corresponding key
111 in the right-hand column.
112
113 If you say Y here, and use an external keyboard, then each key in the
114 right-hand column will be interpreted as the key shown in the
115 left-hand column.
116
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700117config KEYBOARD_BFIN
118 tristate "Blackfin BF54x keypad support"
119 depends on (BF54x && !BF544)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700121 Say Y here if you want to use the BF54x keypad.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122
123 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700124 module will be called bf54x-keys.
125
126config KEYBOARD_CORGI
127 tristate "Corgi keyboard"
128 depends on PXA_SHARPSL
129 default y
130 help
131 Say Y here to enable the keyboard on the Sharp Zaurus SL-C7xx
132 series of PDAs.
133
134 To compile this driver as a module, choose M here: the
135 module will be called corgikbd.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136
137config KEYBOARD_LKKBD
138 tristate "DECstation/VAXstation LK201/LK401 keyboard"
139 select SERIO
140 help
141 Say Y here if you want to use a LK201 or LK401 style serial
142 keyboard. This keyboard is also useable on PCs if you attach
143 it with the inputattach program. The connector pinout is
144 described within lkkbd.c.
145
146 To compile this driver as a module, choose M here: the
147 module will be called lkkbd.
148
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700149config KEYBOARD_EP93XX
150 tristate "EP93xx Matrix Keypad support"
151 depends on ARCH_EP93XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700153 Say Y here to enable the matrix keypad on the Cirrus EP93XX.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154
155 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700156 module will be called ep93xx_keypad.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700158config KEYBOARD_GPIO
159 tristate "GPIO Buttons"
160 depends on GENERIC_GPIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700162 This driver implements support for buttons connected
163 to GPIO pins of various CPUs (and some other chips).
164
165 Say Y here if your device has buttons connected
166 directly to such GPIO pins. Your board-specific
167 setup logic must also provide a platform device,
168 with configuration data saying which GPIOs are used.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169
170 To compile this driver as a module, choose M here: the
Eric Miaobab76142009-06-29 00:20:52 -0700171 module will be called gpio_keys.
172
173config KEYBOARD_MATRIX
174 tristate "GPIO driven matrix keypad support"
175 depends on GENERIC_GPIO
176 help
177 Enable support for GPIO driven matrix keypad.
178
179 To compile this driver as a module, choose M here: the
180 module will be called matrix_keypad.
Michael Schmitzc04cb852007-05-01 22:32:38 +0200181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182config KEYBOARD_HIL_OLD
183 tristate "HP HIL keyboard support (simple driver)"
Geert Uytterhoevenda96d0b2006-10-09 22:22:37 +0200184 depends on GSC || HP300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 default y
186 help
187 The "Human Interface Loop" is a older, 8-channel USB-like
188 controller used in several Hewlett Packard models. This driver
189 was adapted from the one written for m68k/hp300, and implements
190 support for a keyboard attached to the HIL port, but not for
191 any other types of HIL input devices like mice or tablets.
192 However, it has been thoroughly tested and is stable.
193
194 If you want full HIL support including support for multiple
Matt LaPlante09509602006-10-03 22:31:37 +0200195 keyboards, mice, and tablets, you have to enable the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 "HP System Device Controller i8042 Support" in the input/serio
197 submenu.
198
199config KEYBOARD_HIL
Dmitry Torokhovfa71c602009-08-07 23:17:47 -0700200 tristate "HP HIL keyboard/pointer support"
Geert Uytterhoevenda96d0b2006-10-09 22:22:37 +0200201 depends on GSC || HP300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 default y
203 select HP_SDC
204 select HIL_MLC
205 select SERIO
206 help
207 The "Human Interface Loop" is a older, 8-channel USB-like
208 controller used in several Hewlett Packard models.
Dmitry Torokhovfa71c602009-08-07 23:17:47 -0700209 This driver implements support for HIL-keyboards and pointing
210 devices (mice, tablets, touchscreens) attached
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 to your machine, so normally you should say Y here.
212
Kristoffer Ericson2aa2cb92007-09-26 00:02:35 -0400213config KEYBOARD_HP6XX
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500214 tristate "HP Jornada 6xx keyboard"
Kristoffer Ericson2aa2cb92007-09-26 00:02:35 -0400215 depends on SH_HP6XX
216 select INPUT_POLLDEV
217 help
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500218 Say Y here if you have a HP Jornada 620/660/680/690 and want to
219 support the built-in keyboard.
Kristoffer Ericson2aa2cb92007-09-26 00:02:35 -0400220
221 To compile this driver as a module, choose M here: the
222 module will be called jornada680_kbd.
223
Kristoffer Ericsonb0a4e1a2007-09-26 00:02:49 -0400224config KEYBOARD_HP7XX
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500225 tristate "HP Jornada 7xx keyboard"
Kristoffer Ericsonb0a4e1a2007-09-26 00:02:49 -0400226 depends on SA1100_JORNADA720_SSP && SA1100_SSP
227 help
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500228 Say Y here if you have a HP Jornada 710/720/728 and want to
229 support the built-in keyboard.
Kristoffer Ericsonb0a4e1a2007-09-26 00:02:49 -0400230
231 To compile this driver as a module, choose M here: the
232 module will be called jornada720_kbd.
233
Felipe Balbia48b2d42009-05-15 20:12:47 -0700234config KEYBOARD_LM8323
235 tristate "LM8323 keypad chip"
236 depends on I2C
237 depends on LEDS_CLASS
238 help
239 If you say yes here you get support for the National Semiconductor
240 LM8323 keypad controller.
241
242 To compile this driver as a module, choose M here: the
243 module will be called lm8323.
244
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700245config KEYBOARD_LOCOMO
246 tristate "LoCoMo Keyboard Support"
247 depends on SHARP_LOCOMO
Komal Shahad4e09b2006-09-29 01:59:19 -0700248 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700249 Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
Komal Shahad4e09b2006-09-29 01:59:19 -0700250
251 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700252 module will be called locomokbd.
253
254config KEYBOARD_MAPLE
255 tristate "Maple bus keyboard"
256 depends on SH_DREAMCAST && MAPLE
257 help
258 Say Y here if you have a Dreamcast console running Linux and have
259 a keyboard attached to its Maple bus.
260
261 To compile this driver as a module, choose M here: the
262 module will be called maple_keyb.
263
Kim Kyuwon0baf81b2009-09-21 22:17:04 -0700264config KEYBOARD_MAX7359
265 tristate "Maxim MAX7359 Key Switch Controller"
266 depends on I2C
267 help
268 If you say yes here you get support for the Maxim MAX7359 Key
269 Switch Controller chip. This providers microprocessors with
270 management of up to 64 key switches
271
272 To compile this driver as a module, choose M here: the
273 module will be called max7359_keypad.
274
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700275config KEYBOARD_NEWTON
276 tristate "Newton keyboard"
277 select SERIO
278 help
279 Say Y here if you have a Newton keyboard on a serial port.
280
281 To compile this driver as a module, choose M here: the
282 module will be called newtonkbd.
Komal Shahad4e09b2006-09-29 01:59:19 -0700283
Javier Herrero422b5522009-09-16 01:06:42 -0700284config KEYBOARD_OPENCORES
285 tristate "OpenCores Keyboard Controller"
286 help
287 Say Y here if you want to use the OpenCores Keyboard Controller
288 http://www.opencores.org/project,keyboardcontroller
289
290 To compile this driver as a module, choose M here; the
291 module will be called opencores-kbd.
292
Rodolfo Giometti5a90e5b2007-03-16 00:58:52 -0400293config KEYBOARD_PXA27x
Eric Miaoe0f26772008-01-31 00:59:31 -0500294 tristate "PXA27x/PXA3xx keypad support"
295 depends on PXA27x || PXA3xx
Rodolfo Giometti5a90e5b2007-03-16 00:58:52 -0400296 help
Eric Miaobab76142009-06-29 00:20:52 -0700297 Enable support for PXA27x/PXA3xx keypad controller.
Rodolfo Giometti5a90e5b2007-03-16 00:58:52 -0400298
299 To compile this driver as a module, choose M here: the
Eric Miao0e5f11a2008-01-31 00:56:46 -0500300 module will be called pxa27x_keypad.
Rodolfo Giometti5a90e5b2007-03-16 00:58:52 -0400301
Yong Yaoe0ee6292008-12-29 04:00:02 -0800302config KEYBOARD_PXA930_ROTARY
303 tristate "PXA930/PXA935 Enhanced Rotary Controller Support"
304 depends on CPU_PXA930 || CPU_PXA935
305 help
306 Enable support for PXA930/PXA935 Enhanced Rotary Controller.
307
308 To compile this driver as a module, choose M here: the
309 module will be called pxa930_rotary.
310
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700311config KEYBOARD_SPITZ
312 tristate "Spitz keyboard"
313 depends on PXA_SHARPSL
Nicolas Bellidof9705fc2006-11-24 00:42:50 -0500314 default y
315 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700316 Say Y here to enable the keyboard on the Sharp Zaurus SL-C1000,
317 SL-C3000 and Sl-C3100 series of PDAs.
Nicolas Bellidof9705fc2006-11-24 00:42:50 -0500318
319 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700320 module will be called spitzkbd.
Nicolas Bellidof9705fc2006-11-24 00:42:50 -0500321
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700322config KEYBOARD_STOWAWAY
323 tristate "Stowaway keyboard"
324 select SERIO
Phil Blundell78a56aa2007-01-18 00:44:09 -0500325 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700326 Say Y here if you have a Stowaway keyboard on a serial port.
327 Stowaway compatible keyboards like Dicota Input-PDA keyboard
328 are also supported by this driver.
Phil Blundell78a56aa2007-01-18 00:44:09 -0500329
330 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700331 module will be called stowaway.
Phil Blundell78a56aa2007-01-18 00:44:09 -0500332
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700333config KEYBOARD_SUNKBD
334 tristate "Sun Type 4 and Type 5 keyboard"
335 select SERIO
Adrian McMenaminb11d2122007-10-12 20:36:13 -0400336 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700337 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
338 connected either to the Sun keyboard connector or to an serial
339 (RS-232) port via a simple adapter.
Adrian McMenaminb11d2122007-10-12 20:36:13 -0400340
341 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700342 module will be called sunkbd.
Michael Hennerich8f740ef2007-10-13 00:36:46 -0400343
Magnus Damm795e6bf2008-03-04 15:23:45 -0800344config KEYBOARD_SH_KEYSC
345 tristate "SuperH KEYSC keypad support"
346 depends on SUPERH
347 help
348 Say Y here if you want to use a keypad attached to the KEYSC block
349 on SuperH processors such as sh7722 and sh7343.
350
351 To compile this driver as a module, choose M here: the
352 module will be called sh_keysc.
Felipe Balbia48b2d42009-05-15 20:12:47 -0700353
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700354config KEYBOARD_OMAP
355 tristate "TI OMAP keypad support"
356 depends on (ARCH_OMAP1 || ARCH_OMAP2)
H Hartley Sweetene06003a2009-04-18 23:43:57 -0700357 help
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700358 Say Y here if you want to use the OMAP keypad.
H Hartley Sweetene06003a2009-04-18 23:43:57 -0700359
360 To compile this driver as a module, choose M here: the
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700361 module will be called omap-keypad.
362
David Brownell9d834062009-08-25 19:24:14 -0700363config KEYBOARD_TWL4030
364 tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
365 depends on TWL4030_CORE
366 help
367 Say Y here if your board use the keypad controller on
368 TWL4030 family chips. It's safe to say enable this
369 even on boards that don't use the keypad controller.
370
371 To compile this driver as a module, choose M here: the
372 module will be called twl4030_keypad.
373
Dmitry Torokhovcb589522009-06-29 00:00:52 -0700374config KEYBOARD_TOSA
375 tristate "Tosa keyboard"
376 depends on MACH_TOSA
377 default y
378 help
379 Say Y here to enable the keyboard on the Sharp Zaurus SL-6000x (Tosa)
380
381 To compile this driver as a module, choose M here: the
382 module will be called tosakbd.
383
384config KEYBOARD_TOSA_USE_EXT_KEYCODES
385 bool "Tosa keyboard: use extended keycodes"
386 depends on KEYBOARD_TOSA
387 help
388 Say Y here to enable the tosa keyboard driver to generate extended
389 (>= 127) keycodes. Be aware, that they can't be correctly interpreted
390 by either console keyboard driver or by Kdrive keybd driver.
391
392 Say Y only if you know, what you are doing!
393
394config KEYBOARD_XTKBD
395 tristate "XT keyboard"
396 select SERIO
397 help
398 Say Y here if you want to use the old IBM PC/XT keyboard (or
399 compatible) on your system. This is only possible with a
400 parallel port keyboard adapter, you cannot connect it to the
401 keyboard port on a PC that runs Linux.
402
403 To compile this driver as a module, choose M here: the
404 module will be called xtkbd.
H Hartley Sweetene06003a2009-04-18 23:43:57 -0700405
Wan ZongShun4a152352009-08-09 21:22:22 -0700406config KEYBOARD_W90P910
407 tristate "W90P910 Matrix Keypad support"
408 depends on ARCH_W90X900
409 help
410 Say Y here to enable the matrix keypad on evaluation board
411 based on W90P910.
412
413 To compile this driver as a module, choose M here: the
414 module will be called w90p910_keypad.
415
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416endif