unified: Add initialization priority level for kernel objects
The separate initialization priority provides more flexibility when it's needed to arrange the initialization sequence. Change-Id: Ie1b7b48d282618f6d641320bf3b24f63716a7342 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
parent
aabf74cda5
commit
4223ba7964
1 changed files with 9 additions and 0 deletions
|
@ -135,6 +135,15 @@ config THREAD_MONITOR
|
|||
and fibers (excluding those that have not yet started or have
|
||||
already terminated).
|
||||
|
||||
config KERNEL_INIT_PRIORITY_OBJECTS
|
||||
int
|
||||
prompt "Kernel objects initialization priority"
|
||||
default 30
|
||||
help
|
||||
Kernel objects use this priority for initialization. This
|
||||
priority needs to be higher than minimal default initialization
|
||||
priority.
|
||||
|
||||
config KERNEL_INIT_PRIORITY_DEFAULT
|
||||
int
|
||||
prompt "Default init priority"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue