Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Side by Side Diff: drivers/input/keyboard/Kconfig

Issue 723001: add keyboard driver in st1.5 (Closed)
Patch Set: error correction Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | drivers/input/keyboard/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | drivers/input/keyboard/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698