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/ocelot/Kconfig"
57 source "drivers/net/dsa/qca/Kconfig"
59 source "drivers/net/dsa/sja1105/Kconfig"
62 tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
64 select NET_DSA_TAG_QCA
67 This enables support for the Qualcomm Atheros QCA8K Ethernet
70 config NET_DSA_REALTEK_SMI
71 tristate "Realtek SMI Ethernet switch family support"
78 This enables support for the Realtek SMI-based switch
79 chips, currently only RTL8366RB.
81 config NET_DSA_SMSC_LAN9303
83 select NET_DSA_TAG_LAN9303
86 This enables support for the SMSC/Microchip LAN9303 3 port ethernet
89 config NET_DSA_SMSC_LAN9303_I2C
90 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
91 depends on NET_DSA && I2C
92 select NET_DSA_SMSC_LAN9303
95 Enable access functions if the SMSC/Microchip LAN9303 is configured
98 config NET_DSA_SMSC_LAN9303_MDIO
99 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
101 select NET_DSA_SMSC_LAN9303
103 Enable access functions if the SMSC/Microchip LAN9303 is configured
104 for MDIO managed mode.
106 config NET_DSA_VITESSE_VSC73XX
113 This enables support for the Vitesse VSC7385, VSC7388,
114 VSC7395 and VSC7398 SparX integrated ethernet switches.
116 config NET_DSA_VITESSE_VSC73XX_SPI
117 tristate "Vitesse VSC7385/7388/7395/7398 SPI mode support"
120 select NET_DSA_VITESSE_VSC73XX
122 This enables support for the Vitesse VSC7385, VSC7388, VSC7395
123 and VSC7398 SparX integrated ethernet switches in SPI managed mode.
125 config NET_DSA_VITESSE_VSC73XX_PLATFORM
126 tristate "Vitesse VSC7385/7388/7395/7398 Platform mode support"
129 select NET_DSA_VITESSE_VSC73XX
131 This enables support for the Vitesse VSC7385, VSC7388, VSC7395
132 and VSC7398 SparX integrated ethernet switches, connected over
133 a CPU-attached address bus and work in memory-mapped I/O mode.