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