2 # Input core configuration
5 bool "Keyboards" if EMBEDDED || !X86
9 Say Y here, and a list of supported keyboards will be displayed.
10 This option doesn't affect the kernel.
15 tristate "AT keyboard support" if !PC
17 depends on INPUT && INPUT_KEYBOARD
19 select SERIO_I8042 if PC
20 select SERIO_GSCPS2 if GSC
22 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
23 you'll need this, unless you have a different type keyboard (USB, ADB
24 or other). This also works for AT and PS/2 keyboards connected over a
25 PS/2 to serial converter.
29 To compile this driver as a module, choose M here: the
30 module will be called atkbd.
32 config KEYBOARD_SUNKBD
33 tristate "Sun Type 4 and Type 5 keyboard support"
34 depends on INPUT && INPUT_KEYBOARD
37 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
38 connected either to the Sun keyboard connector or to an serial
39 (RS-232) port via a simple adapter.
41 To compile this driver as a module, choose M here: the
42 module will be called sunkbd.
45 tristate "DECstation/VAXstation LK201/LK401 keyboard support"
46 depends on INPUT && INPUT_KEYBOARD
49 Say Y here if you want to use a LK201 or LK401 style serial
50 keyboard. This keyboard is also useable on PCs if you attach
51 it with the inputattach program. The connector pinout is
52 described within lkkbd.c.
54 To compile this driver as a module, choose M here: the
55 module will be called lkkbd.
58 tristate "XT Keyboard support"
59 depends on INPUT && INPUT_KEYBOARD
62 Say Y here if you want to use the old IBM PC/XT keyboard (or
63 compatible) on your system. This is only possible with a
64 parallel port keyboard adapter, you cannot connect it to the
65 keyboard port on a PC that runs Linux.
67 To compile this driver as a module, choose M here: the
68 module will be called xtkbd.
70 config KEYBOARD_NEWTON
71 tristate "Newton keyboard"
72 depends on INPUT && INPUT_KEYBOARD
75 Say Y here if you have a Newton keyboard on a serial port.
77 To compile this driver as a module, choose M here: the
78 module will be called newtonkbd.
81 tristate "Maple bus keyboard support"
82 depends on SH_DREAMCAST && INPUT && INPUT_KEYBOARD && MAPLE
84 Say Y here if you have a DreamCast console running Linux and have
85 a keyboard attached to its Maple bus.
87 To compile this driver as a module, choose M here: the
88 module will be called maple_keyb.
91 tristate "Amiga keyboard"
92 depends on AMIGA && INPUT && INPUT_KEYBOARD
94 Say Y here if you are running Linux on any AMIGA and have a keyboard
97 To compile this driver as a module, choose M here: the
98 module will be called amikbd.