diff --git a/kernel/Kconfig b/kernel/Kconfig index acf0b947947..8bb3e24b67a 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -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"