Skip to content

Commit 1299c50

Browse files
committed
[nrf fromlist] hal_nordic: nrfs: select MULTITHREADING when NRFS_LOCAL_DOMAIN=y
NRFS_LOCAL_DOMAIN needs to enable MULTITHREADING for events handling. select MULTITHREADING when this option is selected. Upstream PR #: 100802 Signed-off-by: Riadh Ghaddab <[email protected]> (cherry picked from commit 345f610791c0ccbaa783f2bb8656803f9a1f56c9)
1 parent deb8079 commit 1299c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_nordic/nrfs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ config NRFS_LOCAL_DOMAIN
6767
select IPC_SERVICE
6868
select MBOX
6969
select EVENTS
70+
select MULTITHREADING
7071
select REBOOT
7172
help
7273
This option enables the nRF Services Local Domain libraries.

0 commit comments

Comments
 (0)