kconfigcheck: drop DEBUG_INFO_BTF=n for LTO+Rust

These options are required to get BPF stuff working in the kernel.

Fixes #4411

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8779>
This commit is contained in:
Clayton Craft 2026-06-10 09:23:23 -07:00 committed by The Friendly Meow (merge) Bot
parent 5f8ef38f89
commit 2ca69460a1
No known key found for this signature in database

View file

@ -696,8 +696,6 @@ RUST = "y"
["category:rust".">=6.9.0"."aarch64"]
RUST = "y"
["category:rust".">=0.0.0"."aarch64 loongarch64 x86_64"]
DEBUG_INFO_BTF = "n" # Conflicts with LTO when Rust is enabled
DEBUG_INFO_BTF_MODULES = "n" # Conflicts with LTO when Rust is enabled
MODVERSIONS = "n"
# SELinux support, separate from hardening to keep it opt-in for now