From 98d20e90edbed0be9b9cb93546758114f83da9a1 Mon Sep 17 00:00:00 2001 From: zhushengle Date: Thu, 3 Nov 2022 21:32:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20pm=20idle=E6=B7=BB=E5=8A=A0=E5=88=B0men?= =?UTF-8?q?uconfig=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #I5ZD5L Signed-off-by: zhushengle Change-Id: Ibdedff3043a0902aa3cd9539497ef97fb6a1ce6c --- Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Kconfig b/Kconfig index b1d5b12f..cffe28f3 100644 --- a/Kconfig +++ b/Kconfig @@ -335,6 +335,14 @@ config KERNEL_PM Configuration item for low power frame tailoring. 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 int "Power Management Task Priority" default 1