#
# Mediatek ethernet device configuration
#
config NET_VENDOR_MEDIATEK
	bool "MediaTek ethernet driver"
	depends on ARCH_MEDIATEK
	---help---
	  If you have a Mediatek SoC with ethernet, say Y.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about Mediatek devices. If you say Y, you will be
	  asked for your specific card in the following questions.

if NET_VENDOR_MEDIATEK

config NET_MEDIATEK_SOC
	tristate "MediaTek MT7623 Gigabit ethernet support"
	depends on NET_VENDOR_MEDIATEK
	select PHYLIB
	---help---
	  This driver supports the gigabit ethernet MACs in the
	  MediaTek MT2701/MT7623 chipset family.

config MT2712_MAC
	tristate "MediaTek MT2712 Gigabit AVB ethernet support"
	select PHYLIB
	select PTP_1588_CLOCK
	select VLAN_8021Q
	---help---
	  This driver supports the gigabit avb ethernet MACs in the
	  MediaTek MT2712 chipset family.

endif #NET_VENDOR_MEDIATEK
