diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-08-08 02:17:47 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-08-09 16:27:27 -0400 |
commit | fa71c605c2bb4d816514c2611ad53f48007f1fd3 (patch) | |
tree | 9f57765287a2c2a7623ba6b5031e2897c01e5216 /drivers/input/mouse/Kconfig | |
parent | 1437dc3089911d42180be11c50a0b960250a1d87 (diff) |
Input: combine hil_kbd and hil_ptr drivers
hil_kbd and hil_ptr look like twins so it makes sense to combine them
into a single driver.
[deller@gmx.de: add MODULE_ALIAS() entry for mouse]
Tested-by: Helge Deller <deller@gmx.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/Kconfig')
-rw-r--r-- | drivers/input/mouse/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 8a2c5b14c8d8..90bef5d498f0 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -262,14 +262,6 @@ config MOUSE_VSXXXAA | |||
262 | described in the source file). This driver also works with the | 262 | described in the source file). This driver also works with the |
263 | digitizer (VSXXX-AB) DEC produced. | 263 | digitizer (VSXXX-AB) DEC produced. |
264 | 264 | ||
265 | config MOUSE_HIL | ||
266 | tristate "HIL pointers (mice etc)." | ||
267 | depends on GSC || HP300 | ||
268 | select HP_SDC | ||
269 | select HIL_MLC | ||
270 | help | ||
271 | Say Y here to support HIL pointers. | ||
272 | |||
273 | config MOUSE_GPIO | 265 | config MOUSE_GPIO |
274 | tristate "GPIO mouse" | 266 | tristate "GPIO mouse" |
275 | depends on GENERIC_GPIO | 267 | depends on GENERIC_GPIO |