feat: pm idle添加到menuconfig中
Close #I5ZD5L Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: Ibdedff3043a0902aa3cd9539497ef97fb6a1ce6c
This commit is contained in:
parent
9767191392
commit
98d20e90ed
8
Kconfig
8
Kconfig
|
@ -335,6 +335,14 @@ config KERNEL_PM
|
||||||
Configuration item for low power frame tailoring.
|
Configuration item for low power frame tailoring.
|
||||||
If you wish to build LiteOS with support for power management.
|
If you wish to build LiteOS with support for power management.
|
||||||
|
|
||||||
|
config KERNEL_PM_IDLE
|
||||||
|
bool "Enable Power Management Idle"
|
||||||
|
default n
|
||||||
|
depends on KERNEL_PM
|
||||||
|
help
|
||||||
|
Configuration item for low power frame tailoring.
|
||||||
|
If you wish to build LiteOS with support for power management idle.
|
||||||
|
|
||||||
config KERNEL_PM_TASK_PTIORITY
|
config KERNEL_PM_TASK_PTIORITY
|
||||||
int "Power Management Task Priority"
|
int "Power Management Task Priority"
|
||||||
default 1
|
default 1
|
||||||
|
|
Loading…
Reference in New Issue