Skip to content

Commit bee8dce

Browse files
ziswilerShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf
Enable CONFIG_BPF_SYSCALL and CONFIG_CGROUP_BPF to allow for systemd interoperability. This avoids the following failure on boot: [ 10.615914] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. Signed-off-by: Marcel Ziswiler <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5a7374e commit bee8dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ CONFIG_KERNEL_LZO=y
22
CONFIG_SYSVIPC=y
33
CONFIG_NO_HZ=y
44
CONFIG_HIGH_RES_TIMERS=y
5+
CONFIG_BPF_SYSCALL=y
56
CONFIG_PREEMPT_VOLUNTARY=y
67
CONFIG_IKCONFIG=y
78
CONFIG_IKCONFIG_PROC=y
89
CONFIG_LOG_BUF_SHIFT=18
910
CONFIG_CGROUPS=y
11+
CONFIG_CGROUP_BPF=y
1012
CONFIG_RELAY=y
1113
CONFIG_BLK_DEV_INITRD=y
1214
CONFIG_EXPERT=y

0 commit comments

Comments
 (0)