Skip to content

Commit c209adf

Browse files
committed
RISC-V: d1nezha_defconfig: enable bpf
1 parent 5dfee6e commit c209adf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

arch/riscv/configs/d1nezha_defconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ CONFIG_CGROUP_HUGETLB=y
114114
CONFIG_CGROUP_DEVICE=y
115115
CONFIG_CGROUP_CPUACCT=y
116116
CONFIG_CGROUP_PERF=y
117-
CONFIG_CGROUP_BPF=y
118-
CONFIG_SOCK_CGROUP_DATA=y
117+
# CONFIG_CGROUP_BPF is not set
118+
# CONFIG_SOCK_CGROUP_DATA is not set
119119
CONFIG_NAMESPACES=y
120120
CONFIG_UTS_NS=y
121121
CONFIG_IPC_NS=y
@@ -158,7 +158,8 @@ CONFIG_MEMBARRIER=y
158158
CONFIG_KALLSYMS=y
159159
# CONFIG_KALLSYMS_ALL is not set
160160
CONFIG_KALLSYMS_BASE_RELATIVE=y
161-
# CONFIG_BPF_SYSCALL is not set
161+
CONFIG_BPF_SYSCALL=y
162+
CONFIG_BPF_JIT_ALWAYS_ON=y
162163
# CONFIG_USERFAULTFD is not set
163164
# CONFIG_EMBEDDED is not set
164165
CONFIG_HAVE_PERF_EVENTS=y
@@ -713,7 +714,7 @@ CONFIG_LLC=y
713714
# CONFIG_NET_NCSI is not set
714715
CONFIG_NET_RX_BUSY_POLL=y
715716
CONFIG_BQL=y
716-
# CONFIG_BPF_JIT is not set
717+
CONFIG_BPF_JIT=y
717718

718719
#
719720
# Network testing

0 commit comments

Comments
 (0)