xref: /linux/drivers/net/dsa/ocelot/Kconfig (revision 84705fc165526e8e55d208b2b10a48cc720a106a)
156051948SVladimir Oltean# SPDX-License-Identifier: GPL-2.0-only
256051948SVladimir Olteanconfig NET_DSA_MSCC_FELIX
356051948SVladimir Oltean	tristate "Ocelot / Felix Ethernet switch support"
456051948SVladimir Oltean	depends on NET_DSA && PCI
595bed1a9SArnd Bergmann	depends on NET_VENDOR_MICROSEMI
6bdeced75SVladimir Oltean	depends on NET_VENDOR_FREESCALE
7f4d0323bSVladimir Oltean	depends on HAS_IOMEM
8f4d0323bSVladimir Oltean	depends on REGMAP_MMIO
9f4d0323bSVladimir Oltean	select MSCC_OCELOT_SWITCH_LIB
1056051948SVladimir Oltean	select NET_DSA_TAG_OCELOT
11bdeced75SVladimir Oltean	select FSL_ENETC_MDIO
1256051948SVladimir Oltean	help
13*84705fc1SMaxim Kochetkov	  This driver supports network switches from the the Vitesse /
14*84705fc1SMaxim Kochetkov	  Microsemi / Microchip Ocelot family of switching cores that are
15*84705fc1SMaxim Kochetkov	  connected to their host CPU via Ethernet.
16*84705fc1SMaxim Kochetkov	  The following switches are supported:
17*84705fc1SMaxim Kochetkov	  - VSC9959 (Felix): embedded as a PCIe function of the NXP LS1028A
18*84705fc1SMaxim Kochetkov	    ENETC integrated endpoint.
19*84705fc1SMaxim Kochetkov	  - VSC9953 (Seville): embedded as a platform device on the
20*84705fc1SMaxim Kochetkov	    NXP T1040 SoC.
21