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:
parent
34decfd408
commit
068e0872d7
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue