]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cxgb4: update Kconfig and Makefile
authorVarun Prakash <varun@chelsio.com>
Sun, 14 Feb 2016 17:39:52 +0000 (23:09 +0530)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 22 Mar 2016 07:25:06 +0000 (00:25 -0700)
update Kconfig and Makefile for enabling iSCSI
DDP page pod manager.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Acked-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/net/ethernet/chelsio/Kconfig
drivers/net/ethernet/chelsio/cxgb4/Makefile

index 4d187f22c48be72723194713fbb82ba26513ba3a..4686a85a8a22bb365847819160bd6a6c022f1ae7 100644 (file)
@@ -96,6 +96,17 @@ config CHELSIO_T4_DCB
 
          If unsure, say N.
 
+config CHELSIO_T4_UWIRE
+       bool "Unified Wire Support for Chelsio T5 cards"
+       default n
+       depends on CHELSIO_T4
+       ---help---
+         Enable unified-wire offload features.
+         Say Y here if you want to enable unified-wire over Ethernet
+         in the driver.
+
+         If unsure, say N.
+
 config CHELSIO_T4_FCOE
        bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
        default n
index ace0ab98d0f1dbc9a7534242bc0c05d860df50ef..85c92821b2393894b8c73a413c76338a867955b9 100644 (file)
@@ -7,4 +7,5 @@ obj-$(CONFIG_CHELSIO_T4) += cxgb4.o
 cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o
 cxgb4-$(CONFIG_CHELSIO_T4_DCB) +=  cxgb4_dcb.o
 cxgb4-$(CONFIG_CHELSIO_T4_FCOE) +=  cxgb4_fcoe.o
+cxgb4-$(CONFIG_CHELSIO_T4_UWIRE) +=  cxgb4_ppm.o
 cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o