diff options
Diffstat (limited to 'drivers/input/mouse/Kconfig')
-rw-r--r-- | drivers/input/mouse/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 4658b5d41dd7..7462d2fc8cfe 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -149,6 +149,18 @@ config MOUSE_PS2_FOCALTECH | |||
149 | 149 | ||
150 | If unsure, say Y. | 150 | If unsure, say Y. |
151 | 151 | ||
152 | config MOUSE_PS2_VMMOUSE | ||
153 | bool "Virtual mouse (vmmouse)" | ||
154 | depends on MOUSE_PS2 && X86 && HYPERVISOR_GUEST | ||
155 | help | ||
156 | Say Y here if you are running under control of VMware hypervisor | ||
157 | (ESXi, Workstation or Fusion). Also make sure that when you enable | ||
158 | this option, you remove the xf86-input-vmmouse user-space driver | ||
159 | or upgrade it to at least xf86-input-vmmouse 13.0.1, which doesn't | ||
160 | load in the presence of an in-kernel vmmouse driver. | ||
161 | |||
162 | If unsure, say N. | ||
163 | |||
152 | config MOUSE_SERIAL | 164 | config MOUSE_SERIAL |
153 | tristate "Serial mouse" | 165 | tristate "Serial mouse" |
154 | select SERIO | 166 | select SERIO |