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 SoC Gigabit Ethernet support"
	depends on NET_VENDOR_MEDIATEK
	select PHYLIB
	---help---
	  This driver supports the gigabit ethernet MACs in the
	  MediaTek SoC family.

config NET_MEDIATEK_DBG
	bool "Mediatek Ethernet debug interface"
	depends on NET_MEDIATEK_SOC

endif #NET_VENDOR_MEDIATEK

config ODU_MCAST_SUPPORT
	bool "Customer special config for multicast ODU support"
	default n
	depends on ARCH_MEDIATEK
	---help---
	  Customer special config for multicast ODU support

config MTK_SGMII_NETSYS
	bool "sgmii for netsys"
	default n
	help
	  Set the PHY sgmii for netsys

	  This selects the sgmii as Netsys ethernet driver
	  interface. SNPS ethernet driver can only use rgmii
	  with this configuration.

config MTK_SGMII_SNPS
	bool "sgmii for snps"
	default n
	help
	  Set the PHY sgmii for snps

	  This selects the sgmii as SNPS ethernet driver
	  interface. Netsys ethernet driver can only use
	  another sgmii with this configuration.
