Skip to content

Commit c33ce95

Browse files
keith-packardstephanosio
authored andcommitted
boards/riscv: Enable THREAD_LOCAL_STORAGE by default on qemu_riscv32
This provides more test coverage than is offered by the TLS-specific tests. Signed-off-by: Keith Packard <[email protected]>
1 parent 6f9f8c1 commit c33ce95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/riscv/qemu_riscv32/Kconfig.defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ config BOARD
1010

1111
config COMPRESSED_ISA
1212
default y
13+
14+
# Use thread local storage by default so that
15+
# this feature gets more CI coverage.
16+
config THREAD_LOCAL_STORAGE
17+
default y

0 commit comments

Comments
 (0)