aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorAlok Kataria <akataria@vmware.com>2009-10-13 14:51:05 -0700
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 12:00:49 -0600
commit851b164231d1117673aa44c00c7622e48b7dfcf4 (patch)
treedd63a44d5865e788b4864b29d7a173e8aa2471ef /drivers/scsi/Kconfig
parent[SCSI] scsi_dh: Make alua hardware handler's activate() async (diff)
downloadlinux-dev-851b164231d1117673aa44c00c7622e48b7dfcf4.tar.xz
linux-dev-851b164231d1117673aa44c00c7622e48b7dfcf4.zip
[SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
This is a driver for VMware's paravirtualized SCSI device, which should improve disk performance for guests running under control of VMware hypervisors that support such devices. Signed-off-by: Alok N Kataria <akataria@vmware.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 2e4f7d0ee639..1895259fff0f 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -621,6 +621,14 @@ config SCSI_FLASHPOINT
substantial, so users of MultiMaster Host Adapters may not
wish to include it.
+config VMWARE_PVSCSI
+ tristate "VMware PVSCSI driver support"
+ depends on PCI && SCSI && X86
+ help
+ This driver supports VMware's para virtualized SCSI HBA.
+ To compile this driver as a module, choose M here: the
+ module will be called vmw_pvscsi.
+
config LIBFC
tristate "LibFC module"
select SCSI_FC_ATTRS