Skip to content

Commit 9a6dba9

Browse files
bjarki-andreasenfabiobaltieri
authored andcommitted
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]>
1 parent 39f1085 commit 9a6dba9

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)