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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | drivers/input/mouse/Makefile » ('j') | drivers/input/mouse/qci_touchpad.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Mouse driver configuration 2 # Mouse driver configuration
3 # 3 #
4 menuconfig INPUT_MOUSE 4 menuconfig INPUT_MOUSE
5 bool "Mice" 5 bool "Mice"
6 default y 6 default y
7 help 7 help
8 Say Y here, and a list of supported mice will be displayed. 8 Say Y here, and a list of supported mice will be displayed.
9 This option doesn't affect the kernel. 9 This option doesn't affect the kernel.
10 10
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 to report absolute coordinates 314 to report absolute coordinates
315 (ii) the eXeda device itself uses Xfbdev as X Server and it does 315 (ii) the eXeda device itself uses Xfbdev as X Server and it does
316 not allow using xf86-input-* drivers. 316 not allow using xf86-input-* drivers.
317 317
318 Say y here if you have eXeda device and want to use a Synaptics 318 Say y here if you have eXeda device and want to use a Synaptics
319 I2C Touchpad. 319 I2C Touchpad.
320 320
321 To compile this driver as a module, choose M here: the 321 To compile this driver as a module, choose M here: the
322 module will be called synaptics_i2c. 322 module will be called synaptics_i2c.
323 323
324 config MOUSE_QCITP
325 tristate "Quanta Computer Inc. Touchpad"
326 depends on I2C && ARCH_MSM_SCORPION
327 default n
328 help
329 Say Y here if you want to use the Quanta touchpad driver for ST 1.5
330 platform.
331
332
324 endif 333 endif
OLDNEW
« 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