diff options
author | Alok Kataria <akataria@vmware.com> | 2009-10-13 17:51:05 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:49 -0500 |
commit | 851b164231d1117673aa44c00c7622e48b7dfcf4 (patch) | |
tree | dd63a44d5865e788b4864b29d7a173e8aa2471ef /drivers/scsi/Kconfig | |
parent | 96e6586556dfa80112f42895be93c561582d9930 (diff) |
[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/Kconfig | 8 |
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 | |||
621 | substantial, so users of MultiMaster Host Adapters may not | 621 | substantial, so users of MultiMaster Host Adapters may not |
622 | wish to include it. | 622 | wish to include it. |
623 | 623 | ||
624 | config VMWARE_PVSCSI | ||
625 | tristate "VMware PVSCSI driver support" | ||
626 | depends on PCI && SCSI && X86 | ||
627 | help | ||
628 | This driver supports VMware's para virtualized SCSI HBA. | ||
629 | To compile this driver as a module, choose M here: the | ||
630 | module will be called vmw_pvscsi. | ||
631 | |||
624 | config LIBFC | 632 | config LIBFC |
625 | tristate "LibFC module" | 633 | tristate "LibFC module" |
626 | select SCSI_FC_ATTRS | 634 | select SCSI_FC_ATTRS |