summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-02-27 15:43:10 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-27 15:49:29 (GMT)
commit0c3a6ede3c9ffff6771915320504e8e140ac18b8 (patch)
tree0616e86a853aaa37d30a157807f934aff50941ed /drivers/staging/hv/Kconfig
parent50d1ae2f8084807be80313796548a46f756dff91 (diff)
downloadlinux-fsl-qoriq-0c3a6ede3c9ffff6771915320504e8e140ac18b8.tar.xz
Staging: hv: add mouse driver
This driver adds mouse support to the hyper-v subsystem. The code was originally written by Citrix, modified heavily by Hank at Microsoft, and then further by me, to get it to build properly due to all of the recent hyperv changes in the tree. At the moment, it is marked "BROKEN" as it has not been tested well, and it will conflict with other api changes that KY is doing, which I will fix up later in this driver. It still needs lots of work, and normal "cleanup". I don't recommend anyone running it on their machine unless they are very brave and know how to debug kernel drivers in a hyperv system. Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Cc: K. Y. Srinivasan <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Kconfig')
-rw-r--r--drivers/staging/hv/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig
index 2780312..2985f0c 100644
--- a/drivers/staging/hv/Kconfig
+++ b/drivers/staging/hv/Kconfig
@@ -36,4 +36,11 @@ config HYPERV_UTILS
help
Select this option to enable the Hyper-V Utilities.
+config HYPERV_MOUSE
+ tristate "Microsoft Hyper-V mouse driver"
+ depends on HID && BROKEN
+ default HYPERV
+ help
+ Select this option to enable the Hyper-V mouse driver.
+
endif