xref: /linux/drivers/net/dsa/ocelot/Kconfig (revision 56051948773eeb4224fbda88102e891d1ad5cefd)
1*56051948SVladimir Oltean# SPDX-License-Identifier: GPL-2.0-only
2*56051948SVladimir Olteanconfig NET_DSA_MSCC_FELIX
3*56051948SVladimir Oltean	tristate "Ocelot / Felix Ethernet switch support"
4*56051948SVladimir Oltean	depends on NET_DSA && PCI
5*56051948SVladimir Oltean	select MSCC_OCELOT_SWITCH
6*56051948SVladimir Oltean	select NET_DSA_TAG_OCELOT
7*56051948SVladimir Oltean	help
8*56051948SVladimir Oltean	  This driver supports the VSC9959 network switch, which is a member of
9*56051948SVladimir Oltean	  the Vitesse / Microsemi / Microchip Ocelot family of switching cores.
10*56051948SVladimir Oltean	  It is embedded as a PCIe function of the NXP LS1028A ENETC integrated
11*56051948SVladimir Oltean	  endpoint.
12