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 help 7 This is the DPAA2 Ethernet driver supporting Freescale SoCs 8 with DPAA2 (DataPath Acceleration Architecture v2). 9 The driver manages network objects discovered on the Freescale 10 MC bus. 11 12if FSL_DPAA2_ETH 13config FSL_DPAA2_ETH_DCB 14 bool "Data Center Bridging (DCB) Support" 15 default n 16 depends on DCB 17 help 18 Enable Priority-Based Flow Control (PFC) support for DPAA2 Ethernet 19 devices. 20endif 21 22config FSL_DPAA2_PTP_CLOCK 23 tristate "Freescale DPAA2 PTP Clock" 24 depends on FSL_DPAA2_ETH && PTP_1588_CLOCK_QORIQ 25 default y 26 help 27 This driver adds support for using the DPAA2 1588 timer module 28 as a PTP clock. 29