Skip to content

Commit 419853f

Browse files
mmahadevan108kartben
authored andcommitted
soc: nxp_rw6xx: Enable Power Domain Kconfig
Power Domains are used to re-enable peripherals when exit Power Mode 3 (Standby). Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent f5ab199 commit 419853f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

soc/nxp/rw/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,11 @@ config IDLE_STACK_SIZE
9292

9393
endif # PM
9494

95+
if PM_DEVICE
96+
97+
config POWER_DOMAIN
98+
default y
99+
100+
endif # PM_DEVICE
101+
95102
endif # SOC_SERIES_RW6XX

0 commit comments

Comments
 (0)