From 3a5abf724ef498b7347b6fe6eb906c18032fa378 Mon Sep 17 00:00:00 2001 From: chao an Date: Fri, 19 Apr 2024 10:45:25 +0800 Subject: [PATCH] sched/Kconfig: make disable idle loop configurable disable idle loop in experimental Signed-off-by: chao an --- sched/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/Kconfig b/sched/Kconfig index 1963469ee4..b36fbd8cdb 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -47,7 +47,7 @@ config DISABLE_ENVIRON endif # DISABLE_OS_API config DISABLE_IDLE_LOOP - bool + bool "Disable idle loop support" default n ---help--- This option allows nx_start to return instead of