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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | drivers/input/keyboard/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/input/keyboard/Kconfig
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index a6b989a9dc07eee021d90e1d6f4ae902da547056..c522d6cbe29da8ac8d448901b5a575845dce10f7 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -361,4 +361,12 @@ config KEYBOARD_XTKBD
To compile this driver as a module, choose M here: the
module will be called xtkbd.
+config KEYBOARD_QCIKBD
+ tristate "Quanta Computer Inc. keyboard"
+ depends on I2C && ARCH_MSM_SCORPION
+ default n
+ help
+ Say Y here if you want to use the Quanta keyboard driver for ST 1.5
+ platform.
+
endif
« 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