diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-02 23:41:27 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-02 23:41:27 +0300 |
commit | 500c37c56ff60b46c30bb0ea7c92676bea23331a (patch) | |
tree | 026bb4476013e7f729d0327b8b4e3de63f3a82e1 /config | |
parent | 72b93b77a5b406d0a32740d3a000218e19451460 (diff) | |
download | upstream-500c37c56ff60b46c30bb0ea7c92676bea23331a.tar.gz upstream-500c37c56ff60b46c30bb0ea7c92676bea23331a.tar.bz2 upstream-500c37c56ff60b46c30bb0ea7c92676bea23331a.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>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 5 |
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 |