diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-17 21:48:12 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-01-22 16:16:14 -0500 |
commit | e719963c4a71a5aa687998e83ccdb905bfc7f13f (patch) | |
tree | 08bc809df9ae5fc1e08ce439c8411e69a06d0d6e /drivers/input | |
parent | b4810773754fe8371d17b1be49b1c15e8d9d4547 (diff) |
Input: elantech - remove stale comment from Kconfig
The fixes to the X.org driver have been applied long time ago and
the patch on kernel.org has long since gone so let's remove the
comment.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mouse/Kconfig | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index f8c29d7dc478..4658b5d41dd7 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -105,19 +105,12 @@ config MOUSE_PS2_ELANTECH | |||
105 | Say Y here if you have an Elantech PS/2 touchpad connected | 105 | Say Y here if you have an Elantech PS/2 touchpad connected |
106 | to your system. | 106 | to your system. |
107 | 107 | ||
108 | Note that if you enable this driver you will need an updated | ||
109 | X.org Synaptics driver that does not require ABS_PRESSURE | ||
110 | reports from the touchpad (i.e. post 1.5.0 version). You can | ||
111 | grab a patch for the driver here: | ||
112 | |||
113 | http://userweb.kernel.org/~dtor/synaptics-no-abspressure.patch | ||
114 | |||
115 | If unsure, say N. | ||
116 | |||
117 | This driver exposes some configuration registers via sysfs | 108 | This driver exposes some configuration registers via sysfs |
118 | entries. For further information, | 109 | entries. For further information, |
119 | see <file:Documentation/input/elantech.txt>. | 110 | see <file:Documentation/input/elantech.txt>. |
120 | 111 | ||
112 | If unsure, say N. | ||
113 | |||
121 | config MOUSE_PS2_SENTELIC | 114 | config MOUSE_PS2_SENTELIC |
122 | bool "Sentelic Finger Sensing Pad PS/2 protocol extension" | 115 | bool "Sentelic Finger Sensing Pad PS/2 protocol extension" |
123 | depends on MOUSE_PS2 | 116 | depends on MOUSE_PS2 |