mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 01:27:51 +07:00
296c912075
This patch adds support for the MediaTek MT7628/88 SoCs to the common MediaTek ethernet driver. Some minor changes are needed for this and a bigger change, as the MT7628 does not support QDMA (only PDMA). Signed-off-by: Stefan Roese <sr@denx.de> Cc: René van Dorst <opensource@vdorst.com> Cc: Daniel Golle <daniel@makrotopia.org> Cc: Sean Wang <sean.wang@mediatek.com> Cc: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
# 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 PHYLIB
|
|
---help---
|
|
This driver supports the gigabit ethernet MACs in the
|
|
MediaTek SoC family.
|
|
|
|
endif #NET_VENDOR_MEDIATEK
|