aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorJing Huang <huangj@brocade.com>2009-09-23 20:46:15 -0400
committerJames Bottomley <James.Bottomley@suse.de>2009-10-02 10:47:40 -0400
commit7725ccfda59715ecf8f99e3b520a0b84cc2ea79e (patch)
treedf76910891c6b92bf23c06c84955bf600c9d7573 /drivers/scsi/Kconfig
parent5415907af1f5ef80c95147bacbd321b0d4236dd5 (diff)
[SCSI] bfa: Brocade BFA FC SCSI driver
Add new driver for Brocade Hardware Signed-off-by: Jing Huang <huangj@brocade.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 82bb3b2d207a..a8ea01b07868 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1827,6 +1827,16 @@ config SCSI_SRP
1827 To compile this driver as a module, choose M here: the 1827 To compile this driver as a module, choose M here: the
1828 module will be called libsrp. 1828 module will be called libsrp.
1829 1829
1830config SCSI_BFA_FC
1831 tristate "Brocade BFA Fibre Channel Support"
1832 depends on PCI && SCSI
1833 select SCSI_FC_ATTRS
1834 help
1835 This bfa driver supports all Brocade PCIe FC/FCOE host adapters.
1836
1837 To compile this driver as a module, choose M here. The module will
1838 be called bfa.
1839
1830endif # SCSI_LOWLEVEL 1840endif # SCSI_LOWLEVEL
1831 1841
1832source "drivers/scsi/pcmcia/Kconfig" 1842source "drivers/scsi/pcmcia/Kconfig"