xref: /openbmc/linux/drivers/input/keyboard/Kconfig (revision 31881d74)
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
5	bool "Keyboards" if EXPERT || !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_ADP5520
16	tristate "Keypad Support for ADP5520 PMIC"
17	depends on PMIC_ADP5520
18	help
19	  This option enables support for the keypad scan matrix
20	  on Analog Devices ADP5520 PMICs.
21
22	  To compile this driver as a module, choose M here: the module will
23	  be called adp5520-keys.
24
25config KEYBOARD_ADP5588
26	tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander"
27	depends on I2C
28	help
29	  Say Y here if you want to use a ADP5588/87 attached to your
30	  system I2C bus.
31
32	  To compile this driver as a module, choose M here: the
33	  module will be called adp5588-keys.
34
35config KEYBOARD_ADP5589
36	tristate "ADP5585/ADP5589 I2C QWERTY Keypad and IO Expander"
37	depends on I2C
38	help
39	  Say Y here if you want to use a ADP5585/ADP5589 attached to your
40	  system I2C bus.
41
42	  To compile this driver as a module, choose M here: the
43	  module will be called adp5589-keys.
44
45config KEYBOARD_AMIGA
46	tristate "Amiga keyboard"
47	depends on AMIGA
48	help
49	  Say Y here if you are running Linux on any AMIGA and have a keyboard
50	  attached.
51
52	  To compile this driver as a module, choose M here: the
53	  module will be called amikbd.
54
55config ATARI_KBD_CORE
56	bool
57
58config KEYBOARD_ATARI
59	tristate "Atari keyboard"
60	depends on ATARI
61	select ATARI_KBD_CORE
62	help
63	  Say Y here if you are running Linux on any Atari and have a keyboard
64	  attached.
65
66	  To compile this driver as a module, choose M here: the
67	  module will be called atakbd.
68
69config KEYBOARD_ATKBD
70	tristate "AT keyboard" if EXPERT || !X86
71	default y
72	select SERIO
73	select SERIO_LIBPS2
74	select SERIO_I8042 if X86
75	select SERIO_GSCPS2 if GSC
76	help
77	  Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
78	  you'll need this, unless you have a different type keyboard (USB, ADB
79	  or other). This also works for AT and PS/2 keyboards connected over a
80	  PS/2 to serial converter.
81
82	  If unsure, say Y.
83
84	  To compile this driver as a module, choose M here: the
85	  module will be called atkbd.
86
87config KEYBOARD_ATKBD_HP_KEYCODES
88	bool "Use HP keyboard scancodes"
89	depends on PARISC && KEYBOARD_ATKBD
90	default y
91	help
92	  Say Y here if you have a PA-RISC machine and want to use an AT or
93	  PS/2 keyboard, and your keyboard uses keycodes that are specific to
94	  PA-RISC keyboards.
95
96	  Say N if you use a standard keyboard.
97
98config KEYBOARD_ATKBD_RDI_KEYCODES
99	bool "Use PrecisionBook keyboard scancodes"
100	depends on KEYBOARD_ATKBD_HP_KEYCODES
101	default n
102	help
103	  If you have an RDI PrecisionBook, say Y here if you want to use its
104	  built-in keyboard (as opposed to an external keyboard).
105
106	  The PrecisionBook has five keys that conflict with those used by most
107	  AT and PS/2 keyboards. These are as follows:
108
109	    PrecisionBook    Standard AT or PS/2
110
111	    F1               F12
112	    Left Ctrl        Left Alt
113	    Caps Lock        Left Ctrl
114	    Right Ctrl       Caps Lock
115	    Left             102nd key (the key to the right of Left Shift)
116
117	  If you say N here, and use the PrecisionBook keyboard, then each key
118	  in the left-hand column will be interpreted as the corresponding key
119	  in the right-hand column.
120
121	  If you say Y here, and use an external keyboard, then each key in the
122	  right-hand column will be interpreted as the key shown in the
123	  left-hand column.
124
125config KEYBOARD_QT1070
126       tristate "Atmel AT42QT1070 Touch Sensor Chip"
127       depends on I2C
128       help
129         Say Y here if you want to use Atmel AT42QT1070 QTouch
130         Sensor chip as input device.
131
132         To compile this driver as a module, choose M here:
133         the module will be called qt1070
134
135config KEYBOARD_QT2160
136	tristate "Atmel AT42QT2160 Touch Sensor Chip"
137	depends on I2C
138	help
139	  If you say yes here you get support for Atmel AT42QT2160 Touch
140	  Sensor chip as a keyboard input.
141
142	  This driver can also be built as a module. If so, the module
143	  will be called qt2160.
144
145config KEYBOARD_BFIN
146	tristate "Blackfin BF54x keypad support"
147	depends on (BF54x && !BF544)
148	help
149	  Say Y here if you want to use the BF54x keypad.
150
151	  To compile this driver as a module, choose M here: the
152	  module will be called bf54x-keys.
153
154config KEYBOARD_LKKBD
155	tristate "DECstation/VAXstation LK201/LK401 keyboard"
156	select SERIO
157	help
158	  Say Y here if you want to use a LK201 or LK401 style serial
159	  keyboard. This keyboard is also useable on PCs if you attach
160	  it with the inputattach program. The connector pinout is
161	  described within lkkbd.c.
162
163	  To compile this driver as a module, choose M here: the
164	  module will be called lkkbd.
165
166config KEYBOARD_EP93XX
167	tristate "EP93xx Matrix Keypad support"
168	depends on ARCH_EP93XX
169	select INPUT_MATRIXKMAP
170	help
171	  Say Y here to enable the matrix keypad on the Cirrus EP93XX.
172
173	  To compile this driver as a module, choose M here: the
174	  module will be called ep93xx_keypad.
175
176config KEYBOARD_GPIO
177	tristate "GPIO Buttons"
178	depends on GPIOLIB
179	help
180	  This driver implements support for buttons connected
181	  to GPIO pins of various CPUs (and some other chips).
182
183	  Say Y here if your device has buttons connected
184	  directly to such GPIO pins.  Your board-specific
185	  setup logic must also provide a platform device,
186	  with configuration data saying which GPIOs are used.
187
188	  To compile this driver as a module, choose M here: the
189	  module will be called gpio_keys.
190
191config KEYBOARD_GPIO_POLLED
192	tristate "Polled GPIO buttons"
193	depends on GPIOLIB
194	select INPUT_POLLDEV
195	help
196	  This driver implements support for buttons connected
197	  to GPIO pins that are not capable of generating interrupts.
198
199	  Say Y here if your device has buttons connected
200	  directly to such GPIO pins.  Your board-specific
201	  setup logic must also provide a platform device,
202	  with configuration data saying which GPIOs are used.
203
204	  To compile this driver as a module, choose M here: the
205	  module will be called gpio_keys_polled.
206
207config KEYBOARD_TCA6416
208	tristate "TCA6416/TCA6408A Keypad Support"
209	depends on I2C
210	help
211	  This driver implements basic keypad functionality
212	  for keys connected through TCA6416/TCA6408A IO expanders.
213
214	  Say Y here if your device has keys connected to
215	  TCA6416/TCA6408A IO expander. Your board-specific setup logic
216	  must also provide pin-mask details(of which TCA6416 pins
217	  are used for keypad).
218
219	  If enabled the entire TCA6416 device will be managed through
220	  this driver.
221
222	  To compile this driver as a module, choose M here: the
223	  module will be called tca6416_keypad.
224
225config KEYBOARD_TCA8418
226	tristate "TCA8418 Keypad Support"
227	depends on I2C && GENERIC_HARDIRQS
228	select INPUT_MATRIXKMAP
229	help
230	  This driver implements basic keypad functionality
231	  for keys connected through TCA8418 keypad decoder.
232
233	  Say Y here if your device has keys connected to
234	  TCA8418 keypad decoder.
235
236	  If enabled the complete TCA8418 device will be managed through
237	  this driver.
238
239	  To compile this driver as a module, choose M here: the
240	  module will be called tca8418_keypad.
241
242config KEYBOARD_MATRIX
243	tristate "GPIO driven matrix keypad support"
244	depends on GPIOLIB
245	select INPUT_MATRIXKMAP
246	help
247	  Enable support for GPIO driven matrix keypad.
248
249	  To compile this driver as a module, choose M here: the
250	  module will be called matrix_keypad.
251
252config KEYBOARD_HIL_OLD
253	tristate "HP HIL keyboard support (simple driver)"
254	depends on GSC || HP300
255	default y
256	help
257	  The "Human Interface Loop" is a older, 8-channel USB-like
258	  controller used in several Hewlett Packard models. This driver
259	  was adapted from the one written for m68k/hp300, and implements
260	  support for a keyboard attached to the HIL port, but not for
261	  any other types of HIL input devices like mice or tablets.
262	  However, it has been thoroughly tested and is stable.
263
264	  If you want full HIL support including support for multiple
265	  keyboards, mice, and tablets, you have to enable the
266	  "HP System Device Controller i8042 Support" in the input/serio
267	  submenu.
268
269config KEYBOARD_HIL
270	tristate "HP HIL keyboard/pointer support"
271	depends on GSC || HP300
272	default y
273	select HP_SDC
274	select HIL_MLC
275	select SERIO
276	help
277	  The "Human Interface Loop" is a older, 8-channel USB-like
278	  controller used in several Hewlett Packard models.
279	  This driver implements support for HIL-keyboards and pointing
280	  devices (mice, tablets, touchscreens) attached
281	  to your machine, so normally you should say Y here.
282
283config KEYBOARD_HP6XX
284	tristate "HP Jornada 6xx keyboard"
285	depends on SH_HP6XX
286	select INPUT_POLLDEV
287	help
288	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
289	  support the built-in keyboard.
290
291	  To compile this driver as a module, choose M here: the
292	  module will be called jornada680_kbd.
293
294config KEYBOARD_HP7XX
295	tristate "HP Jornada 7xx keyboard"
296	depends on SA1100_JORNADA720_SSP && SA1100_SSP
297	help
298	  Say Y here if you have a HP Jornada 710/720/728 and want to
299	  support the built-in keyboard.
300
301	  To compile this driver as a module, choose M here: the
302	  module will be called jornada720_kbd.
303
304config KEYBOARD_LM8323
305	tristate "LM8323 keypad chip"
306	depends on I2C && GENERIC_HARDIRQS
307	depends on LEDS_CLASS
308	help
309	  If you say yes here you get support for the National Semiconductor
310	  LM8323 keypad controller.
311
312	  To compile this driver as a module, choose M here: the
313	  module will be called lm8323.
314
315config KEYBOARD_LM8333
316	tristate "LM8333 keypad chip"
317	depends on I2C
318	select INPUT_MATRIXKMAP
319	help
320	  If you say yes here you get support for the National Semiconductor
321	  LM8333 keypad controller.
322
323	  To compile this driver as a module, choose M here: the
324	  module will be called lm8333.
325
326config KEYBOARD_LOCOMO
327	tristate "LoCoMo Keyboard Support"
328	depends on SHARP_LOCOMO
329	help
330	  Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
331
332	  To compile this driver as a module, choose M here: the
333	  module will be called locomokbd.
334
335config KEYBOARD_LPC32XX
336	tristate "LPC32XX matrix key scanner support"
337	depends on ARCH_LPC32XX && OF
338	select INPUT_MATRIXKMAP
339	help
340	  Say Y here if you want to use NXP LPC32XX SoC key scanner interface,
341	  connected to a key matrix.
342
343	  To compile this driver as a module, choose M here: the
344	  module will be called lpc32xx-keys.
345
346config KEYBOARD_MAPLE
347	tristate "Maple bus keyboard"
348	depends on SH_DREAMCAST && MAPLE
349	help
350	  Say Y here if you have a Dreamcast console running Linux and have
351	  a keyboard attached to its Maple bus.
352
353	  To compile this driver as a module, choose M here: the
354	  module will be called maple_keyb.
355
356config KEYBOARD_MAX7359
357	tristate "Maxim MAX7359 Key Switch Controller"
358	depends on I2C
359	help
360	  If you say yes here you get support for the Maxim MAX7359 Key
361	  Switch Controller chip. This providers microprocessors with
362	  management of up to 64 key switches
363
364	  To compile this driver as a module, choose M here: the
365	  module will be called max7359_keypad.
366
367config KEYBOARD_MCS
368	tristate "MELFAS MCS Touchkey"
369	depends on I2C
370	help
371	  Say Y here if you have the MELFAS MCS5000/5080 touchkey controller
372	  chip in your system.
373
374	  If unsure, say N.
375
376	  To compile this driver as a module, choose M here: the
377	  module will be called mcs_touchkey.
378
379config KEYBOARD_MPR121
380	tristate "Freescale MPR121 Touchkey"
381	depends on I2C
382	help
383	  Say Y here if you have Freescale MPR121 touchkey controller
384	  chip in your system.
385
386	  If unsure, say N.
387
388	  To compile this driver as a module, choose M here: the
389	  module will be called mpr121_touchkey.
390
391config KEYBOARD_IMX
392	tristate "IMX keypad support"
393	depends on ARCH_MXC
394	select INPUT_MATRIXKMAP
395	help
396	  Enable support for IMX keypad port.
397
398	  To compile this driver as a module, choose M here: the
399	  module will be called imx_keypad.
400
401config KEYBOARD_NEWTON
402	tristate "Newton keyboard"
403	select SERIO
404	help
405	  Say Y here if you have a Newton keyboard on a serial port.
406
407	  To compile this driver as a module, choose M here: the
408	  module will be called newtonkbd.
409
410config KEYBOARD_NOMADIK
411	tristate "ST-Ericsson Nomadik SKE keyboard"
412	depends on (ARCH_NOMADIK || ARCH_U8500)
413	select INPUT_MATRIXKMAP
414	help
415	  Say Y here if you want to use a keypad provided on the SKE controller
416	  used on the Ux500 and Nomadik platforms
417
418	  To compile this driver as a module, choose M here: the
419	  module will be called nmk-ske-keypad.
420
421config KEYBOARD_NSPIRE
422	tristate "TI-NSPIRE built-in keyboard"
423	depends on ARCH_NSPIRE && OF
424	select INPUT_MATRIXKMAP
425	help
426	  Say Y here if you want to use the built-in keypad on TI-NSPIRE.
427
428	  To compile this driver as a module, choose M here: the
429	  module will be called nspire-keypad.
430
431config KEYBOARD_TEGRA
432	tristate "NVIDIA Tegra internal matrix keyboard controller support"
433	depends on ARCH_TEGRA && OF
434	select INPUT_MATRIXKMAP
435	help
436	  Say Y here if you want to use a matrix keyboard connected directly
437	  to the internal keyboard controller on Tegra SoCs.
438
439	  To compile this driver as a module, choose M here: the
440	  module will be called tegra-kbc.
441
442config KEYBOARD_OPENCORES
443	tristate "OpenCores Keyboard Controller"
444	help
445	  Say Y here if you want to use the OpenCores Keyboard Controller
446	  http://www.opencores.org/project,keyboardcontroller
447
448	  To compile this driver as a module, choose M here; the
449	  module will be called opencores-kbd.
450
451config KEYBOARD_PXA27x
452	tristate "PXA27x/PXA3xx keypad support"
453	depends on PXA27x || PXA3xx || ARCH_MMP
454	select INPUT_MATRIXKMAP
455	help
456	  Enable support for PXA27x/PXA3xx keypad controller.
457
458	  To compile this driver as a module, choose M here: the
459	  module will be called pxa27x_keypad.
460
461config KEYBOARD_PXA930_ROTARY
462	tristate "PXA930/PXA935 Enhanced Rotary Controller Support"
463	depends on CPU_PXA930 || CPU_PXA935
464	help
465	  Enable support for PXA930/PXA935 Enhanced Rotary Controller.
466
467	  To compile this driver as a module, choose M here: the
468	  module will be called pxa930_rotary.
469
470config KEYBOARD_PMIC8XXX
471	tristate "Qualcomm PMIC8XXX keypad support"
472	depends on MFD_PM8XXX
473	select INPUT_MATRIXKMAP
474	help
475	  Say Y here if you want to enable the driver for the PMIC8XXX
476	  keypad provided as a reference design from Qualcomm. This is intended
477	  to support upto 18x8 matrix based keypad design.
478
479	  To compile this driver as a module, choose M here: the module will
480	  be called pmic8xxx-keypad.
481
482config KEYBOARD_SAMSUNG
483	tristate "Samsung keypad support"
484	depends on HAVE_CLK
485	select INPUT_MATRIXKMAP
486	help
487	  Say Y here if you want to use the keypad on your Samsung mobile
488	  device.
489
490	  To compile this driver as a module, choose M here: the
491	  module will be called samsung-keypad.
492
493config KEYBOARD_GOLDFISH_EVENTS
494	depends on GOLDFISH
495	tristate "Generic Input Event device for Goldfish"
496	help
497	  Say Y here to get an input event device for the Goldfish virtual
498	  device emulator.
499
500	  To compile this driver as a module, choose M here: the
501	  module will be called goldfish-events.
502
503config KEYBOARD_STOWAWAY
504	tristate "Stowaway keyboard"
505	select SERIO
506	help
507	  Say Y here if you have a Stowaway keyboard on a serial port.
508	  Stowaway compatible keyboards like Dicota Input-PDA keyboard
509	  are also supported by this driver.
510
511	  To compile this driver as a module, choose M here: the
512	  module will be called stowaway.
513
514config KEYBOARD_SUNKBD
515	tristate "Sun Type 4 and Type 5 keyboard"
516	select SERIO
517	help
518	  Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
519	  connected either to the Sun keyboard connector or to an serial
520	  (RS-232) port via a simple adapter.
521
522	  To compile this driver as a module, choose M here: the
523	  module will be called sunkbd.
524
525config KEYBOARD_SH_KEYSC
526	tristate "SuperH KEYSC keypad support"
527	depends on SUPERH || ARCH_SHMOBILE
528	help
529	  Say Y here if you want to use a keypad attached to the KEYSC block
530	  on SuperH processors such as sh7722 and sh7343.
531
532	  To compile this driver as a module, choose M here: the
533	  module will be called sh_keysc.
534
535config KEYBOARD_STMPE
536	tristate "STMPE keypad support"
537	depends on MFD_STMPE
538	select INPUT_MATRIXKMAP
539	help
540	  Say Y here if you want to use the keypad controller on STMPE I/O
541	  expanders.
542
543	  To compile this driver as a module, choose M here: the module will be
544	  called stmpe-keypad.
545
546config KEYBOARD_DAVINCI
547	tristate "TI DaVinci Key Scan"
548	depends on ARCH_DAVINCI_DM365
549	help
550	  Say Y to enable keypad module support for the TI DaVinci
551	  platforms (DM365).
552
553	  To compile this driver as a module, choose M here: the
554	  module will be called davinci_keyscan.
555
556config KEYBOARD_OMAP
557	tristate "TI OMAP keypad support"
558	depends on ARCH_OMAP1
559	select INPUT_MATRIXKMAP
560	help
561	  Say Y here if you want to use the OMAP keypad.
562
563	  To compile this driver as a module, choose M here: the
564	  module will be called omap-keypad.
565
566config KEYBOARD_OMAP4
567	tristate "TI OMAP4+ keypad support"
568	depends on ARCH_OMAP2PLUS
569	select INPUT_MATRIXKMAP
570	help
571	  Say Y here if you want to use the OMAP4+ keypad.
572
573	  To compile this driver as a module, choose M here: the
574	  module will be called omap4-keypad.
575
576config KEYBOARD_SPEAR
577	tristate "ST SPEAR keyboard support"
578	depends on PLAT_SPEAR
579	select INPUT_MATRIXKMAP
580	help
581	  Say Y here if you want to use the SPEAR keyboard.
582
583	  To compile this driver as a module, choose M here: the
584	  module will be called spear-keboard.
585
586config KEYBOARD_TC3589X
587	tristate "TC3589X Keypad support"
588	depends on MFD_TC3589X
589	select INPUT_MATRIXKMAP
590	help
591	  Say Y here if you want to use the keypad controller on
592	  TC35892/3 I/O expander.
593
594	  To compile this driver as a module, choose M here: the
595	  module will be called tc3589x-keypad.
596
597config KEYBOARD_TNETV107X
598	tristate "TI TNETV107X keypad support"
599	depends on ARCH_DAVINCI_TNETV107X
600	select INPUT_MATRIXKMAP
601	help
602	  Say Y here if you want to use the TNETV107X keypad.
603
604	  To compile this driver as a module, choose M here: the
605	  module will be called tnetv107x-keypad.
606
607config KEYBOARD_TWL4030
608	tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
609	depends on TWL4030_CORE
610	select INPUT_MATRIXKMAP
611	help
612	  Say Y here if your board use the keypad controller on
613	  TWL4030 family chips.  It's safe to say enable this
614	  even on boards that don't use the keypad controller.
615
616	  To compile this driver as a module, choose M here: the
617	  module will be called twl4030_keypad.
618
619config KEYBOARD_XTKBD
620	tristate "XT keyboard"
621	select SERIO
622	help
623	  Say Y here if you want to use the old IBM PC/XT keyboard (or
624	  compatible) on your system. This is only possible with a
625	  parallel port keyboard adapter, you cannot connect it to the
626	  keyboard port on a PC that runs Linux.
627
628	  To compile this driver as a module, choose M here: the
629	  module will be called xtkbd.
630
631config KEYBOARD_W90P910
632	tristate "W90P910 Matrix Keypad support"
633	depends on ARCH_W90X900
634	select INPUT_MATRIXKMAP
635	help
636	  Say Y here to enable the matrix keypad on evaluation board
637	  based on W90P910.
638
639	  To compile this driver as a module, choose M here: the
640	  module will be called w90p910_keypad.
641
642config KEYBOARD_CROS_EC
643	tristate "ChromeOS EC keyboard"
644	select INPUT_MATRIXKMAP
645	depends on MFD_CROS_EC
646	help
647	  Say Y here to enable the matrix keyboard used by ChromeOS devices
648	  and implemented on the ChromeOS EC. You must enable one bus option
649	  (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this.
650
651	  To compile this driver as a module, choose M here: the
652	  module will be called cros_ec_keyb.
653
654endif
655