Skip to content

Commit

Permalink
Merge pull request #379 from TheSven73/rust-for-linux-modversions
Browse files Browse the repository at this point in the history
rust/Kconfig: disable Rust support if CONFIG_MODVERSIONS=y
  • Loading branch information
ojeda authored Jun 14, 2021
2 parents 523b4dd + 9ac30a9 commit cbd2a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,7 @@ config RUST
bool "Rust support"
depends on HAS_RUST
depends on !COMPILE_TEST
depends on !MODVERSIONS
default n
help
Enables Rust support in the kernel.
Expand Down

0 comments on commit cbd2a83

Please sign in to comment.