Skip to content

Commit 6a74660

Browse files
committed
ARM: at91/defconfig: 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 <razvan.stefanescu@microchip.com>
1 parent 08aaf26 commit 6a74660

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm/configs/sama5_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ CONFIG_IP_PNP_DHCP=y
6363
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
6464
# CONFIG_INET6_XFRM_MODE_BEET is not set
6565
CONFIG_IPV6_SIT_6RD=y
66+
CONFIG_BRIDGE=m
67+
CONFIG_BRIDGE_VLAN_FILTERING=y
6668
CONFIG_NET_DSA=m
69+
CONFIG_VLAN_8021Q=m
6770
CONFIG_CAN=y
6871
CONFIG_CAN_AT91=y
6972
CONFIG_CAN_M_CAN=y

0 commit comments

Comments
 (0)