2018-08-16 10:39:40 +05:30
|
|
|
|
|
|
|
if PM_CONTROL_OS
|
|
|
|
menu "OS Power Management"
|
|
|
|
|
2018-09-17 13:16:47 +05:30
|
|
|
source "subsys/power/policy/Kconfig"
|
2018-08-16 10:39:40 +05:30
|
|
|
|
2018-11-05 15:36:04 +05:30
|
|
|
config PM_CONTROL_STATE_LOCK
|
|
|
|
bool "Enable PM state locking capability"
|
|
|
|
help
|
|
|
|
Enable OS Power Management state locking capability
|
|
|
|
if any application wants to temporarily disable certain
|
2019-01-11 10:53:57 +01:00
|
|
|
Power States while doing any critical work or needs quick
|
|
|
|
response from hardware resources.
|
2018-11-05 15:36:04 +05:30
|
|
|
|
2018-10-24 13:54:20 +05:30
|
|
|
config PM_CONTROL_OS_DEBUG
|
|
|
|
bool "Enable OS Power Management debug hooks"
|
|
|
|
help
|
|
|
|
Enable OS Power Management debugging hooks.
|
|
|
|
|
2018-09-25 14:58:27 +02:00
|
|
|
module = PM
|
|
|
|
module-str = Power Management
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
|
2018-08-16 10:39:40 +05:30
|
|
|
endmenu
|
|
|
|
endif # PM_CONTROL_OS
|