zephyr/tests/subsys/power/power_mgmt_soc/prj.conf

10 lines
257 B
Plaintext
Raw Normal View History

CONFIG_LOG=y
CONFIG_ZTEST=y
CONFIG_SYS_POWER_MANAGEMENT=y
CONFIG_SYS_POWER_SLEEP_STATES=y
CONFIG_SYS_POWER_DEEP_SLEEP_STATES=y
CONFIG_SYS_PM_MIN_RESIDENCY_SLEEP_1=1000
CONFIG_SYS_PM_MIN_RESIDENCY_DEEP_SLEEP_1=2000
CONFIG_THREAD_NAME=y
CONFIG_SYS_PM_DEBUG=y