| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |