Skip to content

Commit 757def1

Browse files
bjarki-andreasenanangl
authored andcommitted
[nrf fromtree] drivers: power_domain: nrfs_gdpwr: depend on multithreading
The NRFS GDPWR device driver requires NRFS which requires multithreading. Add dependency to Kconfig for the device driver to exclude it when building for single threaded apps like mcuboot. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 9a6dba9)
1 parent 05b8b21 commit 757def1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/power_domain/Kconfig.nrfs_gdpwr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
config POWER_DOMAIN_NRFS_GDPWR
55
bool "NRFS Global Domain Power Request driver"
66
depends on DT_HAS_NORDIC_NRFS_GDPWR_ENABLED
7+
depends on MULTITHREADING
78
select NRFS
89
select NRFS_GDPWR_SERVICE_ENABLED
910
default y

0 commit comments

Comments
 (0)