linux-virtualization: add more defconfig options for docker

Enable CONFIG_BPF_SYSCALL and CONFIG_CGROUP_BPF when using docker, as it
is needed for a correct network interoperability.
Some kernels may have it enabled by default, but others not, so just enable
it for any platform.

https://onedigi.atlassian.net/browse/DEL-9592

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2025-04-22 12:32:19 +02:00
parent 8f1413f5cc
commit 31b7c5e051
1 changed files with 2 additions and 0 deletions

View File

@ -62,3 +62,5 @@ CONFIG_NETLINK_DIAG=m
CONFIG_MACVLAN=y
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_BPF_SYSCALL=y
CONFIG_CGROUP_BPF=y