# SPDX-License-Identifier: GPL-2.0-only
config NET_DSA_NETC_SWITCH
	tristate "NXP NETC Ethernet switch support"
	depends on NET_DSA && PCI
	select NET_DSA_TAG_NETC
	select FSL_ENETC_MDIO
	select PCS_XPCS
	select NXP_NETC_LIB
	help
	  This driver supports the NXP NETC Ethernet switch, which is embedded
	  as a PCIe function of the NXP NETC IP. But note that this driver does
	  only support switch versions greater than or equal to NETC v4.3.

	  If compiled as module (M), the module name is nxp-netc-switch.
