aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG.h. Gao <guanhua.gao@nxp.com>2019-06-14 15:14:37 +0800
committerDaniel Thompson <daniel@redfelineninja.org.uk>2019-09-17 22:31:54 +0100
commit463d4a12d6c90e6a5fab9a41eb69694a2ade17ef (patch)
treed8c5e802c7790d395789f6959d4b65584d7ebddc
parentf135b51e4408ab395141500a3eb92b9db836e0c1 (diff)
staging: fsl-dpaa2: Remove duplicate config options
Remove dpaa2-eth config options left over from when the driver was located in staging. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
-rw-r--r--drivers/staging/fsl-dpaa2/Kconfig37
1 files changed, 0 insertions, 37 deletions
diff --git a/drivers/staging/fsl-dpaa2/Kconfig b/drivers/staging/fsl-dpaa2/Kconfig
index a9fcca185639..aa1a703c3dbd 100644
--- a/drivers/staging/fsl-dpaa2/Kconfig
+++ b/drivers/staging/fsl-dpaa2/Kconfig
@@ -17,42 +17,5 @@ config FSL_DPAA2_ETHSW
Driver for Freescale DPAA2 Ethernet Switch. Select
BRIDGE to have support for bridge tools.
-if FSL_DPAA2_ETH
-config FSL_DPAA2_ETH_USE_ERR_QUEUE
- bool "Enable Rx error queue"
- default n
- ---help---
- Allow Rx error frames to be enqueued on an error queue
- and processed by the driver (by default they are dropped
- in hardware).
- This may impact performance, recommended for debugging
- purposes only.
-
-# QBMAN_DEBUG requires some additional DPIO APIs
-config FSL_DPAA2_ETH_DEBUGFS
- depends on DEBUG_FS
- bool "Enable debugfs support"
- default y
- ---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.
-
-config FSL_DPAA2_ETH_CEETM
- depends on NET_SCHED
- bool "DPAA2 Ethernet CEETM QoS"
- default n
- ---help---
- Enable QoS offloading support through the CEETM hardware block.
-endif
-
source "drivers/staging/fsl-dpaa2/mac/Kconfig"
source "drivers/staging/fsl-dpaa2/evb/Kconfig"