xref: /openbmc/linux/drivers/net/dsa/ocelot/Kconfig (revision 588d0550)
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	select MSCC_OCELOT_SWITCH_LIB
9	select NET_DSA_TAG_OCELOT
10	select FSL_ENETC_MDIO
11	select PCS_LYNX
12	help
13	  This driver supports network switches from 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.
21