From 35613e1fcbf4bff6d6bcb88c2adff7dec1a230c2 Mon Sep 17 00:00:00 2001 From: Patrick Rohr Date: Wed, 13 Oct 2021 16:25:19 +0200 Subject: [PATCH] ANDROID: gki_defconfig: Enable NET_ACT_BPF This is used for go/bandwidth-limiting. Test: TreeHugger Bug: 157552970 Signed-off-by: Patrick Rohr Change-Id: I89831743c63dff7d62e41e2fd457e6e628d7d0a2 --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index ef373b1a99a5..3f16d5cefda8 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -250,6 +250,7 @@ CONFIG_NET_ACT_POLICE=y CONFIG_NET_ACT_GACT=y CONFIG_NET_ACT_MIRRED=y CONFIG_NET_ACT_SKBEDIT=y +CONFIG_NET_ACT_BPF=y CONFIG_VSOCKETS=y CONFIG_CGROUP_NET_PRIO=y CONFIG_CAN=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 196255304762..03fdeb265c80 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -233,6 +233,7 @@ CONFIG_NET_ACT_POLICE=y CONFIG_NET_ACT_GACT=y CONFIG_NET_ACT_MIRRED=y CONFIG_NET_ACT_SKBEDIT=y +CONFIG_NET_ACT_BPF=y CONFIG_VSOCKETS=y CONFIG_CGROUP_NET_PRIO=y CONFIG_CAN=y