Skip to content

Commit 7462375

Browse files
grygoriyStmlind
authored andcommitted
ARM: omap2plus_defconfig: enable generic net options
Enable set of generic, widely used, networking options: - basic QoS, filter and actions - VLAN support - Bridge support Use "M" build option where possible. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 8aa6361 commit 7462375

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm/configs/omap2plus_defconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,18 @@ CONFIG_IP_PNP_DHCP=y
9595
CONFIG_IP_PNP_BOOTP=y
9696
CONFIG_IP_PNP_RARP=y
9797
CONFIG_NETFILTER=y
98+
CONFIG_BRIDGE=m
99+
CONFIG_BRIDGE_VLAN_FILTERING=y
100+
CONFIG_VLAN_8021Q=m
98101
CONFIG_PHONET=m
102+
CONFIG_NET_SCHED=y
103+
CONFIG_NET_SCH_INGRESS=m
104+
CONFIG_NET_CLS_U32=m
105+
CONFIG_NET_CLS_FLOWER=m
106+
CONFIG_NET_CLS_MATCHALL=m
107+
CONFIG_NET_CLS_ACT=y
108+
CONFIG_NET_ACT_POLICE=m
109+
CONFIG_NET_ACT_GACT=m
99110
CONFIG_NET_SWITCHDEV=y
100111
CONFIG_CAN=m
101112
CONFIG_CAN_C_CAN=m

0 commit comments

Comments
 (0)