18 lines
337 B
Plaintext
18 lines
337 B
Plaintext
|
|
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.
|
|
|
|
module = PM
|
|
module-str = Power Management
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endmenu
|
|
endif # PM_CONTROL_OS
|