mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-04 16:57:53 +01:00
This convert the basics to PHYLINK API. SGMII support is not in this patch. Signed-off-by: René van Dorst <opensource@vdorst.com> Signed-off-by: David S. Miller <davem@davemloft.net>
454 B
454 B
SPDX-License-Identifier: GPL-2.0-only
config NET_VENDOR_MEDIATEK bool "MediaTek ethernet driver" depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620 ---help--- If you have a Mediatek SoC with ethernet, say Y.
if NET_VENDOR_MEDIATEK
config NET_MEDIATEK_SOC tristate "MediaTek SoC Gigabit Ethernet support" select PHYLINK ---help--- This driver supports the gigabit ethernet MACs in the MediaTek SoC family.
endif #NET_VENDOR_MEDIATEK