Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
[cascardo/linux.git] / drivers / staging / hv / Kconfig
index 7455c80..d41f380 100644 (file)
@@ -31,8 +31,16 @@ config HYPERV_NET
 
 config HYPERV_UTILS
        tristate "Microsoft Hyper-V Utilities driver"
+       depends on CONNECTOR
        default HYPERV
        help
          Select this option to enable the Hyper-V Utilities.
 
+config HYPERV_MOUSE
+       tristate "Microsoft Hyper-V mouse driver"
+       depends on HID
+       default HYPERV
+       help
+         Select this option to enable the Hyper-V mouse driver.
+
 endif