tests: pm_mgmt_soc: Enable additional configs for RT595 EVK
The FlexSPI pins are reconfigured before going into Deep Sleep mode to save power. The requires enabling CONFIG_PM_DEVICE so we can access the flexspi pin settings. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
84967b00dd
commit
5022225699
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# Copyright 2022, NXP
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
# Turn on Device Level Power Management as we wish
|
||||||
|
# to reconfigure the FlexSPI pins for power savings
|
||||||
|
# when transitioning the SoC to Deep Low Power modes.
|
||||||
|
CONFIG_PM_DEVICE=y
|
Loading…
Add table
Add a link
Reference in a new issue