diff mbox series

ARM: omap2plus_defconfig: enable generic net options

Message ID 20200830173401.14825-1-grygorii.strashko@ti.com (mailing list archive)
State New, archived
Headers show
Series ARM: omap2plus_defconfig: enable generic net options | expand

Commit Message

Grygorii Strashko Aug. 30, 2020, 5:34 p.m. UTC
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>
---
 arch/arm/configs/omap2plus_defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Tony Lindgren Sept. 10, 2020, 10:15 a.m. UTC | #1
* Grygorii Strashko <grygorii.strashko@ti.com> [200830 20:34]:
> Enable set of generic, widely used, networking  options:
> - basic QoS, filter and actions
> - VLAN support
> - Bridge support
> Use "M" build option where possible.

Thanks applying into omap-for-v5.10/defconfig.

Tony
diff mbox series

Patch

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index c05e041751f7..74aa66e8f1ab 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -95,7 +95,18 @@  CONFIG_IP_PNP_DHCP=y
 CONFIG_IP_PNP_BOOTP=y
 CONFIG_IP_PNP_RARP=y
 CONFIG_NETFILTER=y
+CONFIG_BRIDGE=m
+CONFIG_BRIDGE_VLAN_FILTERING=y
+CONFIG_VLAN_8021Q=m
 CONFIG_PHONET=m
+CONFIG_NET_SCHED=y
+CONFIG_NET_SCH_INGRESS=m
+CONFIG_NET_CLS_U32=m
+CONFIG_NET_CLS_FLOWER=m
+CONFIG_NET_CLS_MATCHALL=m
+CONFIG_NET_CLS_ACT=y
+CONFIG_NET_ACT_POLICE=m
+CONFIG_NET_ACT_GACT=m
 CONFIG_NET_SWITCHDEV=y
 CONFIG_CAN=m
 CONFIG_CAN_C_CAN=m