1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20a006a2fSYangbo Luconfig FSL_DPAA2_ETH
30a006a2fSYangbo Lu	tristate "Freescale DPAA2 Ethernet"
40a006a2fSYangbo Lu	depends on FSL_MC_BUS && FSL_MC_DPIO
52d791e3bSChenwandun	select PHYLINK
60a006a2fSYangbo Lu	help
70a006a2fSYangbo Lu	  This is the DPAA2 Ethernet driver supporting Freescale SoCs
80a006a2fSYangbo Lu	  with DPAA2 (DataPath Acceleration Architecture v2).
90a006a2fSYangbo Lu	  The driver manages network objects discovered on the Freescale
100a006a2fSYangbo Lu	  MC bus.
110a006a2fSYangbo Lu
12f395b69fSIoana Ciorneiif FSL_DPAA2_ETH
13f395b69fSIoana Ciorneiconfig FSL_DPAA2_ETH_DCB
14f395b69fSIoana Ciornei	bool "Data Center Bridging (DCB) Support"
15f395b69fSIoana Ciornei	default n
16f395b69fSIoana Ciornei	depends on DCB
17f395b69fSIoana Ciornei	help
18f395b69fSIoana Ciornei	  Enable Priority-Based Flow Control (PFC) support for DPAA2 Ethernet
19f395b69fSIoana Ciornei	  devices.
20f395b69fSIoana Ciorneiendif
21f395b69fSIoana Ciornei
220a006a2fSYangbo Luconfig FSL_DPAA2_PTP_CLOCK
230a006a2fSYangbo Lu	tristate "Freescale DPAA2 PTP Clock"
24d346c9e8SYangbo Lu	depends on FSL_DPAA2_ETH && PTP_1588_CLOCK_QORIQ
255d9bf433SYangbo Lu	default y
260a006a2fSYangbo Lu	help
270a006a2fSYangbo Lu	  This driver adds support for using the DPAA2 1588 timer module
280a006a2fSYangbo Lu	  as a PTP clock.
29