patch-2_6_7-vs1_9_1_12
[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_I8042 if PC
20         select SERIO_GSCPS2 if GSC
21         help
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.
26
27           If unsure, say Y.
28
29           To compile this driver as a module, choose M here: the
30           module will be called atkbd.
31
32 config KEYBOARD_SUNKBD
33         tristate "Sun Type 4 and Type 5 keyboard support"
34         depends on INPUT && INPUT_KEYBOARD
35         select SERIO
36         help
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.
40
41           To compile this driver as a module, choose M here: the
42           module will be called sunkbd.
43
44 config KEYBOARD_LKKBD
45         tristate "DECstation/VAXstation LK201/LK401 keyboard support"
46         depends on INPUT && INPUT_KEYBOARD
47         select SERIO
48         help
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.
53
54           To compile this driver as a module, choose M here: the
55           module will be called lkkbd.
56
57 config KEYBOARD_XTKBD
58         tristate "XT Keyboard support"
59         depends on INPUT && INPUT_KEYBOARD
60         select SERIO
61         help
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.
66
67           To compile this driver as a module, choose M here: the
68           module will be called xtkbd.
69
70 config KEYBOARD_NEWTON
71         tristate "Newton keyboard"
72         depends on INPUT && INPUT_KEYBOARD
73         select SERIO
74         help
75           Say Y here if you have a Newton keyboard on a serial port.
76
77           To compile this driver as a module, choose M here: the
78           module will be called newtonkbd.
79
80 config KEYBOARD_MAPLE
81         tristate "Maple bus keyboard support"
82         depends on SH_DREAMCAST && INPUT && INPUT_KEYBOARD && MAPLE
83         help
84           Say Y here if you have a DreamCast console running Linux and have
85           a keyboard attached to its Maple bus.
86
87           To compile this driver as a module, choose M here: the
88           module will be called maple_keyb.
89
90 config KEYBOARD_AMIGA
91         tristate "Amiga keyboard"
92         depends on AMIGA && INPUT && INPUT_KEYBOARD
93         help
94           Say Y here if you are running Linux on any AMIGA and have a keyboard
95           attached.
96
97           To compile this driver as a module, choose M here: the
98           module will be called amikbd.
99
100 config KEYBOARD_98KBD
101         tristate "NEC PC-9800 Keyboard support"
102         depends on X86_PC9800 && INPUT && INPUT_KEYBOARD
103         select SERIO
104         help
105           Say Y here if you want to use the NEC PC-9801/PC-9821 keyboard (or
106           compatible) on your system.
107
108           To compile this driver as a module, choose M here: the
109           module will be called 98kbd.
110