diff options
author | Varun Prakash <varun@chelsio.com> | 2015-03-24 09:44:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-24 15:24:38 -0400 |
commit | 241e9247316947cd47fcefeb5eff5bf0b00dc1d4 (patch) | |
tree | 5a3629c16df9092a65ace3583d7effd44f9ae698 | |
parent | 84a200b390d60fd84293670a089d0c864e35d0b1 (diff) |
cxgb4: update Kconfig and Makefile for FCoE support
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/chelsio/Kconfig | 11 | ||||
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/Makefile | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig index ac6473f75eb9..7daa088a9bb7 100644 --- a/drivers/net/ethernet/chelsio/Kconfig +++ b/drivers/net/ethernet/chelsio/Kconfig | |||
@@ -97,6 +97,17 @@ config CHELSIO_T4_DCB | |||
97 | 97 | ||
98 | If unsure, say N. | 98 | If unsure, say N. |
99 | 99 | ||
100 | config CHELSIO_T4_FCOE | ||
101 | bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards" | ||
102 | default n | ||
103 | depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE | ||
104 | ---help--- | ||
105 | Enable FCoE offload features. | ||
106 | Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support | ||
107 | in the driver. | ||
108 | |||
109 | If unsure, say N. | ||
110 | |||
100 | config CHELSIO_T4VF | 111 | config CHELSIO_T4VF |
101 | tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support" | 112 | tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support" |
102 | depends on PCI | 113 | depends on PCI |
diff --git a/drivers/net/ethernet/chelsio/cxgb4/Makefile b/drivers/net/ethernet/chelsio/cxgb4/Makefile index ae50cd72358c..07d9b68a4da2 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/Makefile +++ b/drivers/net/ethernet/chelsio/cxgb4/Makefile | |||
@@ -6,4 +6,5 @@ obj-$(CONFIG_CHELSIO_T4) += cxgb4.o | |||
6 | 6 | ||
7 | cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o | 7 | cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o |
8 | cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o | 8 | cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o |
9 | cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o | ||
9 | cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o | 10 | cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o |