1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2b3422a31SBen Hutchings 30b9f9dfbSAndrew Lunnmenuconfig NET_DSA 4c6f15070SMathieu Olivari tristate "Distributed Switch Architecture" 5ee0ab7a2SAndrew Lunn depends on BRIDGE || BRIDGE=n 694ead4caSFlorian Fainelli depends on HSR || HSR=n 7227d7206SAlexander Lobakin depends on INET && NETDEVICES 8e131a563SAlexander Lobakin select GRO_CELLS 93a89eaa6SVivien Didelot select NET_SWITCHDEV 1011d8f3ddSFlorian Fainelli select PHYLINK 11f6b19b35SJiri Pirko select NET_DEVLINK 124a52dd8fSOleksij Rempel imply NET_SELFTESTS 13a7f7f624SMasahiro Yamada help 14c6f15070SMathieu Olivari Say Y if you want to enable support for the hardware switches supported 15c6f15070SMathieu Olivari by the Distributed Switch Architecture. 1691da11f8SLennert Buytenhek 17b3422a31SBen Hutchingsif NET_DSA 1891da11f8SLennert Buytenhek 19227d7206SAlexander Lobakin# Drivers must select the appropriate tagging format(s) 20227d7206SAlexander Lobakin 21d2be3204SVladimir Olteanconfig NET_DSA_TAG_NONE 22d2be3204SVladimir Oltean tristate "No-op tag driver" 23d2be3204SVladimir Oltean help 24d2be3204SVladimir Oltean Say Y or M if you want to enable support for switches which don't tag 25d2be3204SVladimir Oltean frames over the CPU port. 26d2be3204SVladimir Oltean 2748fda74fSOleksij Rempelconfig NET_DSA_TAG_AR9331 2848fda74fSOleksij Rempel tristate "Tag driver for Atheros AR9331 SoC with built-in switch" 2948fda74fSOleksij Rempel help 3048fda74fSOleksij Rempel Say Y or M if you want to enable support for tagging frames for 3148fda74fSOleksij Rempel the Atheros AR9331 SoC with built-in switch. 3248fda74fSOleksij Rempel 330b9f9dfbSAndrew Lunnconfig NET_DSA_TAG_BRCM_COMMON 340b9f9dfbSAndrew Lunn tristate 350b9f9dfbSAndrew Lunn default n 360b9f9dfbSAndrew Lunn 375037d532SFlorian Fainelliconfig NET_DSA_TAG_BRCM 380b9f9dfbSAndrew Lunn tristate "Tag driver for Broadcom switches using in-frame headers" 390b9f9dfbSAndrew Lunn select NET_DSA_TAG_BRCM_COMMON 400b9f9dfbSAndrew Lunn help 410b9f9dfbSAndrew Lunn Say Y if you want to enable support for tagging frames for the 420b9f9dfbSAndrew Lunn Broadcom switches which place the tag after the MAC source address. 430b9f9dfbSAndrew Lunn 44964dbf18SÁlvaro Fernández Rojasconfig NET_DSA_TAG_BRCM_LEGACY 45964dbf18SÁlvaro Fernández Rojas tristate "Tag driver for Broadcom legacy switches using in-frame headers" 46964dbf18SÁlvaro Fernández Rojas select NET_DSA_TAG_BRCM_COMMON 47964dbf18SÁlvaro Fernández Rojas help 48964dbf18SÁlvaro Fernández Rojas Say Y if you want to enable support for tagging frames for the 49964dbf18SÁlvaro Fernández Rojas Broadcom legacy switches which place the tag after the MAC source 50964dbf18SÁlvaro Fernández Rojas address. 515037d532SFlorian Fainelli 52b74b70c4SFlorian Fainelliconfig NET_DSA_TAG_BRCM_PREPEND 530b9f9dfbSAndrew Lunn tristate "Tag driver for Broadcom switches using prepended headers" 540b9f9dfbSAndrew Lunn select NET_DSA_TAG_BRCM_COMMON 550b9f9dfbSAndrew Lunn help 560b9f9dfbSAndrew Lunn Say Y if you want to enable support for tagging frames for the 570b9f9dfbSAndrew Lunn Broadcom switches which places the tag before the Ethernet header 580b9f9dfbSAndrew Lunn (prepended). 5991da11f8SLennert Buytenhek 6001ef09caSKurt Kanzenbachconfig NET_DSA_TAG_HELLCREEK 6101ef09caSKurt Kanzenbach tristate "Tag driver for Hirschmann Hellcreek TSN switches" 6201ef09caSKurt Kanzenbach help 6301ef09caSKurt Kanzenbach Say Y or M if you want to enable support for tagging frames 6401ef09caSKurt Kanzenbach for the Hirschmann Hellcreek TSN switches. 6501ef09caSKurt Kanzenbach 6679691192SHauke Mehrtensconfig NET_DSA_TAG_GSWIP 670b9f9dfbSAndrew Lunn tristate "Tag driver for Lantiq / Intel GSWIP switches" 680b9f9dfbSAndrew Lunn help 690b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames for the 700b9f9dfbSAndrew Lunn Lantiq / Intel GSWIP switches. 7179691192SHauke Mehrtens 72469ee5feSTobias Waldekranzconfig NET_DSA_TAG_DSA_COMMON 73469ee5feSTobias Waldekranz tristate 74469ee5feSTobias Waldekranz 750b9f9dfbSAndrew Lunnconfig NET_DSA_TAG_DSA 760b9f9dfbSAndrew Lunn tristate "Tag driver for Marvell switches using DSA headers" 77469ee5feSTobias Waldekranz select NET_DSA_TAG_DSA_COMMON 780b9f9dfbSAndrew Lunn help 790b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames for the 800b9f9dfbSAndrew Lunn Marvell switches which use DSA headers. 818b8010fbSWoojung Huh 820b9f9dfbSAndrew Lunnconfig NET_DSA_TAG_EDSA 830b9f9dfbSAndrew Lunn tristate "Tag driver for Marvell switches using EtherType DSA headers" 84469ee5feSTobias Waldekranz select NET_DSA_TAG_DSA_COMMON 850b9f9dfbSAndrew Lunn help 860b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames for the 870b9f9dfbSAndrew Lunn Marvell switches which use EtherType DSA headers. 88cafdc45cSJohn Crispin 895cd8985aSSean Wangconfig NET_DSA_TAG_MTK 900b9f9dfbSAndrew Lunn tristate "Tag driver for Mediatek switches" 910b9f9dfbSAndrew Lunn help 920b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames for 930b9f9dfbSAndrew Lunn Mediatek switches. 94e8fe177aSJuergen Beisert 950b9f9dfbSAndrew Lunnconfig NET_DSA_TAG_KSZ 96092f8751SPrasanna Vengateshan tristate "Tag driver for Microchip 8795/937x/9477/9893 families of switches" 970b9f9dfbSAndrew Lunn help 980b9f9dfbSAndrew Lunn Say Y if you want to enable support for tagging frames for the 99092f8751SPrasanna Vengateshan Microchip 8795/937x/9477/9893 families of switches. 1000b9f9dfbSAndrew Lunn 1018dce89aaSVladimir Olteanconfig NET_DSA_TAG_OCELOT 1027c83a7c5SVladimir Oltean tristate "Tag driver for Ocelot family of switches, using NPI port" 1038dce89aaSVladimir Oltean select PACKING 1048dce89aaSVladimir Oltean help 1057c83a7c5SVladimir Oltean Say Y or M if you want to enable NPI tagging for the Ocelot switches 1067c83a7c5SVladimir Oltean (VSC7511, VSC7512, VSC7513, VSC7514, VSC9953, VSC9959). In this mode, 1077c83a7c5SVladimir Oltean the frames over the Ethernet CPU port are prepended with a 1087c83a7c5SVladimir Oltean hardware-defined injection/extraction frame header. Flow control 1097c83a7c5SVladimir Oltean (PAUSE frames) over the CPU port is not supported when operating in 1107c83a7c5SVladimir Oltean this mode. 1117c83a7c5SVladimir Oltean 1127c83a7c5SVladimir Olteanconfig NET_DSA_TAG_OCELOT_8021Q 1137c83a7c5SVladimir Oltean tristate "Tag driver for Ocelot family of switches, using VLAN" 1147c83a7c5SVladimir Oltean help 1157c83a7c5SVladimir Oltean Say Y or M if you want to enable support for tagging frames with a 1167c83a7c5SVladimir Oltean custom VLAN-based header. Frames that require timestamping, such as 1177c83a7c5SVladimir Oltean PTP, are not delivered over Ethernet but over register-based MMIO. 1187c83a7c5SVladimir Oltean Flow control over the CPU port is functional in this mode. When using 1197c83a7c5SVladimir Oltean this mode, less TCAM resources (VCAP IS1, IS2, ES0) are available for 1207c83a7c5SVladimir Oltean use with tc-flower. 1218dce89aaSVladimir Oltean 122eb7b7211SAndrew Lunnconfig NET_DSA_TAG_QCA 1230b9f9dfbSAndrew Lunn tristate "Tag driver for Qualcomm Atheros QCA8K switches" 1240b9f9dfbSAndrew Lunn help 1250b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames for 1260b9f9dfbSAndrew Lunn the Qualcomm Atheros QCA8K switches. 1270b9f9dfbSAndrew Lunn 1289cb8eddaSAlvin Šipragaconfig NET_DSA_TAG_RTL4_A 1299cb8eddaSAlvin Šipraga tristate "Tag driver for Realtek 4 byte protocol A tags" 1309cb8eddaSAlvin Šipraga help 1319cb8eddaSAlvin Šipraga Say Y or M if you want to enable support for tagging frames for the 132983e44f0SChris Packham Realtek switches with 4 byte protocol A tags, such as found in 1339cb8eddaSAlvin Šipraga the Realtek RTL8366RB. 1349cb8eddaSAlvin Šipraga 1351521d5adSAlvin Šipragaconfig NET_DSA_TAG_RTL8_4 1361521d5adSAlvin Šipraga tristate "Tag driver for Realtek 8 byte protocol 4 tags" 1371521d5adSAlvin Šipraga help 1381521d5adSAlvin Šipraga Say Y or M if you want to enable support for tagging frames for Realtek 1391521d5adSAlvin Šipraga switches with 8 byte protocol 4 tags, such as the Realtek RTL8365MB-VC. 1401521d5adSAlvin Šipraga 141a08d6a6dSClément Légerconfig NET_DSA_TAG_RZN1_A5PSW 142a08d6a6dSClément Léger tristate "Tag driver for Renesas RZ/N1 A5PSW switch" 143a08d6a6dSClément Léger help 144a08d6a6dSClément Léger Say Y or M if you want to enable support for tagging frames for 145a08d6a6dSClément Léger Renesas RZ/N1 embedded switch that uses an 8 byte tag located after 146a08d6a6dSClément Léger destination MAC address. 147a08d6a6dSClément Léger 1480b9f9dfbSAndrew Lunnconfig NET_DSA_TAG_LAN9303 1490b9f9dfbSAndrew Lunn tristate "Tag driver for SMSC/Microchip LAN9303 family of switches" 1500b9f9dfbSAndrew Lunn help 1510b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames for the 1520b9f9dfbSAndrew Lunn SMSC/Microchip LAN9303 family of switches. 1530b9f9dfbSAndrew Lunn 154227d07a0SVladimir Olteanconfig NET_DSA_TAG_SJA1105 155227d07a0SVladimir Oltean tristate "Tag driver for NXP SJA1105 switches" 1566358f38cSVladimir Oltean select PACKING 157227d07a0SVladimir Oltean help 158227d07a0SVladimir Oltean Say Y or M if you want to enable support for tagging frames with the 159227d07a0SVladimir Oltean NXP SJA1105 switch family. Both the native tagging protocol (which 160227d07a0SVladimir Oltean is only for link-local traffic) as well as non-native tagging (based 161227d07a0SVladimir Oltean on a custom 802.1Q VLAN header) are available. 162227d07a0SVladimir Oltean 1630b9f9dfbSAndrew Lunnconfig NET_DSA_TAG_TRAILER 1640b9f9dfbSAndrew Lunn tristate "Tag driver for switches using a trailer tag" 1650b9f9dfbSAndrew Lunn help 1660b9f9dfbSAndrew Lunn Say Y or M if you want to enable support for tagging frames at 1670b9f9dfbSAndrew Lunn with a trailed. e.g. Marvell 88E6060. 168e8fe177aSJuergen Beisert 169*6c87e1a4SPawel Dembickiconfig NET_DSA_TAG_VSC73XX_8021Q 170*6c87e1a4SPawel Dembicki tristate "Tag driver for Microchip/Vitesse VSC73xx family of switches, using VLAN" 171*6c87e1a4SPawel Dembicki help 172*6c87e1a4SPawel Dembicki Say Y or M if you want to enable support for tagging frames with a 173*6c87e1a4SPawel Dembicki custom VLAN-based header. 174*6c87e1a4SPawel Dembicki 17554a52823SGeorge McCollisterconfig NET_DSA_TAG_XRS700X 17654a52823SGeorge McCollister tristate "Tag driver for XRS700x switches" 17754a52823SGeorge McCollister help 17854a52823SGeorge McCollister Say Y or M if you want to enable support for tagging frames for 17954a52823SGeorge McCollister Arrow SpeedChips XRS700x switches that use a single byte tag trailer. 18054a52823SGeorge McCollister 181b3422a31SBen Hutchingsendif 182