Kconfig (983e44f0ee003bf6ca28519fbcabaa7adb77827b) | Kconfig (6c87e1a4792804efce8ab3dfdb6e9ada314ec6dd) |
---|---|
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 --- 152 unchanged lines hidden (view full) --- 161 on a custom 802.1Q VLAN header) are available. 162 163config NET_DSA_TAG_TRAILER 164 tristate "Tag driver for switches using a trailer tag" 165 help 166 Say Y or M if you want to enable support for tagging frames at 167 with a trailed. e.g. Marvell 88E6060. 168 | 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 --- 152 unchanged lines hidden (view full) --- 161 on a custom 802.1Q VLAN header) are available. 162 163config NET_DSA_TAG_TRAILER 164 tristate "Tag driver for switches using a trailer tag" 165 help 166 Say Y or M if you want to enable support for tagging frames at 167 with a trailed. e.g. Marvell 88E6060. 168 |
169config NET_DSA_TAG_VSC73XX_8021Q 170 tristate "Tag driver for Microchip/Vitesse VSC73xx family of switches, using VLAN" 171 help 172 Say Y or M if you want to enable support for tagging frames with a 173 custom VLAN-based header. 174 |
|
169config NET_DSA_TAG_XRS700X 170 tristate "Tag driver for XRS700x switches" 171 help 172 Say Y or M if you want to enable support for tagging frames for 173 Arrow SpeedChips XRS700x switches that use a single byte tag trailer. 174 175endif | 175config NET_DSA_TAG_XRS700X 176 tristate "Tag driver for XRS700x switches" 177 help 178 Say Y or M if you want to enable support for tagging frames for 179 Arrow SpeedChips XRS700x switches that use a single byte tag trailer. 180 181endif |