Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / drivers / input / keyboard / Kconfig
CommitLineData
1da177e4
LT
1#
2# Input core configuration
3#
4menuconfig INPUT_KEYBOARD
bcd26230 5 bool "Keyboards"
1da177e4
LT
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
fba65fe0
MH
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
88751dd6 25config KEYBOARD_ADP5588
5a9003db 26 tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander"
88751dd6
MH
27 depends on I2C
28 help
5a9003db 29 Say Y here if you want to use a ADP5588/87 attached to your
88751dd6
MH
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
9d2e1736 35config KEYBOARD_ADP5589
3f48e735 36 tristate "ADP5585/ADP5589 I2C QWERTY Keypad and IO Expander"
9d2e1736
MH
37 depends on I2C
38 help
3f48e735 39 Say Y here if you want to use a ADP5585/ADP5589 attached to your
9d2e1736
MH
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
cb589529
DT
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
1da177e4 69config KEYBOARD_ATKBD
bcd26230 70 tristate "AT keyboard"
1da177e4
LT
71 default y
72 select SERIO
73 select SERIO_LIBPS2
0a4ac2ea 74 select SERIO_I8042 if ARCH_MIGHT_HAVE_PC_SERIO
1da177e4
LT
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
bd7e4e85
BS
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
d90d8d5e 135config KEYBOARD_QT2160
fde11323 136 tristate "Atmel AT42QT2160 Touch Sensor Chip"
6828b4bb 137 depends on I2C
fde11323
RDP
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
cb589529
DT
145config KEYBOARD_BFIN
146 tristate "Blackfin BF54x keypad support"
147 depends on (BF54x && !BF544)
f35d0616 148 help
cb589529 149 Say Y here if you want to use the BF54x keypad.
f35d0616
MV
150
151 To compile this driver as a module, choose M here: the
cb589529 152 module will be called bf54x-keys.
f35d0616 153
e70f18e1
AS
154config KEYBOARD_CLPS711X
155 tristate "CLPS711X Keypad support"
156 depends on OF_GPIO && (ARCH_CLPS711X || COMPILE_TEST)
157 select INPUT_MATRIXKMAP
158 select INPUT_POLLDEV
159 help
160 Say Y here to enable the matrix keypad on the Cirrus Logic
161 CLPS711X CPUs.
162
163 To compile this driver as a module, choose M here: the
164 module will be called clps711x-keypad.
165
cb589529
DT
166config KEYBOARD_LKKBD
167 tristate "DECstation/VAXstation LK201/LK401 keyboard"
168 select SERIO
fff71312 169 help
cb589529
DT
170 Say Y here if you want to use a LK201 or LK401 style serial
171 keyboard. This keyboard is also useable on PCs if you attach
172 it with the inputattach program. The connector pinout is
173 described within lkkbd.c.
fff71312
RP
174
175 To compile this driver as a module, choose M here: the
cb589529 176 module will be called lkkbd.
fff71312 177
cb589529
DT
178config KEYBOARD_EP93XX
179 tristate "EP93xx Matrix Keypad support"
180 depends on ARCH_EP93XX
1932811f 181 select INPUT_MATRIXKMAP
93e9012f 182 help
cb589529 183 Say Y here to enable the matrix keypad on the Cirrus EP93XX.
93e9012f
DB
184
185 To compile this driver as a module, choose M here: the
cb589529 186 module will be called ep93xx_keypad.
93e9012f 187
cb589529
DT
188config KEYBOARD_GPIO
189 tristate "GPIO Buttons"
7d6548ab 190 depends on GPIOLIB || COMPILE_TEST
1da177e4 191 help
cb589529
DT
192 This driver implements support for buttons connected
193 to GPIO pins of various CPUs (and some other chips).
0e52d328 194
cb589529
DT
195 Say Y here if your device has buttons connected
196 directly to such GPIO pins. Your board-specific
197 setup logic must also provide a platform device,
198 with configuration data saying which GPIOs are used.
c04cb856
MS
199
200 To compile this driver as a module, choose M here: the
bab7614d
EM
201 module will be called gpio_keys.
202
0e7d0c86
GJ
203config KEYBOARD_GPIO_POLLED
204 tristate "Polled GPIO buttons"
76ec9d18 205 depends on GPIOLIB
0e7d0c86
GJ
206 select INPUT_POLLDEV
207 help
208 This driver implements support for buttons connected
209 to GPIO pins that are not capable of generating interrupts.
210
211 Say Y here if your device has buttons connected
212 directly to such GPIO pins. Your board-specific
213 setup logic must also provide a platform device,
214 with configuration data saying which GPIOs are used.
215
216 To compile this driver as a module, choose M here: the
217 module will be called gpio_keys_polled.
218
30ba3ead 219config KEYBOARD_TCA6416
b8a3d6bc 220 tristate "TCA6416/TCA6408A Keypad Support"
30ba3ead
SG
221 depends on I2C
222 help
223 This driver implements basic keypad functionality
b8a3d6bc 224 for keys connected through TCA6416/TCA6408A IO expanders.
30ba3ead
SG
225
226 Say Y here if your device has keys connected to
b8a3d6bc 227 TCA6416/TCA6408A IO expander. Your board-specific setup logic
30ba3ead
SG
228 must also provide pin-mask details(of which TCA6416 pins
229 are used for keypad).
230
b8a3d6bc 231 If enabled the entire TCA6416 device will be managed through
30ba3ead
SG
232 this driver.
233
b8a3d6bc
TS
234 To compile this driver as a module, choose M here: the
235 module will be called tca6416_keypad.
30ba3ead 236
fb6c721b
KM
237config KEYBOARD_TCA8418
238 tristate "TCA8418 Keypad Support"
0244ad00 239 depends on I2C
1932811f 240 select INPUT_MATRIXKMAP
fb6c721b
KM
241 help
242 This driver implements basic keypad functionality
243 for keys connected through TCA8418 keypad decoder.
244
245 Say Y here if your device has keys connected to
246 TCA8418 keypad decoder.
247
248 If enabled the complete TCA8418 device will be managed through
249 this driver.
250
251 To compile this driver as a module, choose M here: the
252 module will be called tca8418_keypad.
253
bab7614d
EM
254config KEYBOARD_MATRIX
255 tristate "GPIO driven matrix keypad support"
7d6548ab 256 depends on GPIOLIB || COMPILE_TEST
1932811f 257 select INPUT_MATRIXKMAP
bab7614d
EM
258 help
259 Enable support for GPIO driven matrix keypad.
260
261 To compile this driver as a module, choose M here: the
262 module will be called matrix_keypad.
c04cb856 263
1da177e4
LT
264config KEYBOARD_HIL_OLD
265 tristate "HP HIL keyboard support (simple driver)"
da96d0b5 266 depends on GSC || HP300
1da177e4
LT
267 default y
268 help
269 The "Human Interface Loop" is a older, 8-channel USB-like
270 controller used in several Hewlett Packard models. This driver
271 was adapted from the one written for m68k/hp300, and implements
272 support for a keyboard attached to the HIL port, but not for
273 any other types of HIL input devices like mice or tablets.
274 However, it has been thoroughly tested and is stable.
275
276 If you want full HIL support including support for multiple
09509603 277 keyboards, mice, and tablets, you have to enable the
1da177e4
LT
278 "HP System Device Controller i8042 Support" in the input/serio
279 submenu.
280
281config KEYBOARD_HIL
fa71c605 282 tristate "HP HIL keyboard/pointer support"
da96d0b5 283 depends on GSC || HP300
1da177e4
LT
284 default y
285 select HP_SDC
286 select HIL_MLC
287 select SERIO
288 help
289 The "Human Interface Loop" is a older, 8-channel USB-like
290 controller used in several Hewlett Packard models.
fa71c605
DT
291 This driver implements support for HIL-keyboards and pointing
292 devices (mice, tablets, touchscreens) attached
1da177e4
LT
293 to your machine, so normally you should say Y here.
294
2aa2cb9e 295config KEYBOARD_HP6XX
4ff891eb 296 tristate "HP Jornada 6xx keyboard"
2aa2cb9e
KE
297 depends on SH_HP6XX
298 select INPUT_POLLDEV
299 help
4ff891eb
KE
300 Say Y here if you have a HP Jornada 620/660/680/690 and want to
301 support the built-in keyboard.
2aa2cb9e
KE
302
303 To compile this driver as a module, choose M here: the
304 module will be called jornada680_kbd.
305
b0a4e1aa 306config KEYBOARD_HP7XX
4ff891eb 307 tristate "HP Jornada 7xx keyboard"
b0a4e1aa
KE
308 depends on SA1100_JORNADA720_SSP && SA1100_SSP
309 help
4ff891eb
KE
310 Say Y here if you have a HP Jornada 710/720/728 and want to
311 support the built-in keyboard.
b0a4e1aa
KE
312
313 To compile this driver as a module, choose M here: the
314 module will be called jornada720_kbd.
315
a48b2d4a
FB
316config KEYBOARD_LM8323
317 tristate "LM8323 keypad chip"
0244ad00 318 depends on I2C
a48b2d4a
FB
319 depends on LEDS_CLASS
320 help
321 If you say yes here you get support for the National Semiconductor
322 LM8323 keypad controller.
323
324 To compile this driver as a module, choose M here: the
325 module will be called lm8323.
326
0bf25a45
WS
327config KEYBOARD_LM8333
328 tristate "LM8333 keypad chip"
329 depends on I2C
1932811f 330 select INPUT_MATRIXKMAP
0bf25a45
WS
331 help
332 If you say yes here you get support for the National Semiconductor
333 LM8333 keypad controller.
334
335 To compile this driver as a module, choose M here: the
336 module will be called lm8333.
337
cb589529
DT
338config KEYBOARD_LOCOMO
339 tristate "LoCoMo Keyboard Support"
340 depends on SHARP_LOCOMO
ad4e09b1 341 help
cb589529 342 Say Y here if you are running Linux on a Sharp Zaurus Collie or Poodle based PDA
ad4e09b1
KS
343
344 To compile this driver as a module, choose M here: the
cb589529
DT
345 module will be called locomokbd.
346
69690bec
RS
347config KEYBOARD_LPC32XX
348 tristate "LPC32XX matrix key scanner support"
349 depends on ARCH_LPC32XX && OF
e07577e1 350 select INPUT_MATRIXKMAP
69690bec
RS
351 help
352 Say Y here if you want to use NXP LPC32XX SoC key scanner interface,
353 connected to a key matrix.
354
355 To compile this driver as a module, choose M here: the
356 module will be called lpc32xx-keys.
357
cb589529
DT
358config KEYBOARD_MAPLE
359 tristate "Maple bus keyboard"
360 depends on SH_DREAMCAST && MAPLE
361 help
362 Say Y here if you have a Dreamcast console running Linux and have
363 a keyboard attached to its Maple bus.
364
365 To compile this driver as a module, choose M here: the
366 module will be called maple_keyb.
367
0baf81ba
KK
368config KEYBOARD_MAX7359
369 tristate "Maxim MAX7359 Key Switch Controller"
68aeee98 370 select INPUT_MATRIXKMAP
0baf81ba
KK
371 depends on I2C
372 help
373 If you say yes here you get support for the Maxim MAX7359 Key
374 Switch Controller chip. This providers microprocessors with
375 management of up to 64 key switches
376
377 To compile this driver as a module, choose M here: the
378 module will be called max7359_keypad.
379
312e8e8a
JS
380config KEYBOARD_MCS
381 tristate "MELFAS MCS Touchkey"
382 depends on I2C
383 help
384 Say Y here if you have the MELFAS MCS5000/5080 touchkey controller
385 chip in your system.
386
387 If unsure, say N.
388
389 To compile this driver as a module, choose M here: the
390 module will be called mcs_touchkey.
391
36682b81
ZJ
392config KEYBOARD_MPR121
393 tristate "Freescale MPR121 Touchkey"
394 depends on I2C
395 help
396 Say Y here if you have Freescale MPR121 touchkey controller
397 chip in your system.
398
399 If unsure, say N.
400
401 To compile this driver as a module, choose M here: the
402 module will be called mpr121_touchkey.
403
d3dc6e23
RG
404config KEYBOARD_SNVS_PWRKEY
405 tristate "IMX SNVS Power Key Driver"
406 depends on SOC_IMX6SX
407 depends on OF
408 help
409 This is the snvs powerkey driver for the Freescale i.MX application
410 processors that are newer than i.MX6 SX.
411
412 To compile this driver as a module, choose M here; the
413 module will be called snvs_pwrkey.
414
76cdc083
AP
415config KEYBOARD_IMX
416 tristate "IMX keypad support"
417 depends on ARCH_MXC
1932811f 418 select INPUT_MATRIXKMAP
76cdc083
AP
419 help
420 Enable support for IMX keypad port.
421
422 To compile this driver as a module, choose M here: the
423 module will be called imx_keypad.
424
cb589529
DT
425config KEYBOARD_NEWTON
426 tristate "Newton keyboard"
427 select SERIO
428 help
429 Say Y here if you have a Newton keyboard on a serial port.
430
431 To compile this driver as a module, choose M here: the
432 module will be called newtonkbd.
ad4e09b1 433
1158f0f1
SI
434config KEYBOARD_NOMADIK
435 tristate "ST-Ericsson Nomadik SKE keyboard"
694e33a7 436 depends on (ARCH_NOMADIK || ARCH_U8500)
1932811f 437 select INPUT_MATRIXKMAP
1158f0f1
SI
438 help
439 Say Y here if you want to use a keypad provided on the SKE controller
440 used on the Ux500 and Nomadik platforms
441
442 To compile this driver as a module, choose M here: the
443 module will be called nmk-ske-keypad.
444
fc4f3146
DT
445config KEYBOARD_NSPIRE
446 tristate "TI-NSPIRE built-in keyboard"
447 depends on ARCH_NSPIRE && OF
448 select INPUT_MATRIXKMAP
449 help
450 Say Y here if you want to use the built-in keypad on TI-NSPIRE.
451
452 To compile this driver as a module, choose M here: the
453 module will be called nspire-keypad.
454
11f5b30d
RI
455config KEYBOARD_TEGRA
456 tristate "NVIDIA Tegra internal matrix keyboard controller support"
9eee07d3 457 depends on ARCH_TEGRA && OF
1932811f 458 select INPUT_MATRIXKMAP
11f5b30d
RI
459 help
460 Say Y here if you want to use a matrix keyboard connected directly
461 to the internal keyboard controller on Tegra SoCs.
462
463 To compile this driver as a module, choose M here: the
464 module will be called tegra-kbc.
465
422b552d
JH
466config KEYBOARD_OPENCORES
467 tristate "OpenCores Keyboard Controller"
150e5928 468 depends on HAS_IOMEM
422b552d
JH
469 help
470 Say Y here if you want to use the OpenCores Keyboard Controller
471 http://www.opencores.org/project,keyboardcontroller
472
473 To compile this driver as a module, choose M here; the
474 module will be called opencores-kbd.
475
5a90e5bc 476config KEYBOARD_PXA27x
e0f2677f 477 tristate "PXA27x/PXA3xx keypad support"
6d109465 478 depends on PXA27x || PXA3xx || ARCH_MMP
0a085a94 479 select INPUT_MATRIXKMAP
5a90e5bc 480 help
bab7614d 481 Enable support for PXA27x/PXA3xx keypad controller.
5a90e5bc
RG
482
483 To compile this driver as a module, choose M here: the
0e5f11aa 484 module will be called pxa27x_keypad.
5a90e5bc 485
e0ee6298
YY
486config KEYBOARD_PXA930_ROTARY
487 tristate "PXA930/PXA935 Enhanced Rotary Controller Support"
488 depends on CPU_PXA930 || CPU_PXA935
489 help
490 Enable support for PXA930/PXA935 Enhanced Rotary Controller.
491
492 To compile this driver as a module, choose M here: the
493 module will be called pxa930_rotary.
494
39325b59
TS
495config KEYBOARD_PMIC8XXX
496 tristate "Qualcomm PMIC8XXX keypad support"
497 depends on MFD_PM8XXX
1932811f 498 select INPUT_MATRIXKMAP
39325b59
TS
499 help
500 Say Y here if you want to enable the driver for the PMIC8XXX
501 keypad provided as a reference design from Qualcomm. This is intended
502 to support upto 18x8 matrix based keypad design.
503
504 To compile this driver as a module, choose M here: the module will
505 be called pmic8xxx-keypad.
506
0fffed27
JS
507config KEYBOARD_SAMSUNG
508 tristate "Samsung keypad support"
8d964a28 509 depends on HAVE_CLK
1932811f 510 select INPUT_MATRIXKMAP
0fffed27 511 help
8d964a28
DT
512 Say Y here if you want to use the keypad on your Samsung mobile
513 device.
0fffed27
JS
514
515 To compile this driver as a module, choose M here: the
516 module will be called samsung-keypad.
517
6f2ac009 518config KEYBOARD_GOLDFISH_EVENTS
aaa59e09 519 depends on GOLDFISH || COMPILE_TEST
6f2ac009
BS
520 tristate "Generic Input Event device for Goldfish"
521 help
522 Say Y here to get an input event device for the Goldfish virtual
523 device emulator.
524
525 To compile this driver as a module, choose M here: the
526 module will be called goldfish-events.
527
cb589529
DT
528config KEYBOARD_STOWAWAY
529 tristate "Stowaway keyboard"
530 select SERIO
b11d2127 531 help
cb589529
DT
532 Say Y here if you have a Stowaway keyboard on a serial port.
533 Stowaway compatible keyboards like Dicota Input-PDA keyboard
534 are also supported by this driver.
b11d2127
AM
535
536 To compile this driver as a module, choose M here: the
cb589529 537 module will be called stowaway.
b11d2127 538
062589b1
GF
539config KEYBOARD_ST_KEYSCAN
540 tristate "STMicroelectronics keyscan support"
541 depends on ARCH_STI || COMPILE_TEST
542 select INPUT_MATRIXKMAP
543 help
544 Say Y here if you want to use a keypad attached to the keyscan block
545 on some STMicroelectronics SoC devices.
546
547 To compile this driver as a module, choose M here: the
548 module will be called st-keyscan.
549
cb589529
DT
550config KEYBOARD_SUNKBD
551 tristate "Sun Type 4 and Type 5 keyboard"
552 select SERIO
8f740ef3 553 help
cb589529
DT
554 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
555 connected either to the Sun keyboard connector or to an serial
556 (RS-232) port via a simple adapter.
8f740ef3
MH
557
558 To compile this driver as a module, choose M here: the
cb589529 559 module will be called sunkbd.
8f740ef3 560
795e6bf3
MD
561config KEYBOARD_SH_KEYSC
562 tristate "SuperH KEYSC keypad support"
5186b8c4 563 depends on ARCH_SHMOBILE || COMPILE_TEST
795e6bf3
MD
564 help
565 Say Y here if you want to use a keypad attached to the KEYSC block
566 on SuperH processors such as sh7722 and sh7343.
567
568 To compile this driver as a module, choose M here: the
569 module will be called sh_keysc.
a48b2d4a 570
76f10845
RV
571config KEYBOARD_STMPE
572 tristate "STMPE keypad support"
573 depends on MFD_STMPE
a4164863 574 depends on OF
1932811f 575 select INPUT_MATRIXKMAP
76f10845
RV
576 help
577 Say Y here if you want to use the keypad controller on STMPE I/O
578 expanders.
579
580 To compile this driver as a module, choose M here: the module will be
581 called stmpe-keypad.
582
af6a5af8
HG
583config KEYBOARD_SUN4I_LRADC
584 tristate "Allwinner sun4i low res adc attached tablet keys support"
585 depends on ARCH_SUNXI
586 help
587 This selects support for the Allwinner low res adc attached tablet
588 keys found on Allwinner sunxi SoCs.
589
590 To compile this driver as a module, choose M here: the
591 module will be called sun4i-lradc-keys.
592
bc09dcad
MA
593config KEYBOARD_DAVINCI
594 tristate "TI DaVinci Key Scan"
595 depends on ARCH_DAVINCI_DM365
596 help
597 Say Y to enable keypad module support for the TI DaVinci
598 platforms (DM365).
599
600 To compile this driver as a module, choose M here: the
601 module will be called davinci_keyscan.
602
d7535ffa
LW
603config KEYBOARD_IPAQ_MICRO
604 tristate "Buttons on Micro SoC (iPaq h3100,h3600,h3700)"
605 depends on MFD_IPAQ_MICRO
606 help
607 Say Y to enable support for the buttons attached to
608 Micro peripheral controller on iPAQ h3100/h3600/h3700
609
610 To compile this driver as a module, choose M here: the
611 module will be called ipaq-micro-keys.
612
cb589529
DT
613config KEYBOARD_OMAP
614 tristate "TI OMAP keypad support"
f799a3d8 615 depends on ARCH_OMAP1
1932811f 616 select INPUT_MATRIXKMAP
e06003af 617 help
cb589529 618 Say Y here if you want to use the OMAP keypad.
e06003af
HS
619
620 To compile this driver as a module, choose M here: the
cb589529
DT
621 module will be called omap-keypad.
622
a17f7955 623config KEYBOARD_OMAP4
f77621cc 624 tristate "TI OMAP4+ keypad support"
61721c88 625 depends on OF || ARCH_OMAP2PLUS
1932811f 626 select INPUT_MATRIXKMAP
a17f7955 627 help
f77621cc 628 Say Y here if you want to use the OMAP4+ keypad.
a17f7955
AA
629
630 To compile this driver as a module, choose M here: the
631 module will be called omap4-keypad.
632
bc95df78
RK
633config KEYBOARD_SPEAR
634 tristate "ST SPEAR keyboard support"
635 depends on PLAT_SPEAR
1932811f 636 select INPUT_MATRIXKMAP
bc95df78
RK
637 help
638 Say Y here if you want to use the SPEAR keyboard.
639
640 To compile this driver as a module, choose M here: the
641 module will be called spear-keboard.
642
09c730a4
SI
643config KEYBOARD_TC3589X
644 tristate "TC3589X Keypad support"
645 depends on MFD_TC3589X
1932811f 646 select INPUT_MATRIXKMAP
09c730a4
SI
647 help
648 Say Y here if you want to use the keypad controller on
649 TC35892/3 I/O expander.
650
651 To compile this driver as a module, choose M here: the
652 module will be called tc3589x-keypad.
653
9d834068
DB
654config KEYBOARD_TWL4030
655 tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
656 depends on TWL4030_CORE
1932811f 657 select INPUT_MATRIXKMAP
9d834068
DB
658 help
659 Say Y here if your board use the keypad controller on
660 TWL4030 family chips. It's safe to say enable this
661 even on boards that don't use the keypad controller.
662
663 To compile this driver as a module, choose M here: the
664 module will be called twl4030_keypad.
665
cb589529
DT
666config KEYBOARD_XTKBD
667 tristate "XT keyboard"
668 select SERIO
669 help
670 Say Y here if you want to use the old IBM PC/XT keyboard (or
671 compatible) on your system. This is only possible with a
672 parallel port keyboard adapter, you cannot connect it to the
673 keyboard port on a PC that runs Linux.
674
675 To compile this driver as a module, choose M here: the
676 module will be called xtkbd.
e06003af 677
4a15235e
WZ
678config KEYBOARD_W90P910
679 tristate "W90P910 Matrix Keypad support"
680 depends on ARCH_W90X900
1932811f 681 select INPUT_MATRIXKMAP
4a15235e
WZ
682 help
683 Say Y here to enable the matrix keypad on evaluation board
684 based on W90P910.
685
686 To compile this driver as a module, choose M here: the
687 module will be called w90p910_keypad.
688
6af6dc2d
SG
689config KEYBOARD_CROS_EC
690 tristate "ChromeOS EC keyboard"
691 select INPUT_MATRIXKMAP
95ecdc25 692 depends on MFD_CROS_EC
6af6dc2d
SG
693 help
694 Say Y here to enable the matrix keyboard used by ChromeOS devices
695 and implemented on the ChromeOS EC. You must enable one bus option
696 (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this.
697
698 To compile this driver as a module, choose M here: the
699 module will be called cros_ec_keyb.
700
c77fd0a4
MR
701config KEYBOARD_CAP11XX
702 tristate "Microchip CAP11XX based touch sensors"
128bb95d
DM
703 depends on OF && I2C
704 select REGMAP_I2C
705 help
c77fd0a4 706 Say Y here to enable the CAP11XX touch sensor driver.
128bb95d
DM
707
708 To compile this driver as a module, choose M here: the
c77fd0a4 709 module will be called cap11xx.
128bb95d 710
0c7e67a9
SB
711config KEYBOARD_BCM
712 tristate "Broadcom keypad driver"
713 depends on OF && HAVE_CLK
714 select INPUT_MATRIXKMAP
715 default ARCH_BCM_CYGNUS
716 help
717 Say Y here if you want to use Broadcom keypad.
718
719 To compile this driver as a module, choose M here: the
720 module will be called bcm-keypad.
721
1da177e4 722endif
This page took 0.545793 seconds and 5 git commands to generate.