summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/Kconfig
diff options
context:
space:
mode:
authorVarun Prakash <varun@chelsio.com>2016-07-21 22:57:14 +0530
committerDavid S. Miller <davem@davemloft.net>2016-07-25 10:31:08 -0700
commitb8b9d81b36a4adada3ef3504c252e2518393884d (patch)
tree24ccbc0d50f0d03a9297d32eb0bdc599fdf0ba00 /drivers/net/ethernet/chelsio/Kconfig
parent9e0b27fe5ada7752577f3e1260eec44e79476142 (diff)
downloadlinux-b8b9d81b36a4adada3ef3504c252e2518393884d.tar.gz
linux-b8b9d81b36a4adada3ef3504c252e2518393884d.tar.bz2
linux-b8b9d81b36a4adada3ef3504c252e2518393884d.zip
libcxgb: add library module for Chelsio drivers
Add common library module(libcxgb.ko) for Chelsio drivers to remove duplicate code. Code for iSCSI DDP Page Pod Manager is moved from cxgb4.ko to libcxgb.ko. Earlier only cxgbit.ko was using this code, now cxgb3i and cxgb4i will also use common Page Pod manager code. In future this module will have common connection management and hardware specific code that can be shared by multiple Chelsio drivers. Signed-off-by: Varun Prakash <varun@chelsio.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/Kconfig')
-rw-r--r--drivers/net/ethernet/chelsio/Kconfig16
1 files changed, 5 insertions, 11 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig
index 4686a85a8a22..5713e83be08c 100644
--- a/drivers/net/ethernet/chelsio/Kconfig
+++ b/drivers/net/ethernet/chelsio/Kconfig
@@ -96,17 +96,6 @@ 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
@@ -137,4 +126,9 @@ config CHELSIO_T4VF
To compile this driver as a module choose M here; the module
will be called cxgb4vf.
+config CHELSIO_LIB
+ tristate
+ ---help---
+ Common library for Chelsio drivers.
+
endif # NET_VENDOR_CHELSIO