diff options
| author | Brian King <brking@linux.vnet.ibm.com> | 2008-07-01 14:14:30 -0400 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:32 -0400 |
| commit | 072b91f9c6510d0ec4a49d07dbc318760c7da7b3 (patch) | |
| tree | de62bcec6c00511f6b9ac534e917d803b464d77d /drivers/scsi/Kconfig | |
| parent | 39120e11705782c77d3a47d7d2927676fd8e3aaa (diff) | |
[SCSI] ibmvfc: IBM Power Virtual Fibre Channel Adapter Client Driver
This patch adds a new device driver to support the Virtual Fibre Channel
interface on IBM Power based servers. The Virtual I/O Server on IBM Power
servers utilizes N-Port ID Virtualization to export a Virtual Fibre Channel
adapter to the client. This driver is the client device driver.
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
| -rw-r--r-- | drivers/scsi/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 994943f3e139..26be540d1dd3 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
| @@ -888,6 +888,25 @@ config SCSI_IBMVSCSIS | |||
| 888 | To compile this driver as a module, choose M here: the | 888 | To compile this driver as a module, choose M here: the |
| 889 | module will be called ibmvstgt. | 889 | module will be called ibmvstgt. |
| 890 | 890 | ||
| 891 | config SCSI_IBMVFC | ||
| 892 | tristate "IBM Virtual FC support" | ||
| 893 | depends on PPC_PSERIES && SCSI | ||
| 894 | select SCSI_FC_ATTRS | ||
| 895 | help | ||
| 896 | This is the IBM POWER Virtual FC Client | ||
| 897 | |||
| 898 | To compile this driver as a module, choose M here: the | ||
| 899 | module will be called ibmvfc. | ||
| 900 | |||
| 901 | config SCSI_IBMVFC_TRACE | ||
| 902 | bool "enable driver internal trace" | ||
| 903 | depends on SCSI_IBMVFC | ||
| 904 | default y | ||
| 905 | help | ||
| 906 | If you say Y here, the driver will trace all commands issued | ||
| 907 | to the adapter. Performance impact is minimal. Trace can be | ||
| 908 | dumped using /sys/class/scsi_host/hostXX/trace. | ||
| 909 | |||
| 891 | config SCSI_INITIO | 910 | config SCSI_INITIO |
| 892 | tristate "Initio 9100U(W) support" | 911 | tristate "Initio 9100U(W) support" |
| 893 | depends on PCI && SCSI | 912 | depends on PCI && SCSI |
