Enable mlx4_fc (fcoe/fcoib offload driver) and mlx4_fcoib (discovery driver)
entries in scsi/Kconfig and Makefile
Signed-off-by: Vu Pham <vu@mellanx.com>
@@ -40,6 +40,8 @@
obj-$(CONFIG_LIBFCOE) += fcoe/
obj-$(CONFIG_FCOE) += fcoe/
obj-$(CONFIG_FCOE_FNIC) += fnic/
+obj-$(CONFIG_MLX4_FC) += mlx4_fc/
+obj-$(CONFIG_MLX4_FCOIB) += mlx4_fc/
obj-$(CONFIG_ISCSI_TCP) += libiscsi.o libiscsi_tcp.o iscsi_tcp.o
obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o
obj-$(CONFIG_SCSI_A4000T) += 53c700.o a4000t.o
@@ -687,6 +687,20 @@
<file:Documentation/scsi/scsi.txt>.
The module will be called fnic.
+config MLX4_FC
+ tristate "Mellanox FC module"
+ select LIBFC
+ select LIBFCOE
+ ---help---
+ Mellanox Fibre Channel over Ethernet/Infiniband module
+
+config MLX4_FCOIB
+ tristate "Mellanox FCoIB discovery module"
+ depends on INFINIBAND
+ select MLX4_FC
+ ---help---
+ Fibre Channel over Infiniband discovery module
+
config SCSI_DMX3191D
tristate "DMX3191D SCSI support"
depends on PCI && SCSI