1# SPDX-License-Identifier: GPL-2.0-only 2config NET_DSA_MSCC_FELIX 3 tristate "Ocelot / Felix Ethernet switch support" 4 depends on NET_DSA && PCI 5 depends on NET_VENDOR_MICROSEMI 6 depends on NET_VENDOR_FREESCALE 7 select MSCC_OCELOT_SWITCH 8 select NET_DSA_TAG_OCELOT 9 select FSL_ENETC_MDIO 10 help 11 This driver supports the VSC9959 network switch, which is a member of 12 the Vitesse / Microsemi / Microchip Ocelot family of switching cores. 13 It is embedded as a PCIe function of the NXP LS1028A ENETC integrated 14 endpoint. 15