Kconfig 616 Bytes
Newer Older
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
5
	help
6 7 8 9 10
	  If you have a Mediatek SoC with ethernet, say Y.

if NET_VENDOR_MEDIATEK

config NET_MEDIATEK_SOC
11
	tristate "MediaTek SoC Gigabit Ethernet support"
12
	select PHYLINK
13
	help
14
	  This driver supports the gigabit ethernet MACs in the
15
	  MediaTek SoC family.
16

17 18 19 20 21 22 23
config NET_MEDIATEK_STAR_EMAC
	tristate "MediaTek STAR Ethernet MAC support"
	select PHYLIB
	help
	  This driver supports the ethernet MAC IP first used on
	  MediaTek MT85** SoCs.

24
endif #NET_VENDOR_MEDIATEK