aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-04-02 23:41:27 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2022-09-22 20:19:43 +0300
commitf3ffb04a43465dbe06ffb22e0a9d228b8b1ad0a2 (patch)
tree4476b810f372718abf396f4dfbe25f57ffcaa8a2 /config
parent2a6346725abd1eac15f22ea661ffabd79be230f2 (diff)
downloadupstream-f3ffb04a43465dbe06ffb22e0a9d228b8b1ad0a2.tar.gz
upstream-f3ffb04a43465dbe06ffb22e0a9d228b8b1ad0a2.tar.bz2
upstream-f3ffb04a43465dbe06ffb22e0a9d228b8b1ad0a2.zip
kernel: add missing symbol
Enabling KERNEL_KPROBES exposes KERNEL_BPF_KPROBE_OVERRIDE. Add a build option for it to fix build failures with KERNEL_KPROBES enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> (cherry picked from commit 500c37c56ff60b46c30bb0ea7c92676bea23331a)
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 31d4e276fd..5e12ddd78d 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -422,6 +422,11 @@ config KERNEL_KPROBE_EVENTS
bool
default y if KERNEL_KPROBES
+config KERNEL_BPF_KPROBE_OVERRIDE
+ bool
+ depends on KERNEL_KPROBES
+ default n
+
config KERNEL_AIO
bool "Compile the kernel with asynchronous IO support"
default y if !SMALL_FLASH