File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ config ARCH_HAS_CUSTOM_BUSY_WAIT
28
28
default y
29
29
30
30
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
32
32
33
33
config BUILD_OUTPUT_HEX
34
34
default y
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ config SOC_NRF5340_CPUNET
106
106
select HAS_HW_NRF_TWIS0
107
107
select HAS_HW_NRF_UARTE0
108
108
select HAS_HW_NRF_WDT
109
- select HAS_NO_SYS_PM
109
+ select HAS_NO_PM
110
110
111
111
choice
112
112
prompt "nRF53x MCU Selection"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ menu "Power Management"
6
6
7
7
menuconfig PM
8
8
bool "System Power Management"
9
- depends on SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM
9
+ depends on SYS_CLOCK_EXISTS && !HAS_NO_PM
10
10
help
11
11
This option enables the board to implement extra power management
12
12
policies whenever the kernel becomes idle. The kernel informs the
@@ -29,7 +29,7 @@ source "subsys/pm/policy/Kconfig"
29
29
30
30
endif # PM
31
31
32
- config HAS_NO_SYS_PM
32
+ config HAS_NO_PM
33
33
bool
34
34
help
35
35
This option blocks selection of PM. It can be selected in SOC
You can’t perform that action at this time.
0 commit comments