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:
Mahesh Mahadevan 2022-10-19 15:31:03 -05:00 committed by David Leach
commit 5022225699

View file

@ -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