generic: filter out CONFIG_TOOLS_SUPPORT_RELR

CONFIG_TOOLS_SUPPORT_RELR is set during runtime by the kernel so it should
not end up in our static configs.

So, filter it out by default.

Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Robert Marko 2026-03-30 18:40:08 +02:00
parent db75f17058
commit 0cf636c8c6

View File

@ -24,3 +24,4 @@ CONFIG_RUSTC_VERSION=.*
CONFIG_RUST_IS_AVAILABLE=.*
# CONFIG_SET_FS is not set
# CONFIG_TASKS_.* is not set
CONFIG_TOOLS_SUPPORT_RELR=.*