aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 827ebaf4a4a2..a06e608789e3 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
@@ -967,9 +974,8 @@ config SCSI_IPS
967 974
968config SCSI_IBMVSCSI 975config SCSI_IBMVSCSI
969 tristate "IBM Virtual SCSI support" 976 tristate "IBM Virtual SCSI support"
970 depends on PPC_PSERIES || PPC_ISERIES 977 depends on PPC_PSERIES
971 select SCSI_SRP_ATTRS 978 select SCSI_SRP_ATTRS
972 select VIOPATH if PPC_ISERIES
973 help 979 help
974 This is the IBM POWER Virtual SCSI Client 980 This is the IBM POWER Virtual SCSI Client
975 981