vserver 1.9.5.x5
[linux-2.6.git] / drivers / input / keyboard / Kconfig
1 #
2 # Input core configuration
3 #
4 config INPUT_KEYBOARD
5         bool "Keyboards" if EMBEDDED || !X86
6         default y
7         depends on INPUT
8         help
9           Say Y here, and a list of supported keyboards will be displayed.
10           This option doesn't affect the kernel.
11
12           If unsure, say Y.
13
14 config KEYBOARD_ATKBD
15         tristate "AT keyboard support" if !PC
16         default y
17         depends on INPUT && INPUT_KEYBOARD
18         select SERIO
19         select SERIO_LIBPS2
20         select SERIO_I8042 if PC
21         select SERIO_GSCPS2 if GSC
22         help
23           Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
24           you'll need this, unless you have a different type keyboard (USB, ADB
25           or other). This also works for AT and PS/2 keyboards connected over a
26           PS/2 to serial converter.
27
28           If unsure, say Y.
29
30           To compile this driver as a module, choose M here: the
31           module will be called atkbd.
32
33 config KEYBOARD_SUNKBD
34         tristate "Sun Type 4 and Type 5 keyboard support"
35         depends on INPUT && INPUT_KEYBOARD
36         select SERIO
37         help
38           Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
39           connected either to the Sun keyboard connector or to an serial
40           (RS-232) port via a simple adapter.
41
42           To compile this driver as a module, choose M here: the
43           module will be called sunkbd.
44
45 config KEYBOARD_LKKBD
46         tristate "DECstation/VAXstation LK201/LK401 keyboard support"
47         depends on INPUT && INPUT_KEYBOARD
48         select SERIO
49         help
50           Say Y here if you want to use a LK201 or LK401 style serial
51           keyboard. This keyboard is also useable on PCs if you attach
52           it with the inputattach program. The connector pinout is
53           described within lkkbd.c.
54
55           To compile this driver as a module, choose M here: the
56           module will be called lkkbd.
57
58 config KEYBOARD_XTKBD
59         tristate "XT Keyboard support"
60         depends on INPUT && INPUT_KEYBOARD
61         select SERIO
62         help
63           Say Y here if you want to use the old IBM PC/XT keyboard (or
64           compatible) on your system. This is only possible with a
65           parallel port keyboard adapter, you cannot connect it to the
66           keyboard port on a PC that runs Linux.
67
68           To compile this driver as a module, choose M here: the
69           module will be called xtkbd.
70
71 config KEYBOARD_NEWTON
72         tristate "Newton keyboard"
73         depends on INPUT && INPUT_KEYBOARD
74         select SERIO
75         help
76           Say Y here if you have a Newton keyboard on a serial port.
77
78           To compile this driver as a module, choose M here: the
79           module will be called newtonkbd.
80
81 config KEYBOARD_MAPLE
82         tristate "Maple bus keyboard support"
83         depends on SH_DREAMCAST && INPUT && INPUT_KEYBOARD && MAPLE
84         help
85           Say Y here if you have a DreamCast console running Linux and have
86           a keyboard attached to its Maple bus.
87
88           To compile this driver as a module, choose M here: the
89           module will be called maple_keyb.
90
91 config KEYBOARD_AMIGA
92         tristate "Amiga keyboard"
93         depends on AMIGA && INPUT && INPUT_KEYBOARD
94         help
95           Say Y here if you are running Linux on any AMIGA and have a keyboard
96           attached.
97
98           To compile this driver as a module, choose M here: the
99           module will be called amikbd.