| Index: drivers/input/mouse/Kconfig
|
| diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
|
| index bf5fd7f6a3134ee1fdf8b3119b10be9a5b1137f8..845d05ae7844535d9fe19c918b5ec06103bac836 100644
|
| --- a/drivers/input/mouse/Kconfig
|
| +++ b/drivers/input/mouse/Kconfig
|
| @@ -322,4 +322,15 @@ config MOUSE_SYNAPTICS_I2C
|
| To compile this driver as a module, choose M here: the
|
| module will be called synaptics_i2c.
|
|
|
| +config MOUSE_CYPRESS_I2C
|
| + tristate "Cypress I2C Touchpad support"
|
| + depends on I2C
|
| + help
|
| + This driver supports Cypress I2C touchpad on Chrome OS platform.
|
| +
|
| + Say y here if you have Chrome OS that support Cypress I2C Touchpad.
|
| +
|
| + To compile this driver as a module, choose M here: the
|
| + module will be called cypress_i2c.
|
| +
|
| endif
|
|
|