diff options
author | Jing Huang <huangj@brocade.com> | 2009-09-23 20:46:15 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-10-02 10:47:40 -0400 |
commit | 7725ccfda59715ecf8f99e3b520a0b84cc2ea79e (patch) | |
tree | df76910891c6b92bf23c06c84955bf600c9d7573 /drivers/scsi/Kconfig | |
parent | 5415907af1f5ef80c95147bacbd321b0d4236dd5 (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/Kconfig | 10 |
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 | ||
1830 | config 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 | |||
1830 | endif # SCSI_LOWLEVEL | 1840 | endif # SCSI_LOWLEVEL |
1831 | 1841 | ||
1832 | source "drivers/scsi/pcmcia/Kconfig" | 1842 | source "drivers/scsi/pcmcia/Kconfig" |