Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (a08d6a6dc82036cbd889fe3d53f9c69dc13436eb) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig NET_DSA 4 tristate "Distributed Switch Architecture" 5 depends on BRIDGE || BRIDGE=n 6 depends on HSR || HSR=n 7 depends on INET && NETDEVICES 8 select GRO_CELLS --- 118 unchanged lines hidden (view full) --- 127 the Realtek RTL8366RB. 128 129config NET_DSA_TAG_RTL8_4 130 tristate "Tag driver for Realtek 8 byte protocol 4 tags" 131 help 132 Say Y or M if you want to enable support for tagging frames for Realtek 133 switches with 8 byte protocol 4 tags, such as the Realtek RTL8365MB-VC. 134 | 1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig NET_DSA 4 tristate "Distributed Switch Architecture" 5 depends on BRIDGE || BRIDGE=n 6 depends on HSR || HSR=n 7 depends on INET && NETDEVICES 8 select GRO_CELLS --- 118 unchanged lines hidden (view full) --- 127 the Realtek RTL8366RB. 128 129config NET_DSA_TAG_RTL8_4 130 tristate "Tag driver for Realtek 8 byte protocol 4 tags" 131 help 132 Say Y or M if you want to enable support for tagging frames for Realtek 133 switches with 8 byte protocol 4 tags, such as the Realtek RTL8365MB-VC. 134 |
135config NET_DSA_TAG_RZN1_A5PSW 136 tristate "Tag driver for Renesas RZ/N1 A5PSW switch" 137 help 138 Say Y or M if you want to enable support for tagging frames for 139 Renesas RZ/N1 embedded switch that uses an 8 byte tag located after 140 destination MAC address. 141 |
|
135config NET_DSA_TAG_LAN9303 136 tristate "Tag driver for SMSC/Microchip LAN9303 family of switches" 137 help 138 Say Y or M if you want to enable support for tagging frames for the 139 SMSC/Microchip LAN9303 family of switches. 140 141config NET_DSA_TAG_SJA1105 142 tristate "Tag driver for NXP SJA1105 switches" --- 20 unchanged lines hidden --- | 142config NET_DSA_TAG_LAN9303 143 tristate "Tag driver for SMSC/Microchip LAN9303 family of switches" 144 help 145 Say Y or M if you want to enable support for tagging frames for the 146 SMSC/Microchip LAN9303 family of switches. 147 148config NET_DSA_TAG_SJA1105 149 tristate "Tag driver for NXP SJA1105 switches" --- 20 unchanged lines hidden --- |