Kconfig (bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775) Kconfig (c04cb856e20a8bf68762d60737b84328c1ab5900)
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.

--- 150 unchanged lines hidden (view full) ---

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
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.

--- 150 unchanged lines hidden (view full) ---

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_ATARI
168 tristate "Atari keyboard"
169 depends on ATARI
170 select ATARI_KBD_CORE
171 help
172 Say Y here if you are running Linux on any Atari and have a keyboard
173 attached.
174
175 To compile this driver as a module, choose M here: the
176 module will be called atakbd.
177
167config KEYBOARD_HIL_OLD
168 tristate "HP HIL keyboard support (simple driver)"
169 depends on GSC || HP300
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

--- 23 unchanged lines hidden (view full) ---

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
178config KEYBOARD_HIL_OLD
179 tristate "HP HIL keyboard support (simple driver)"
180 depends on GSC || HP300
181 default y
182 help
183 The "Human Interface Loop" is a older, 8-channel USB-like
184 controller used in several Hewlett Packard models. This driver
185 was adapted from the one written for m68k/hp300, and implements

--- 23 unchanged lines hidden (view full) ---

209 tristate "TI OMAP keypad support"
210 depends on (ARCH_OMAP1 || ARCH_OMAP2)
211 help
212 Say Y here if you want to use the OMAP keypad.
213
214 To compile this driver as a module, choose M here: the
215 module will be called omap-keypad.
216
206config KEYBOARD_PXA27x
207 tristate "PXA27x keyboard support"
208 depends on PXA27x
209 help
210 Enable support for PXA27x matrix keyboard controller
211
212 To compile this driver as a module, choose M here: the
213 module will be called pxa27x_keyboard.
214
215config KEYBOARD_AAED2000
216 tristate "AAED-2000 keyboard"
217 depends on MACH_AAED2000
218 default y
219 help
220 Say Y here to enable the keyboard on the Agilent AAED-2000
221 development board.
222

--- 19 unchanged lines hidden ---
217config KEYBOARD_AAED2000
218 tristate "AAED-2000 keyboard"
219 depends on MACH_AAED2000
220 default y
221 help
222 Say Y here to enable the keyboard on the Agilent AAED-2000
223 development board.
224

--- 19 unchanged lines hidden ---