diff options
author | Uwe Bugla <uwe.bugla@gmx.de> | 2007-05-28 23:24:48 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-28 23:24:48 -0400 |
commit | b23c9e386cc639aa7c0b7360388b3e3759059e06 (patch) | |
tree | 2ef91ea710d0511fa1788a0cd122733c75573dec /drivers/input | |
parent | 0e2a4fd2e8c48ba5eb386d5698846a5ca0c80f39 (diff) |
Input: logips2pp - fix typo in Kconfig
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mouse/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 2ccc114b3ff..2682a7d6cb4 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -48,7 +48,7 @@ config MOUSE_PS2_ALPS If unsure, say Y. config MOUSE_PS2_LOGIPS2PP - bool "Logictech PS/2++ mouse protocol extension" if EMBEDDED + bool "Logitech PS/2++ mouse protocol extension" if EMBEDDED default y depends on MOUSE_PS2 help |