soc: arm: nordic: Do not use PM when no multithreading
Enable by default power managment only when multithreading is enabled. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
a4af0ee2ec
commit
518193f444
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ config ARCH_HAS_CUSTOM_BUSY_WAIT
|
|||
default y
|
||||
|
||||
config PM
|
||||
default y if SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM
|
||||
default y if SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM && MULTITHREADING
|
||||
|
||||
config BUILD_OUTPUT_HEX
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue