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

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

Issue 6626009: Add new i2c-based input mouse driver into input subsystem for Cypress trackpad devices. (Closed) Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.37
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | drivers/input/mouse/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 # 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 to report absolute coordinates 315 to report absolute coordinates
316 (ii) the eXeda device itself uses Xfbdev as X Server and it does 316 (ii) the eXeda device itself uses Xfbdev as X Server and it does
317 not allow using xf86-input-* drivers. 317 not allow using xf86-input-* drivers.
318 318
319 Say y here if you have eXeda device and want to use a Synaptics 319 Say y here if you have eXeda device and want to use a Synaptics
320 I2C Touchpad. 320 I2C Touchpad.
321 321
322 To compile this driver as a module, choose M here: the 322 To compile this driver as a module, choose M here: the
323 module will be called synaptics_i2c. 323 module will be called synaptics_i2c.
324 324
325 config MOUSE_CYPRESS_I2C
326 tristate "Cypress I2C Touchpad support"
327 depends on I2C
328 help
329 This driver supports Cypress I2C touchpad on Chrome OS platform.
330
331 Say y here if you have Chrome OS that support Cypress I2C Touchpad.
332
333 To compile this driver as a module, choose M here: the
334 module will be called cypress_i2c.
335
325 endif 336 endif
OLDNEW
« no previous file with comments | « no previous file | drivers/input/mouse/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698