From eec4194621936482a102645fd2fd629ea75dc711 Mon Sep 17 00:00:00 2001 From: Ioana Radulescu Date: Tue, 29 Aug 2017 17:49:16 +0300 Subject: staging: fsl-dpaa2/eth: Add DCB Kconfig Add a Kconfig option for enabling Data Center Bridging (DCB) support in the Ethernet driver. This is needed for priority flow control support. Signed-off-by: Ioana Radulescu diff --git a/drivers/staging/fsl-dpaa2/Kconfig b/drivers/staging/fsl-dpaa2/Kconfig index 8042d9c..3444727e 100644 --- a/drivers/staging/fsl-dpaa2/Kconfig +++ b/drivers/staging/fsl-dpaa2/Kconfig @@ -34,6 +34,16 @@ config FSL_DPAA2_ETH_DEBUGFS default n ---help--- Enable advanced statistics through debugfs interface. + +config FSL_DPAA2_ETH_DCB + bool "Data Center Bridging (DCB) Support" + default n + depends on DCB + ---help--- + Say Y here if you want to use Data Center Bridging (DCB) features + (PFC) in the driver. + + If unsure, say N. endif source "drivers/staging/fsl-dpaa2/mac/Kconfig" -- cgit v0.10.2