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 && OF_MDIO
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_SMSC_LAN9303
57 select NET_DSA_TAG_LAN9303
59 This enables support for the SMSC/Microchip LAN9303 3 port ethernet
62 config NET_DSA_SMSC_LAN9303_I2C
63 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in I2C managed mode"
64 depends on NET_DSA && I2C
65 select NET_DSA_SMSC_LAN9303
68 Enable access functions if the SMSC/Microchip LAN9303 is configured
71 config NET_DSA_SMSC_LAN9303_MDIO
72 tristate "SMSC/Microchip LAN9303 3-ports 10/100 ethernet switch in MDIO managed mode"
74 select NET_DSA_SMSC_LAN9303
76 Enable access functions if the SMSC/Microchip LAN9303 is configured
77 for MDIO managed mode.