1 menu "Distributed Switch Architecture drivers"
2 depends on HAVE_NET_DSA
4 source "drivers/net/dsa/b53/Kconfig"
7 tristate "Broadcom Starfighter 2 Ethernet switch support"
8 depends on HAS_IOMEM && NET_DSA
9 select NET_DSA_TAG_BRCM
12 select MDIO_BCM_UNIMAC
15 This enables support for the Broadcom Starfighter 2 Ethernet
19 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.
27 tristate "Mediatek MT7530 Ethernet switch support"
29 select NET_DSA_TAG_MTK
31 This enables support for the Mediatek MT7530 Ethernet switch
34 config NET_DSA_MV88E6060
35 tristate "Marvell 88E6060 ethernet switch chip support"
36 depends on NET_DSA && NET_DSA_LEGACY
37 select NET_DSA_TAG_TRAILER
39 This enables support for the Marvell 88E6060 ethernet switch
42 source "drivers/net/dsa/microchip/Kconfig"
44 source "drivers/net/dsa/mv88e6xxx/Kconfig"
47 tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
49 select NET_DSA_TAG_QCA
52 This enables support for the Qualcomm Atheros QCA8K Ethernet
55 config NET_DSA_REALTEK_SMI
56 tristate "Realtek SMI Ethernet switch family support"
63 This enables support for the Realtek SMI-based switch
64 chips, currently only RTL8366RB.
66 config NET_DSA_SMSC_LAN9303
68 select NET_DSA_TAG_LAN9303
71 This enables support for the SMSC/Microchip LAN9303 3 port ethernet
74 config NET_DSA_SMSC_LAN9303_I2C
75 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
76 depends on NET_DSA && I2C
77 select NET_DSA_SMSC_LAN9303
80 Enable access functions if the SMSC/Microchip LAN9303 is configured
83 config NET_DSA_SMSC_LAN9303_MDIO
84 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
86 select NET_DSA_SMSC_LAN9303
88 Enable access functions if the SMSC/Microchip LAN9303 is configured
89 for MDIO managed mode.
91 config NET_DSA_VITESSE_VSC73XX
92 tristate "Vitesse VSC7385/7388/7395/7398 support"
99 This enables support for the Vitesse VSC7385, VSC7388,
100 VSC7395 and VSC7398 SparX integrated ethernet switches.