kernel: add missing symbol main master
authorStijn Tintel <stijn@linux-ipv6.be>
Sat, 3 Aug 2024 12:55:18 +0000 (15:55 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sat, 3 Aug 2024 15:27:05 +0000 (18:27 +0300)
commitd604b2699b6015f99ff194b34f532958bde7d442
treea78a716a7657288aaff76dca4c323358314887f5
parentd8f64fe1680aa37dce2af8173daf78ff392ba8cc
kernel: add missing symbol

Enabling KERNEL_DEBUG_INFO_BTF and KERNEL_KPROBE_EVENTS on 6.6 exposes
CONFIG_PROBE_EVENTS_BTF_ARGS in the kernel config. Add a build option
for it to fix build failures with KERNEL_DEBUG_INFO_BTF and
KERNEL_KPROBE_EVENTS enabled on targets using the 6.6 kernel.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in