ARM: configs: at91: sama5: enable bridge and VLAN filtering
authorRazvan Stefanescu <razvan.stefanescu@microchip.com>
Thu, 23 Jul 2020 16:24:33 +0000 (19:24 +0300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 24 Jul 2020 22:13:20 +0000 (00:13 +0200)
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
arch/arm/configs/sama5_defconfig

index 123b95c1447a590ab062f545fc8dd503b82c1795..f4d71ffcb6e98916b475699600bd1c0ea37cdd7f 100644 (file)
@@ -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