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 depends on HAS_IOMEM 8 select MSCC_OCELOT_SWITCH_LIB 9 select NET_DSA_TAG_OCELOT 10 select FSL_ENETC_MDIO 11 help 12 This driver supports network switches from the the Vitesse / 13 Microsemi / Microchip Ocelot family of switching cores that are 14 connected to their host CPU via Ethernet. 15 The following switches are supported: 16 - VSC9959 (Felix): embedded as a PCIe function of the NXP LS1028A 17 ENETC integrated endpoint. 18 - VSC9953 (Seville): embedded as a platform device on the 19 NXP T1040 SoC. 20