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

if NET_VENDOR_MEDIATEK

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

config MEDIATEK_STAR
	tristate "Mediatek STAR MAC ethernet support"
#	select MII
	---help---
	  If you have a network (Ethernet) chipset belonging to this class,
	  say Y.
	  To compile this driver as a module, choose Y here. The module
	  will be called star_mac.

endif #NET_VENDOR_MEDIATEK
