Kconfig (f8b17a0bd96065e4511858689916bb729dbb881b) Kconfig (994d2cbb08ca05e3c1af954ec63a3ae32a862ac5)
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

--- 124 unchanged lines hidden (view full) ---

133config NET_DSA_TAG_LAN9303
134 tristate "Tag driver for SMSC/Microchip LAN9303 family of switches"
135 help
136 Say Y or M if you want to enable support for tagging frames for the
137 SMSC/Microchip LAN9303 family of switches.
138
139config NET_DSA_TAG_SJA1105
140 tristate "Tag driver for NXP SJA1105 switches"
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

--- 124 unchanged lines hidden (view full) ---

133config NET_DSA_TAG_LAN9303
134 tristate "Tag driver for SMSC/Microchip LAN9303 family of switches"
135 help
136 Say Y or M if you want to enable support for tagging frames for the
137 SMSC/Microchip LAN9303 family of switches.
138
139config NET_DSA_TAG_SJA1105
140 tristate "Tag driver for NXP SJA1105 switches"
141 depends on (NET_DSA_SJA1105 && NET_DSA_SJA1105_PTP) || !NET_DSA_SJA1105 || !NET_DSA_SJA1105_PTP
141 depends on NET_DSA_SJA1105 || !NET_DSA_SJA1105
142 select PACKING
143 help
144 Say Y or M if you want to enable support for tagging frames with the
145 NXP SJA1105 switch family. Both the native tagging protocol (which
146 is only for link-local traffic) as well as non-native tagging (based
147 on a custom 802.1Q VLAN header) are available.
148
149config NET_DSA_TAG_TRAILER

--- 12 unchanged lines hidden ---
142 select PACKING
143 help
144 Say Y or M if you want to enable support for tagging frames with the
145 NXP SJA1105 switch family. Both the native tagging protocol (which
146 is only for link-local traffic) as well as non-native tagging (based
147 on a custom 802.1Q VLAN header) are available.
148
149config NET_DSA_TAG_TRAILER

--- 12 unchanged lines hidden ---