summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoana Radulescu <ruxandra.radulescu@nxp.com>2017-08-29 14:49:16 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:43 (GMT)
commiteec4194621936482a102645fd2fd629ea75dc711 (patch)
treea5431e7ef6c5fb83d464b4a24f1c24c8fc70ad35
parentfb2c6c883794e23940efe3df3ea216dc0eafdff3 (diff)
downloadlinux-eec4194621936482a102645fd2fd629ea75dc711.tar.xz
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 <ruxandra.radulescu@nxp.com>
-rw-r--r--drivers/staging/fsl-dpaa2/Kconfig10
1 files changed, 10 insertions, 0 deletions
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"