aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorGravatar Razvan Stefanescu <razvan.stefanescu@microchip.com> 2020-07-23 19:24:33 +0300
committerGravatar Alexandre Belloni <alexandre.belloni@bootlin.com> 2020-07-25 00:13:20 +0200
commit33d8c87ef47f5303dca851f320611552bc84e32f (patch)
treef3857bfe48b57bc8c6af6f46f938a060ef1ca61c /arch/arm
parentARM: configs: at91: sama5: add support for KSZ ethernet switches (diff)
downloadlinux-33d8c87ef47f5303dca851f320611552bc84e32f.tar.gz
linux-33d8c87ef47f5303dca851f320611552bc84e32f.tar.bz2
linux-33d8c87ef47f5303dca851f320611552bc84e32f.zip
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 <razvan.stefanescu@microchip.com> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20200723162434.1983643-2-codrin.ciubotariu@microchip.com
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/sama5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 123b95c1447a..f4d71ffcb6e9 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -49,7 +49,10 @@ CONFIG_IP_PNP_RARP=y
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
CONFIG_IPV6_SIT_6RD=y
+CONFIG_BRIDGE=m
+CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_NET_DSA=m
+CONFIG_VLAN_8021Q=m
CONFIG_CAN=y
CONFIG_CAN_AT91=y
CONFIG_CAN_M_CAN=y