Skip to content

Commit 9841e9c

Browse files
author
Sven Van Asbroeck
committed
rust: enable for 32-bit arm
Everything is now in place to enable Rust support on 32-bit arm. Enable only on architectures compatible with the armv6 instruction set. Signed-off-by: Sven Van Asbroeck <[email protected]>
1 parent 402e530 commit 9841e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config LLD_VERSION
5858
default 0
5959

6060
config HAS_RUST
61-
depends on ARM64 || (PPC64 && CPU_LITTLE_ENDIAN) || X86_64
61+
depends on ARM64 || CPU_32v6 || CPU_32v6K || (PPC64 && CPU_LITTLE_ENDIAN) || X86_64
6262
def_bool $(success,$(RUSTC) --version)
6363

6464
config RUSTC_VERSION

0 commit comments

Comments
 (0)