aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
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 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
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"