This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
0b06a06814
zephyr
/
samples
/
subsys
/
pm
/
device_pm
/
prj.conf
6 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
power: standarize PM Kconfigs and cleanup - Remove SYS_ prefix - shorten POWER_MANAGEMENT to just PM - DEVICE_POWER_MANAGEMENT -> PM_DEVICE and use PM_ as the prefix for all PM related Kconfigs Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-09-02 06:31:40 +08:00
CONFIG_PM=y
CONFIG_PM_DEVICE=y
pm: rename CONFIG_PM_DEVICE_IDLE to CONFIG_PM_DEVICE_RUNTIME Make naming clear on the purpose of this option. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-04-29 20:12:11 +08:00
CONFIG_PM_DEVICE_RUNTIME=y
pm: Use stats subsys for tracking system states Uses the stats subsys to provide simple but useful debugging stats for power management state changes and timing. Removes the no longer needed PM_DEBUG config option Replaces the use of PM_DEBUG for a test clock output pin for mec1501 and adds in its place an SoC Kconfig option to enable it. Adds a STATS_SET macro for assigning a value to a stat group field Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2021-10-12 21:52:30 +08:00
CONFIG_PM_STATS=y
CONFIG_STATS=y