# SPDX-License-Identifier: GPL-2.0-only
config NET_DSA_RT3050
	tristate "Ralink RT3050 Fast Ethernet switch support"
	depends on RALINK
	depends on NET_DSA
	depends on HAS_IOMEM
	depends on MIPS && (SOC_RT305X || SOC_MT7620)
	select PHYLINK
	select NET_DSA_TAG_RT3050_8021Q
	help
	  This driver supports the Ralink RT3050 switch, which is embedded
	  as a platform device on the MTK 76X8 chips.

config NET_DSA_RT3050_DEBUGFS
	bool "Export switch internals in DebugFS"
	default y if DEBUG_FS
	depends on NET_DSA_RT3050
	help
	  Select this to see extensive information about
	  the internal state of switch in debugfs.

	  Say N unless you know you need this.
