diff options
author | Michael Chan <mchan@broadcom.com> | 2009-06-08 21:14:44 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-09 11:22:45 -0400 |
commit | cf4e6363859d30f24f8cd3e8930dbff399cc3550 (patch) | |
tree | bb2419cc519689664c34b21eff5ad4a882bceadb /drivers/scsi/bnx2i/Kconfig | |
parent | a463696039f7097ce87c21db3cf5c16cdcb3850d (diff) |
[SCSI] bnx2i: Add bnx2i iSCSI driver.
New iSCSI driver for Broadcom BNX2 devices. The driver interfaces with
the CNIC driver to access the hardware.
Signed-off-by: Anil Veerabhadrappa <anilgv@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/bnx2i/Kconfig')
-rw-r--r-- | drivers/scsi/bnx2i/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2i/Kconfig b/drivers/scsi/bnx2i/Kconfig new file mode 100644 index 000000000000..820d428ae839 --- /dev/null +++ b/drivers/scsi/bnx2i/Kconfig | |||
@@ -0,0 +1,7 @@ | |||
1 | config SCSI_BNX2_ISCSI | ||
2 | tristate "Broadcom NetXtreme II iSCSI support" | ||
3 | select SCSI_ISCSI_ATTRS | ||
4 | select CNIC | ||
5 | ---help--- | ||
6 | This driver supports iSCSI offload for the Broadcom NetXtreme II | ||
7 | devices. | ||