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_8021Q 10 select NET_DSA_TAG_OCELOT 11 select FSL_ENETC_MDIO 12 select PCS_LYNX 13 help 14 This driver supports the VSC9959 (Felix) switch, which is embedded as 15 a PCIe function of the NXP LS1028A ENETC RCiEP. 16 17config NET_DSA_MSCC_SEVILLE 18 tristate "Ocelot / Seville Ethernet switch support" 19 depends on NET_DSA 20 depends on NET_VENDOR_MICROSEMI 21 depends on HAS_IOMEM 22 select MSCC_OCELOT_SWITCH_LIB 23 select NET_DSA_TAG_OCELOT_8021Q 24 select NET_DSA_TAG_OCELOT 25 select PCS_LYNX 26 help 27 This driver supports the VSC9953 (Seville) switch, which is embedded 28 as a platform device on the NXP T1040 SoC. 29