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 select MSCC_OCELOT_SWITCH 7 select NET_DSA_TAG_OCELOT 8 help 9 This driver supports the VSC9959 network switch, which is a member of 10 the Vitesse / Microsemi / Microchip Ocelot family of switching cores. 11 It is embedded as a PCIe function of the NXP LS1028A ENETC integrated 12 endpoint. 13