aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f5500e552254..a35e73a4e55d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1630,6 +1630,13 @@ config BPF_SYSCALL
1630 Enable the bpf() system call that allows to manipulate eBPF 1630 Enable the bpf() system call that allows to manipulate eBPF
1631 programs and maps via file descriptors. 1631 programs and maps via file descriptors.
1632 1632
1633config BPF_JIT_ALWAYS_ON
1634 bool "Permanently enable BPF JIT and remove BPF interpreter"
1635 depends on BPF_SYSCALL && HAVE_EBPF_JIT && BPF_JIT
1636 help
1637 Enables BPF JIT and removes BPF interpreter to avoid
1638 speculative execution of BPF instructions by the interpreter
1639
1633config SHMEM 1640config SHMEM
1634 bool "Use full shmem filesystem" if EXPERT 1641 bool "Use full shmem filesystem" if EXPERT
1635 default y 1642 default y