1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "Distributed Switch Architecture drivers"
5 source "drivers/net/dsa/b53/Kconfig"
8 tristate "Broadcom Starfighter 2 Ethernet switch support"
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"
23 This enables support for a fake mock-up switch chip which
24 exercises the DSA APIs.
26 source "drivers/net/dsa/hirschmann/Kconfig"
28 config NET_DSA_LANTIQ_GSWIP
29 tristate "Lantiq / Intel GSWIP"
31 select NET_DSA_TAG_GSWIP
33 This enables support for the Lantiq / Intel GSWIP 2.1 found in
37 tristate "MediaTek MT753x and MT7621 Ethernet switch support"
38 select NET_DSA_TAG_MTK
39 select MEDIATEK_GE_PHY
41 This enables support for the MediaTek MT7530, MT7531, and MT7621
42 Ethernet switch chips.
44 config NET_DSA_MV88E6060
45 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"
61 source "drivers/net/dsa/xrs700x/Kconfig"
63 source "drivers/net/dsa/realtek/Kconfig"
65 config NET_DSA_RZN1_A5PSW
66 tristate "Renesas RZ/N1 A5PSW Ethernet switch support"
67 depends on OF && ARCH_RZN1
68 select NET_DSA_TAG_RZN1_A5PSW
71 This driver supports the A5PSW switch, which is embedded in Renesas
74 config NET_DSA_SMSC_LAN9303
76 select NET_DSA_TAG_LAN9303
79 This enables support for the SMSC/Microchip LAN9303 3 port ethernet
82 config NET_DSA_SMSC_LAN9303_I2C
83 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
85 depends on VLAN_8021Q || VLAN_8021Q=n
86 select NET_DSA_SMSC_LAN9303
89 Enable access functions if the SMSC/Microchip LAN9303 is configured
92 config NET_DSA_SMSC_LAN9303_MDIO
93 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
94 select NET_DSA_SMSC_LAN9303
95 depends on VLAN_8021Q || VLAN_8021Q=n
97 Enable access functions if the SMSC/Microchip LAN9303 is configured
98 for MDIO managed mode.
100 config NET_DSA_VITESSE_VSC73XX
106 This enables support for the Vitesse VSC7385, VSC7388,
107 VSC7395 and VSC7398 SparX integrated ethernet switches.
109 config NET_DSA_VITESSE_VSC73XX_SPI
110 tristate "Vitesse VSC7385/7388/7395/7398 SPI mode support"
112 select NET_DSA_VITESSE_VSC73XX
114 This enables support for the Vitesse VSC7385, VSC7388, VSC7395
115 and VSC7398 SparX integrated ethernet switches in SPI managed mode.
117 config NET_DSA_VITESSE_VSC73XX_PLATFORM
118 tristate "Vitesse VSC7385/7388/7395/7398 Platform 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, connected over
124 a CPU-attached address bus and work in memory-mapped I/O mode.