aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2012-02-09 17:14:48 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-13 14:35:20 -0500
commit89ae7d709357df3a60e81c57613859d91d093ace (patch)
tree1bb00c35612ea48371380a9e9348a80c81c86dd7 /drivers/scsi/Kconfig
parent0cbb613fa82fb09b6ef914ab0aaa92091f367bb6 (diff)
Staging: hv: storvsc: Move the storage driver out of the staging area
The storage driver (storvsc_drv.c) handles all block storage devices assigned to Linux guests hosted on Hyper-V. This driver has been in the staging tree for a while and this patch moves it out of the staging area. James was willing to apply this patch during the 3.3-rc phase and a decision was taken to defer this to 3.4 since Greg had queued up a bunch of storvsc patches for 3.4. Now that Greg has applied all of the pending storvsc patches, I am sending this patch to move this driver out of staging. Based on James' recommendation, this patch gets rid of the unneeded files in the staging/hv directory. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Acked-by: James Bottomley <JBottomley@Parallels.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 16570aa84aa..d3d18e89cb5 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -662,6 +662,13 @@ config VMWARE_PVSCSI
662 To compile this driver as a module, choose M here: the 662 To compile this driver as a module, choose M here: the
663 module will be called vmw_pvscsi. 663 module will be called vmw_pvscsi.
664 664
665config HYPERV_STORAGE
666 tristate "Microsoft Hyper-V virtual storage driver"
667 depends on SCSI && HYPERV
668 default HYPERV
669 help
670 Select this option to enable the Hyper-V virtual storage driver.
671
665config LIBFC 672config LIBFC
666 tristate "LibFC module" 673 tristate "LibFC module"
667 select SCSI_FC_ATTRS 674 select SCSI_FC_ATTRS