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.
26 config NET_DSA_LANTIQ_GSWIP
27 tristate "Lantiq / Intel GSWIP"
28 depends on HAS_IOMEM && NET_DSA
29 select NET_DSA_TAG_GSWIP
31 This enables support for the Lantiq / Intel GSWIP 2.1 found in
35 tristate "Mediatek MT7530 Ethernet switch support"
37 select NET_DSA_TAG_MTK
39 This enables support for the Mediatek MT7530 Ethernet switch
42 config NET_DSA_MV88E6060
43 tristate "Marvell 88E6060 ethernet switch chip support"
44 depends on NET_DSA && NET_DSA_LEGACY
45 select NET_DSA_TAG_TRAILER
47 This enables support for the Marvell 88E6060 ethernet switch
50 source "drivers/net/dsa/microchip/Kconfig"
52 source "drivers/net/dsa/mv88e6xxx/Kconfig"
55 tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
57 select NET_DSA_TAG_QCA
60 This enables support for the Qualcomm Atheros QCA8K Ethernet
63 config NET_DSA_REALTEK_SMI
64 tristate "Realtek SMI Ethernet switch family support"
71 This enables support for the Realtek SMI-based switch
72 chips, currently only RTL8366RB.
74 config NET_DSA_SMSC_LAN9303
76 select NET_DSA_TAG_LAN9303
78 This enables support for the SMSC/Microchip LAN9303 3 port ethernet
81 config NET_DSA_SMSC_LAN9303_I2C
82 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
83 depends on NET_DSA && I2C
84 select NET_DSA_SMSC_LAN9303
87 Enable access functions if the SMSC/Microchip LAN9303 is configured
90 config NET_DSA_SMSC_LAN9303_MDIO
91 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
93 select NET_DSA_SMSC_LAN9303
95 Enable access functions if the SMSC/Microchip LAN9303 is configured
96 for MDIO managed mode.
98 config NET_DSA_VITESSE_VSC73XX
99 tristate "Vitesse VSC7385/7388/7395/7398 support"
106 This enables support for the Vitesse VSC7385, VSC7388,
107 VSC7395 and VSC7398 SparX integrated ethernet switches.