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:
parent
db75f17058
commit
0cf636c8c6
@ -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=.*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user