From 068e0872d700751992e44c8b26522f9b1acfd655 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 22 Mar 2021 17:31:33 -0400 Subject: [PATCH] kernel: remove EXPERIMENTAL from some Kconfigs both thread monitor and thread names are not EXPERIMENTAL any more. They have been used across the tree and lots depend on those features already. Signed-off-by: Anas Nashif --- kernel/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 9f95ce77a71..cc36bb8d753 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -332,14 +332,14 @@ config BOOT_DELAY all serial ports have DCD. config THREAD_MONITOR - bool "Thread monitoring [EXPERIMENTAL]" + bool "Thread monitoring" help This option instructs the kernel to maintain a list of all threads (excluding those that have not yet started or have already terminated). config THREAD_NAME - bool "Thread name [EXPERIMENTAL]" + bool "Thread name" help This option allows to set a name for a thread.