]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: hv: add the Hyper-V virtual scsi driver to the build
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Jul 2009 17:19:52 +0000 (10:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:45 +0000 (12:01 -0700)
Add the Hyper-V virtual scsi driver to the kernel build system.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Kconfig
drivers/staging/hv/Makefile

index 40d922bfab2d283c82579ac679bfeef08d43e132..52e8921a15d6119528f92270a147591d69ef5978 100644 (file)
@@ -6,3 +6,9 @@ config HYPERV
          Select this option to run Linux as a Hyper-V client operating
          system.
 
+config HYPERV_STORAGE
+       tristate "Microsoft Hyper-V virtual storage driver"
+       depends on SCSI
+       default n
+       help
+        Select this option to enable the Hyper-V virtual storage driver.
index 9908360345b02acb5ff580f60541d908cfb599bb..1ef9ad23da474a927eb8685fd5ffb8c15c48d385 100644 (file)
@@ -1,3 +1,5 @@
 obj-$(CONFIG_HYPERV)           += hv_vmbus.o
+obj-$(CONFIG_HYPERV_STORAGE)   += hv_storvsc.o
 
 hv_vmbus-objs := vmbus_drv.o osd.o Sources.o
+hv_storvsc-objs := storvsc_drv.o osd.o StorVsc.o