1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "Distributed Switch Architecture drivers"
3 depends on HAVE_NET_DSA
5 source "drivers/net/dsa/b53/Kconfig"
8 tristate "Broadcom Starfighter 2 Ethernet switch support"
9 depends on HAS_IOMEM && NET_DSA
10 select NET_DSA_TAG_BRCM
13 select MDIO_BCM_UNIMAC
16 This enables support for the Broadcom Starfighter 2 Ethernet
20 tristate "DSA mock-up Ethernet switch chip support"
24 This enables support for a fake mock-up switch chip which
25 exercises the DSA APIs.
27 config NET_DSA_LANTIQ_GSWIP
28 tristate "Lantiq / Intel GSWIP"
29 depends on HAS_IOMEM && NET_DSA
30 select NET_DSA_TAG_GSWIP
32 This enables support for the Lantiq / Intel GSWIP 2.1 found in
36 tristate "Mediatek MT7530 Ethernet switch support"
38 select NET_DSA_TAG_MTK
40 This enables support for the Mediatek MT7530 Ethernet switch
43 config NET_DSA_MV88E6060
44 tristate "Marvell 88E6060 ethernet switch chip support"
46 select NET_DSA_TAG_TRAILER
48 This enables support for the Marvell 88E6060 ethernet switch
51 source "drivers/net/dsa/microchip/Kconfig"
53 source "drivers/net/dsa/mv88e6xxx/Kconfig"
55 source "drivers/net/dsa/sja1105/Kconfig"
58 tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
60 select NET_DSA_TAG_QCA
63 This enables support for the Qualcomm Atheros QCA8K Ethernet
66 config NET_DSA_REALTEK_SMI
67 tristate "Realtek SMI Ethernet switch family support"
74 This enables support for the Realtek SMI-based switch
75 chips, currently only RTL8366RB.
77 config NET_DSA_SMSC_LAN9303
79 select NET_DSA_TAG_LAN9303
81 This enables support for the SMSC/Microchip LAN9303 3 port ethernet
84 config NET_DSA_SMSC_LAN9303_I2C
85 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
86 depends on NET_DSA && I2C
87 select NET_DSA_SMSC_LAN9303
90 Enable access functions if the SMSC/Microchip LAN9303 is configured
93 config NET_DSA_SMSC_LAN9303_MDIO
94 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
96 select NET_DSA_SMSC_LAN9303
98 Enable access functions if the SMSC/Microchip LAN9303 is configured
99 for MDIO managed mode.
101 config NET_DSA_VITESSE_VSC73XX
102 tristate "Vitesse VSC7385/7388/7395/7398 support"
109 This enables support for the Vitesse VSC7385, VSC7388,
110 VSC7395 and VSC7398 SparX integrated ethernet switches.