xref: /linux/drivers/net/ethernet/freescale/dpaa2/Kconfig (revision d2912cb15bdda8ba4a5dd73396ad62641af2f520)
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	help
6	  This is the DPAA2 Ethernet driver supporting Freescale SoCs
7	  with DPAA2 (DataPath Acceleration Architecture v2).
8	  The driver manages network objects discovered on the Freescale
9	  MC bus.
10
11config FSL_DPAA2_PTP_CLOCK
12	tristate "Freescale DPAA2 PTP Clock"
13	depends on FSL_DPAA2_ETH
14	imply PTP_1588_CLOCK
15	default y
16	help
17	  This driver adds support for using the DPAA2 1588 timer module
18	  as a PTP clock.
19