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