Skip to content

Commit d85d291

Browse files
committed
Kconfig: enable building for RISCV_ISA_RV32E
It is possible to build for that target with nightly and standard library built from source.
1 parent 537a05b commit d85d291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menu "Rust Language Support"
88
config RUST_SUPPORTED
99
bool
1010
default y if ((CPU_CORTEX_M || \
11-
(RISCV && !RISCV_ISA_RV32E && !RISCV_ISA_RV128I) || \
11+
(RISCV && !RISCV_ISA_RV128I) || \
1212
(ARCH_POSIX && 64BIT)) && \
1313
!TIMER_READS_ITS_FREQUENCY_AT_RUNTIME)
1414
help

0 commit comments

Comments
 (0)