aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/preload/Kconfig
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@nvidia.com>2020-11-23 16:50:59 -0400
committerJason Gunthorpe <jgg@nvidia.com>2020-11-23 16:50:59 -0400
commited92f6a52b84c0c03ae9d829cf118c6e38e456fb (patch)
tree7b85d805aa96e8b89e8be80bd03c6e43b1e6db62 /kernel/bpf/preload/Kconfig
parentIB/qib: Use dma_set_mask_and_coherent to simplify code (diff)
parentLinux 5.10-rc5 (diff)
downloadlinux-dev-ed92f6a52b84c0c03ae9d829cf118c6e38e456fb.tar.xz
linux-dev-ed92f6a52b84c0c03ae9d829cf118c6e38e456fb.zip
Merge tag 'v5.10-rc5' into rdma.git for-next
For dependencies in following patches Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'kernel/bpf/preload/Kconfig')
-rw-r--r--kernel/bpf/preload/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/preload/Kconfig b/kernel/bpf/preload/Kconfig
index ace49111d3a3..26bced262473 100644
--- a/kernel/bpf/preload/Kconfig
+++ b/kernel/bpf/preload/Kconfig
@@ -6,6 +6,7 @@ config USERMODE_DRIVER
menuconfig BPF_PRELOAD
bool "Preload BPF file system with kernel specific program and map iterators"
depends on BPF
+ depends on BPF_SYSCALL
# The dependency on !COMPILE_TEST prevents it from being enabled
# in allmodconfig or allyesconfig configurations
depends on !COMPILE_TEST