diff options
Diffstat (limited to 'drivers/input/mouse/Kconfig')
-rw-r--r-- | drivers/input/mouse/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 4e9934259775..093c8c1bca74 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -286,4 +286,10 @@ config MOUSE_GPIO | |||
286 | To compile this driver as a module, choose M here: the | 286 | To compile this driver as a module, choose M here: the |
287 | module will be called gpio_mouse. | 287 | module will be called gpio_mouse. |
288 | 288 | ||
289 | config MOUSE_PXA930_TRKBALL | ||
290 | tristate "PXA930 Trackball mouse" | ||
291 | depends on CPU_PXA930 || CPU_PXA935 | ||
292 | help | ||
293 | Say Y here to support PXA930 Trackball mouse. | ||
294 | |||
289 | endif | 295 | endif |