]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/input/keyboard/Kconfig
Input: sermouse - improve protocol error recovery
[mirror_ubuntu-bionic-kernel.git] / drivers / input / keyboard / Kconfig
CommitLineData
1da177e4
LT
1#
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
15config KEYBOARD_ATKBD
aaef685d 16 tristate "AT keyboard" if EMBEDDED || !X86_PC
1da177e4
LT
17 default y
18 select SERIO
19 select SERIO_LIBPS2
f2c84c0e 20 select SERIO_I8042 if X86_PC
1da177e4
LT
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
33config KEYBOARD_ATKBD_HP_KEYCODES
34 bool "Use HP keyboard scancodes"
35 depends on PARISC && KEYBOARD_ATKBD
36 default y
37 help
38 Say Y here if you have a PA-RISC machine and want to use an AT or
39 PS/2 keyboard, and your keyboard uses keycodes that are specific to
40 PA-RISC keyboards.
41
42 Say N if you use a standard keyboard.
43
44config KEYBOARD_ATKBD_RDI_KEYCODES
45 bool "Use PrecisionBook keyboard scancodes"
46 depends on KEYBOARD_ATKBD_HP_KEYCODES
47 default n
48 help
49 If you have an RDI PrecisionBook, say Y here if you want to use its
50 built-in keyboard (as opposed to an external keyboard).
51
52 The PrecisionBook has five keys that conflict with those used by most
53 AT and PS/2 keyboards. These are as follows:
54
55 PrecisionBook Standard AT or PS/2
56
57 F1 F12
58 Left Ctrl Left Alt
59 Caps Lock Left Ctrl
60 Right Ctrl Caps Lock
61 Left 102nd key (the key to the right of Left Shift)
62
63 If you say N here, and use the PrecisionBook keyboard, then each key
64 in the left-hand column will be interpreted as the corresponding key
65 in the right-hand column.
66
67 If you say Y here, and use an external keyboard, then each key in the
68 right-hand column will be interpreted as the key shown in the
69 left-hand column.
70
71config KEYBOARD_SUNKBD
72 tristate "Sun Type 4 and Type 5 keyboard"
73 select SERIO
74 help
75 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
76 connected either to the Sun keyboard connector or to an serial
77 (RS-232) port via a simple adapter.
78
79 To compile this driver as a module, choose M here: the
80 module will be called sunkbd.
81
82config KEYBOARD_LKKBD
83 tristate "DECstation/VAXstation LK201/LK401 keyboard"
84 select SERIO
85 help
86 Say Y here if you want to use a LK201 or LK401 style serial
87 keyboard. This keyboard is also useable on PCs if you attach
88 it with the inputattach program. The connector pinout is
89 described within lkkbd.c.
90
91 To compile this driver as a module, choose M here: the
92 module will be called lkkbd.
93
94config KEYBOARD_LOCOMO
95 tristate "LoCoMo Keyboard Support"
65d406ac 96 depends on SHARP_LOCOMO && INPUT_KEYBOARD
1da177e4
LT
97 help
98 Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
99
100 To compile this driver as a module, choose M here: the
101 module will be called locomokbd.
102
103config KEYBOARD_XTKBD
104 tristate "XT keyboard"
105 select SERIO
106 help
107 Say Y here if you want to use the old IBM PC/XT keyboard (or
108 compatible) on your system. This is only possible with a
109 parallel port keyboard adapter, you cannot connect it to the
110 keyboard port on a PC that runs Linux.
111
112 To compile this driver as a module, choose M here: the
113 module will be called xtkbd.
114
115config KEYBOARD_NEWTON
116 tristate "Newton keyboard"
117 select SERIO
118 help
119 Say Y here if you have a Newton keyboard on a serial port.
120
121 To compile this driver as a module, choose M here: the
122 module will be called newtonkbd.
123
f35d0616
MV
124config KEYBOARD_STOWAWAY
125 tristate "Stowaway keyboard"
126 select SERIO
127 help
128 Say Y here if you have a Stowaway keyboard on a serial port.
129 Stowaway compatible keyboards like Dicota Input-PDA keyboard
130 are also supported by this driver.
131
132 To compile this driver as a module, choose M here: the
133 module will be called stowaway.
134
1da177e4
LT
135config KEYBOARD_CORGI
136 tristate "Corgi keyboard"
137 depends on PXA_SHARPSL
78a56aab 138 default y
1da177e4 139 help
78a56aab 140 Say Y here to enable the keyboard on the Sharp Zaurus SL-C7xx
1da177e4
LT
141 series of PDAs.
142
78a56aab 143 To compile this driver as a module, choose M here: the
1da177e4
LT
144 module will be called corgikbd.
145
fff71312
RP
146config KEYBOARD_SPITZ
147 tristate "Spitz keyboard"
148 depends on PXA_SHARPSL
149 default y
150 help
151 Say Y here to enable the keyboard on the Sharp Zaurus SL-C1000,
152 SL-C3000 and Sl-C3100 series of PDAs.
153
154 To compile this driver as a module, choose M here: the
155 module will be called spitzkbd.
156
1da177e4
LT
157config KEYBOARD_AMIGA
158 tristate "Amiga keyboard"
159 depends on AMIGA
160 help
161 Say Y here if you are running Linux on any AMIGA and have a keyboard
162 attached.
163
164 To compile this driver as a module, choose M here: the
165 module will be called amikbd.
166
167config KEYBOARD_HIL_OLD
168 tristate "HP HIL keyboard support (simple driver)"
da96d0b5 169 depends on GSC || HP300
1da177e4
LT
170 default y
171 help
172 The "Human Interface Loop" is a older, 8-channel USB-like
173 controller used in several Hewlett Packard models. This driver
174 was adapted from the one written for m68k/hp300, and implements
175 support for a keyboard attached to the HIL port, but not for
176 any other types of HIL input devices like mice or tablets.
177 However, it has been thoroughly tested and is stable.
178
179 If you want full HIL support including support for multiple
09509603 180 keyboards, mice, and tablets, you have to enable the
1da177e4
LT
181 "HP System Device Controller i8042 Support" in the input/serio
182 submenu.
183
184config KEYBOARD_HIL
185 tristate "HP HIL keyboard support"
da96d0b5 186 depends on GSC || HP300
1da177e4
LT
187 default y
188 select HP_SDC
189 select HIL_MLC
190 select SERIO
191 help
192 The "Human Interface Loop" is a older, 8-channel USB-like
193 controller used in several Hewlett Packard models.
194 This driver implements support for HIL-keyboards attached
195 to your machine, so normally you should say Y here.
196
ad4e09b1
KS
197config KEYBOARD_OMAP
198 tristate "TI OMAP keypad support"
199 depends on (ARCH_OMAP1 || ARCH_OMAP2)
200 help
201 Say Y here if you want to use the OMAP keypad.
202
203 To compile this driver as a module, choose M here: the
204 module will be called omap-keypad.
205
f9705fcb
NB
206config KEYBOARD_AAED2000
207 tristate "AAED-2000 keyboard"
208 depends on MACH_AAED2000
209 default y
210 help
211 Say Y here to enable the keyboard on the Agilent AAED-2000
212 development board.
213
214 To compile this driver as a module, choose M here: the
215 module will be called aaed2000_kbd.
216
78a56aab 217config KEYBOARD_GPIO
0d98f6bb
PZ
218 tristate "Buttons on CPU GPIOs (PXA)"
219 depends on (ARCH_SA1100 || ARCH_PXA || ARCH_S3C2410)
78a56aab
PB
220 help
221 This driver implements support for buttons connected
0d98f6bb 222 directly to GPIO pins of SA1100, PXA or S3C24xx CPUs.
78a56aab
PB
223
224 Say Y here if your device has buttons connected
225 directly to GPIO pins of the CPU.
226
227 To compile this driver as a module, choose M here: the
228 module will be called gpio-keys.
229
1da177e4 230endif