Skip to content

Commit 60524bc

Browse files
committed
rust: remove !COMPILE_TEST gate
Now that we have `RUST_IS_AVAILABLE` with more checks, we can "safely" remove `!COMPILE_TEST`. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 11c0cf1 commit 60524bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

init/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,6 @@ config RUST
20602060
bool "Rust support"
20612061
depends on RUST_IS_AVAILABLE
20622062
depends on ARM64 || CPU_32v6 || CPU_32v6K || (PPC64 && CPU_LITTLE_ENDIAN) || X86_64 || RISCV
2063-
depends on !COMPILE_TEST
20642063
depends on !MODVERSIONS
20652064
depends on !GCC_PLUGIN_RANDSTRUCT
20662065
default n

0 commit comments

Comments
 (0)