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/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/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 759e1507e63c..6a19ed9a1194 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -354,6 +354,7 @@ config ISCSI_TCP | |||
354 | http://open-iscsi.org | 354 | http://open-iscsi.org |
355 | 355 | ||
356 | source "drivers/scsi/cxgb3i/Kconfig" | 356 | source "drivers/scsi/cxgb3i/Kconfig" |
357 | source "drivers/scsi/bnx2i/Kconfig" | ||
357 | 358 | ||
358 | config SGIWD93_SCSI | 359 | config SGIWD93_SCSI |
359 | tristate "SGI WD93C93 SCSI Driver" | 360 | tristate "SGI WD93C93 SCSI Driver" |