xref: /linux/drivers/net/dsa/ocelot/Kconfig (revision 95298d63c67673c654c08952672d016212b26054)
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	depends on REGMAP_MMIO
9	select MSCC_OCELOT_SWITCH_LIB
10	select NET_DSA_TAG_OCELOT
11	select FSL_ENETC_MDIO
12	help
13	  This driver supports the VSC9959 network switch, which is a member of
14	  the Vitesse / Microsemi / Microchip Ocelot family of switching cores.
15	  It is embedded as a PCIe function of the NXP LS1028A ENETC integrated
16	  endpoint.
17