2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-10-08 07:44:25 +00:00
|
|
|
config FSL_DPAA2_ETH
|
|
|
|
tristate "Freescale DPAA2 Ethernet"
|
|
|
|
depends on FSL_MC_BUS && FSL_MC_DPIO
|
2019-11-07 01:39:49 +00:00
|
|
|
select PHYLINK
|
2020-09-23 15:41:23 +00:00
|
|
|
select PCS_LYNX
|
2020-11-19 14:51:06 +00:00
|
|
|
select FSL_XGMAC_MDIO
|
2020-11-23 16:35:53 +00:00
|
|
|
select NET_DEVLINK
|
2018-10-08 07:44:25 +00:00
|
|
|
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.
|
|
|
|
|
2020-05-30 21:08:13 +00:00
|
|
|
if FSL_DPAA2_ETH
|
|
|
|
config FSL_DPAA2_ETH_DCB
|
|
|
|
bool "Data Center Bridging (DCB) Support"
|
|
|
|
default n
|
|
|
|
depends on DCB
|
|
|
|
help
|
|
|
|
Enable Priority-Based Flow Control (PFC) support for DPAA2 Ethernet
|
|
|
|
devices.
|
|
|
|
endif
|
|
|
|
|
2018-10-08 07:44:25 +00:00
|
|
|
config FSL_DPAA2_PTP_CLOCK
|
|
|
|
tristate "Freescale DPAA2 PTP Clock"
|
2019-06-14 10:40:51 +00:00
|
|
|
depends on FSL_DPAA2_ETH && PTP_1588_CLOCK_QORIQ
|
2019-01-21 06:26:37 +00:00
|
|
|
default y
|
2018-10-08 07:44:25 +00:00
|
|
|
help
|
|
|
|
This driver adds support for using the DPAA2 1588 timer module
|
|
|
|
as a PTP clock.
|