Skip to content

Commit 5d2acb3

Browse files
pabigotnashif
authored andcommitted
Revert "soc: nordic: Disable PM for SOC_NRF5340_CPUNET_QKAA"
This reverts commit f38ba31. nrf5340dk_nrf5340_cpunet doesn't support power management, but that should be handled another way. Signed-off-by: Peter Bigot <[email protected]>
1 parent 3af94e7 commit 5d2acb3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

soc/arm/nordic_nrf/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ config SYS_CLOCK_TICKS_PER_SEC
2727
config ARCH_HAS_CUSTOM_BUSY_WAIT
2828
default y
2929

30+
config PM
31+
default y if SYS_CLOCK_EXISTS
32+
3033
config BUILD_OUTPUT_HEX
3134
default y
3235

subsys/power/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config SYS_POWER_MANAGEMENT
1313
menuconfig PM
1414
bool "System Power management"
1515
select TICKLESS_IDLE
16-
depends on SYS_CLOCK_EXISTS && !SOC_NRF5340_CPUNET_QKAA
16+
depends on SYS_CLOCK_EXISTS
1717
help
1818
This option enables the board to implement extra power management
1919
policies whenever the kernel becomes idle. The kernel informs the

0 commit comments

Comments
 (0)