config NET_VENDOR_RALINK
	tristate "Ralink ethernet driver"
	depends on RALINK
	help
	  This driver supports the ethernet mac inside Ralink WiSoCs

config NET_RALINK_SOC
	def_tristate NET_VENDOR_RALINK

if NET_RALINK_SOC
choice
	prompt "MAC type"

config NET_RALINK_RT3050
	bool "RT3050/MT7628"
	depends on MIPS && (SOC_RT305X || SOC_MT7620)

endchoice

config NET_RALINK_ESW_RT3050
	def_tristate NET_RALINK_SOC
	depends on NET_RALINK_RT3050

endif
