Skip to content

Commit 9398d06

Browse files
gmarullcarlescufi
authored andcommitted
pm: rename HAS_NO_SYS_PM to HAS_NO_PM
Align name with other Kconfig options (CONFIG_PM). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent faa06ac commit 9398d06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

soc/arm/nordic_nrf/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ config ARCH_HAS_CUSTOM_BUSY_WAIT
2828
default y
2929

3030
config PM
31-
default y if SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM && MULTITHREADING
31+
default y if SYS_CLOCK_EXISTS && !HAS_NO_PM && MULTITHREADING
3232

3333
config BUILD_OUTPUT_HEX
3434
default y

soc/arm/nordic_nrf/nrf53/Kconfig.soc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ config SOC_NRF5340_CPUNET
106106
select HAS_HW_NRF_TWIS0
107107
select HAS_HW_NRF_UARTE0
108108
select HAS_HW_NRF_WDT
109-
select HAS_NO_SYS_PM
109+
select HAS_NO_PM
110110

111111
choice
112112
prompt "nRF53x MCU Selection"

subsys/pm/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu "Power Management"
66

77
menuconfig PM
88
bool "System Power Management"
9-
depends on SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM
9+
depends on SYS_CLOCK_EXISTS && !HAS_NO_PM
1010
help
1111
This option enables the board to implement extra power management
1212
policies whenever the kernel becomes idle. The kernel informs the
@@ -29,7 +29,7 @@ source "subsys/pm/policy/Kconfig"
2929

3030
endif # PM
3131

32-
config HAS_NO_SYS_PM
32+
config HAS_NO_PM
3333
bool
3434
help
3535
This option blocks selection of PM. It can be selected in SOC

0 commit comments

Comments
 (0)