1# SPDX-License-Identifier: GPL-2.0-only
2config FSL_DPAA2_ETH
3	tristate "Freescale DPAA2 Ethernet"
4	depends on FSL_MC_BUS && FSL_MC_DPIO
5	select PHYLINK
6	select PCS_LYNX
7	help
8	  This is the DPAA2 Ethernet driver supporting Freescale SoCs
9	  with DPAA2 (DataPath Acceleration Architecture v2).
10	  The driver manages network objects discovered on the Freescale
11	  MC bus.
12
13if FSL_DPAA2_ETH
14config FSL_DPAA2_ETH_DCB
15	bool "Data Center Bridging (DCB) Support"
16	default n
17	depends on DCB
18	help
19	  Enable Priority-Based Flow Control (PFC) support for DPAA2 Ethernet
20	  devices.
21endif
22
23config FSL_DPAA2_PTP_CLOCK
24	tristate "Freescale DPAA2 PTP Clock"
25	depends on FSL_DPAA2_ETH && PTP_1588_CLOCK_QORIQ
26	default y
27	help
28	  This driver adds support for using the DPAA2 1588 timer module
29	  as a PTP clock.
30