OLD | NEW |
1 # | 1 # |
2 # Input core configuration | 2 # Input core configuration |
3 # | 3 # |
4 menuconfig INPUT_KEYBOARD | 4 menuconfig INPUT_KEYBOARD |
5 bool "Keyboards" if EMBEDDED || !X86 | 5 bool "Keyboards" if EMBEDDED || !X86 |
6 default y | 6 default y |
7 help | 7 help |
8 Say Y here, and a list of supported keyboards will be displayed. | 8 Say Y here, and a list of supported keyboards will be displayed. |
9 This option doesn't affect the kernel. | 9 This option doesn't affect the kernel. |
10 | 10 |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 select SERIO | 354 select SERIO |
355 help | 355 help |
356 Say Y here if you want to use the old IBM PC/XT keyboard (or | 356 Say Y here if you want to use the old IBM PC/XT keyboard (or |
357 compatible) on your system. This is only possible with a | 357 compatible) on your system. This is only possible with a |
358 parallel port keyboard adapter, you cannot connect it to the | 358 parallel port keyboard adapter, you cannot connect it to the |
359 keyboard port on a PC that runs Linux. | 359 keyboard port on a PC that runs Linux. |
360 | 360 |
361 To compile this driver as a module, choose M here: the | 361 To compile this driver as a module, choose M here: the |
362 module will be called xtkbd. | 362 module will be called xtkbd. |
363 | 363 |
| 364 config KEYBOARD_QCIKBD |
| 365 tristate "Quanta Computer Inc. keyboard" |
| 366 depends on I2C && ARCH_MSM_SCORPION |
| 367 default n |
| 368 help |
| 369 Say Y here if you want to use the Quanta keyboard driver for ST 1.5 |
| 370 platform. |
| 371 |
364 endif | 372 endif |
OLD | NEW |