Skip to content

Commit 4f6da49

Browse files
committed
boards: nordic: nrf54h20dk: Enable Multithreading by default
Multithreading should be enabled by default for nrf54h20_cpuapp target Signed-off-by: Riadh Ghaddab <[email protected]>
1 parent c389b3f commit 4f6da49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ CONFIG_EXTERNAL_CACHE=y
2121

2222
# Enable GPIO
2323
CONFIG_GPIO=y
24+
25+
# Enable Multithreading by default
26+
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)