Skip to content

Commit cbd2a83

Browse files
authored
Merge pull request #379 from TheSven73/rust-for-linux-modversions
rust/Kconfig: disable Rust support if CONFIG_MODVERSIONS=y
2 parents 523b4dd + 9ac30a9 commit cbd2a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,6 +2024,7 @@ config RUST
20242024
bool "Rust support"
20252025
depends on HAS_RUST
20262026
depends on !COMPILE_TEST
2027+
depends on !MODVERSIONS
20272028
default n
20282029
help
20292030
Enables Rust support in the kernel.

0 commit comments

Comments
 (0)