Skip to content

Commit 33d8c87

Browse files
RazvanStefalexandrebelloni
authored andcommitted
ARM: configs: at91: sama5: enable bridge and VLAN filtering
These modules are needed to configure bridges in Linux, to take full advantage of the KSZ switch capabilities. Signed-off-by: Razvan Stefanescu <[email protected]> Signed-off-by: Codrin Ciubotariu <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6dadeab commit 33d8c87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/configs/sama5_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ CONFIG_IP_PNP_RARP=y
4949
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
5050
# CONFIG_INET6_XFRM_MODE_BEET is not set
5151
CONFIG_IPV6_SIT_6RD=y
52+
CONFIG_BRIDGE=m
53+
CONFIG_BRIDGE_VLAN_FILTERING=y
5254
CONFIG_NET_DSA=m
55+
CONFIG_VLAN_8021Q=m
5356
CONFIG_CAN=y
5457
CONFIG_CAN_AT91=y
5558
CONFIG_CAN_M_CAN=y

0 commit comments

Comments
 (0)