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 <anas.nashif@intel.com>
diff --git a/kernel/Kconfig b/kernel/Kconfig
index 9f95ce7..cc36bb8 100644
--- a/kernel/Kconfig
+++ b/kernel/Kconfig
@@ -332,14 +332,14 @@
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.