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
|
|
@ -5,17 +5,6 @@
|
|||
|
||||
if BOARD_DA1469X_DK_PRO
|
||||
|
||||
# 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 I2C_CALLBACK
|
||||
default y if I2C_SMARTBOND
|
||||
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue