xref: /linux/drivers/net/dsa/ocelot/Kconfig (revision 17340552ce449ab55e3ccbfc2af1bcc600b4fbb5)
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	select MSCC_OCELOT_SWITCH_LIB
956051948SVladimir Oltean	select NET_DSA_TAG_OCELOT
10bdeced75SVladimir Oltean	select FSL_ENETC_MDIO
1156051948SVladimir Oltean	help
12*17340552SColin Ian King	  This driver supports network switches from the Vitesse /
1384705fc1SMaxim Kochetkov	  Microsemi / Microchip Ocelot family of switching cores that are
1484705fc1SMaxim Kochetkov	  connected to their host CPU via Ethernet.
1584705fc1SMaxim Kochetkov	  The following switches are supported:
1684705fc1SMaxim Kochetkov	  - VSC9959 (Felix): embedded as a PCIe function of the NXP LS1028A
1784705fc1SMaxim Kochetkov	    ENETC integrated endpoint.
1884705fc1SMaxim Kochetkov	  - VSC9953 (Seville): embedded as a platform device on the
1984705fc1SMaxim Kochetkov	    NXP T1040 SoC.
20