# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_FSL_DPAA2_ETH[0m tristate "Freescale DPAA2 Ethernet" depends on [31mCONFIG_FSL_MC_BUS[0m && [31mCONFIG_FSL_MC_DPIO[0m help This is the DPAA2 Ethernet driver supporting Freescale SoCs with DPAA2 (DataPath Acceleration Architecture v2). The driver manages network objects discovered on the Freescale MC bus. config [31mCONFIG_FSL_DPAA2_PTP_CLOCK[0m tristate "Freescale DPAA2 PTP Clock" depends on [31mCONFIG_FSL_DPAA2_ETH[0m && [31mCONFIG_PTP_1588_CLOCK_QORIQ[0m default y help This driver adds support for using the DPAA2 1588 timer module as a PTP clock. |