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

Unified Diff: drivers/input/mouse/Kconfig

Issue 724001: add trackpad driver in st1.5 (Closed)
Patch Set: Correct format error 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/mouse/Makefile » ('j') | drivers/input/mouse/qci_touchpad.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/input/mouse/Kconfig
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index 8a2c5b14c8d80cf8c5cee00f9435b9ef464edf82..de221278f435a92b1f785f040d438c01d468d6af 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -321,4 +321,13 @@ config MOUSE_SYNAPTICS_I2C
To compile this driver as a module, choose M here: the
module will be called synaptics_i2c.
+config MOUSE_QCITP
+ tristate "Quanta Computer Inc. Touchpad"
+ depends on I2C && ARCH_MSM_SCORPION
+ default n
+ help
+ Say Y here if you want to use the Quanta touchpad driver for ST 1.5
+ platform.
+
+
endif
« no previous file with comments | « no previous file | drivers/input/mouse/Makefile » ('j') | drivers/input/mouse/qci_touchpad.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698