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>
This commit is contained in:
Anas Nashif 2021-03-22 17:31:33 -04:00 committed by Carles Cufí
commit 068e0872d7

View file

@ -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.