xref: /linux/drivers/net/dsa/ocelot/Kconfig (revision e5f31552674e88bff3a4e3ca3e5357668b5f2973)
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
7f4d0323bSVladimir Oltean	depends on HAS_IOMEM
8*e5f31552SArnd Bergmann	depends on PTP_1588_CLOCK_OPTIONAL
9f4d0323bSVladimir Oltean	select MSCC_OCELOT_SWITCH_LIB
107c83a7c5SVladimir Oltean	select NET_DSA_TAG_OCELOT_8021Q
1156051948SVladimir Oltean	select NET_DSA_TAG_OCELOT
12bdeced75SVladimir Oltean	select FSL_ENETC_MDIO
13588d0550SIoana Ciornei	select PCS_LYNX
1456051948SVladimir Oltean	help
15d60bc62dSVladimir Oltean	  This driver supports the VSC9959 (Felix) switch, which is embedded as
16d60bc62dSVladimir Oltean	  a PCIe function of the NXP LS1028A ENETC RCiEP.
17d60bc62dSVladimir Oltean
18d60bc62dSVladimir Olteanconfig NET_DSA_MSCC_SEVILLE
19d60bc62dSVladimir Oltean	tristate "Ocelot / Seville Ethernet switch support"
20d60bc62dSVladimir Oltean	depends on NET_DSA
21d60bc62dSVladimir Oltean	depends on NET_VENDOR_MICROSEMI
22d60bc62dSVladimir Oltean	depends on HAS_IOMEM
23*e5f31552SArnd Bergmann	depends on PTP_1588_CLOCK_OPTIONAL
24d60bc62dSVladimir Oltean	select MSCC_OCELOT_SWITCH_LIB
257c83a7c5SVladimir Oltean	select NET_DSA_TAG_OCELOT_8021Q
26d60bc62dSVladimir Oltean	select NET_DSA_TAG_OCELOT
27d60bc62dSVladimir Oltean	select PCS_LYNX
28d60bc62dSVladimir Oltean	help
29d60bc62dSVladimir Oltean	  This driver supports the VSC9953 (Seville) switch, which is embedded
30d60bc62dSVladimir Oltean	  as a platform device on the NXP T1040 SoC.
31