File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
boards/renesas/da1469x_dk_pro
soc/renesas/smartbond/da1469x Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5
5
6
6
if BOARD_DA1469X_DK_PRO
7
7
8
- # Enable sleep and voltage rails manager so that
9
- # the device consumes the lowest possible current
10
- config PM
11
- default y
12
-
13
- config PM_DEVICE
14
- default y
15
-
16
- config REGULATOR
17
- default y
18
-
19
8
config I2C_CALLBACK
20
9
default y if I2C_SMARTBOND
21
10
Original file line number Diff line number Diff line change @@ -34,6 +34,17 @@ config FLASH_BASE_ADDRESS
34
34
config FLASH_LOAD_OFFSET
35
35
default 0x2400 if !USE_DT_CODE_PARTITION
36
36
37
+ # Enable sleep and voltage rails manager so that
38
+ # the device consumes the lowest possible current
39
+ config PM
40
+ default y
41
+
42
+ config PM_DEVICE
43
+ default y
44
+
45
+ config REGULATOR
46
+ default y
47
+
37
48
config PM_DEVICE_RUNTIME_EXCLUSIVE
38
49
default n if PM_DEVICE_RUNTIME
39
50
You can’t perform that action at this time.
0 commit comments