da1469x: Move enabling PM from board to SoC level
Move enabling PM from board to SoC level Signed-off-by: Ioannis Damigos <ioannis.damigos.uj@renesas.com>
This commit is contained in:
parent
27c14042bd
commit
082e2b706a
2 changed files with 11 additions and 11 deletions
|
@ -34,6 +34,17 @@ config FLASH_BASE_ADDRESS
|
|||
config FLASH_LOAD_OFFSET
|
||||
default 0x2400 if !USE_DT_CODE_PARTITION
|
||||
|
||||
# Enable sleep and voltage rails manager so that
|
||||
# the device consumes the lowest possible current
|
||||
config PM
|
||||
default y
|
||||
|
||||
config PM_DEVICE
|
||||
default y
|
||||
|
||||
config REGULATOR
|
||||
default y
|
||||
|
||||
config PM_DEVICE_RUNTIME_EXCLUSIVE
|
||||
default n if PM_DEVICE_RUNTIME
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue