zephyr/subsys/power/Kconfig

14 lines
242 B
Text
Raw Normal View History

if PM_CONTROL_OS
menu "OS Power Management"
source "subsys/power/policy/Kconfig"
config PM_CONTROL_OS_DEBUG
bool "Enable OS Power Management debug hooks"
help
Enable OS Power Management debugging hooks.
endmenu
endif # PM_CONTROL_OS