Add eBPF syscall requirement to android-4.9
eBPF syscall is required for android-4.9 kernel since the new network monitoring tool and cgroup bpf tool will be depend on it. Bug: 30950746 Bug: 36510518 Test: bpf_test.py in kernel/test/net/test/ pass Change-Id: I8ad11e1ee80c568d38f3d022959b28040c07bf03 Signed-off-by: Chenbo Feng <fengc@google.com>
This commit is contained in:
parent
393cac1ab8
commit
e56c1da97d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ CONFIG_ANDROID_LOW_MEMORY_KILLER=y
|
|||
CONFIG_ASHMEM=y
|
||||
CONFIG_AUDIT=y
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_CGROUPS=y
|
||||
CONFIG_CGROUP_CPUACCT=y
|
||||
CONFIG_CGROUP_FREEZER=y
|
||||
|
|
Loading…
Reference in a new issue