1 # SPDX-License-Identifier: GPL-2.0-only
2 config NET_VENDOR_MEDIATEK
3 bool "MediaTek devices"
4 depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620 || COMPILE_TEST
6 If you have a Mediatek SoC with ethernet, say Y.
10 config NET_MEDIATEK_SOC_WED
11 depends on ARCH_MEDIATEK || COMPILE_TEST
12 def_bool NET_MEDIATEK_SOC != n
14 config NET_MEDIATEK_SOC
15 tristate "MediaTek SoC Gigabit Ethernet support"
16 depends on NET_DSA || !NET_DSA
21 select PAGE_POOL_STATS
23 This driver supports the gigabit ethernet MACs in the
26 config NET_MEDIATEK_STAR_EMAC
27 tristate "MediaTek STAR Ethernet MAC support"
31 This driver supports the ethernet MAC IP first used on
34 endif #NET_VENDOR_MEDIATEK