diff options
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 82bb3b2d207..a8ea01b0786 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" |