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:
Krzysztof Chruscinski 2021-04-15 12:35:10 +02:00 committed by Carles Cufí
commit 518193f444

View file

@ -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