xref: /linux/drivers/net/dsa/ocelot/Kconfig (revision f4d0323bae4ed24d9f9f5bba3d27def06354fee7)
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
7*f4d0323bSVladimir Oltean	depends on HAS_IOMEM
8*f4d0323bSVladimir Oltean	depends on REGMAP_MMIO
9*f4d0323bSVladimir Oltean	select MSCC_OCELOT_SWITCH_LIB
1056051948SVladimir Oltean	select NET_DSA_TAG_OCELOT
11bdeced75SVladimir Oltean	select FSL_ENETC_MDIO
1256051948SVladimir Oltean	help
1356051948SVladimir Oltean	  This driver supports the VSC9959 network switch, which is a member of
1456051948SVladimir Oltean	  the Vitesse / Microsemi / Microchip Ocelot family of switching cores.
1556051948SVladimir Oltean	  It is embedded as a PCIe function of the NXP LS1028A ENETC integrated
1656051948SVladimir Oltean	  endpoint.
17