diff options
author | Yong Yao <yaoyong@marvell.com> | 2008-12-29 06:59:59 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-12-29 07:58:58 -0500 |
commit | 105ca2398f89d141b87542d3dd58df90bc539275 (patch) | |
tree | cd70b3c8fa2aa2ff5bebd6e124fcdd344e6dc789 /drivers/input/mouse/Kconfig | |
parent | 9bcc00b96fc14c0cca94252b19a6e05c7d031f4a (diff) |
Input: add support for trackball on pxa930 and pxa935
Signed-off-by: Yong Yao <yaoyong@marvell.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 |