summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/Kconfig
blob: 3d3c2a6fb0c01cdf4574aa4791e2ce539c5e2526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-only
config NET_DSA_MSCC_FELIX
	tristate "Ocelot / Felix Ethernet switch support"
	depends on NET_DSA && PCI
	depends on NET_VENDOR_MICROSEMI
	depends on NET_VENDOR_FREESCALE
	depends on HAS_IOMEM
	depends on REGMAP_MMIO
	select MSCC_OCELOT_SWITCH_LIB
	select NET_DSA_TAG_OCELOT
	select FSL_ENETC_MDIO
	help
	  This driver supports the VSC9959 network switch, which is a member of
	  the Vitesse / Microsemi / Microchip Ocelot family of switching cores.
	  It is embedded as a PCIe function of the NXP LS1028A ENETC integrated
	  endpoint.