Add CONFIG_BPF_SYSCALL=y to aarch64 config
Fixes https://github.com/kubernetes/minikube/issues/14674pull/15164/head
parent
748111556a
commit
ef1e607833
|
@ -5,6 +5,7 @@ CONFIG_DEBUG_INFO=y
|
|||
CONFIG_DEBUG_INFO_BTF=y
|
||||
CONFIG_IKHEADERS=y
|
||||
CONFIG_BPF_LSM=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_FTRACE_SYSCALLS=y
|
||||
CONFIG_FTRACE=y
|
||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
||||
|
|
Loading…
Reference in New Issue