doc: releases: 3.5: Fix COFNIG typo

Fixing a typo for a `Kconfig` option.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-04-29 09:22:29 +02:00 committed by Fabio Baltieri
commit 79b8285c6b

View file

@ -430,7 +430,7 @@ Build system and infrastructure
* Build time priority checking: enable build time priority checking by default.
This fails the build if the initialization sequence in the final ELF file
does not match the devicetree hierarchy. It can be turned off by disabling
the :kconfig:option:`COFNIG_CHECK_INIT_PRIORITIES` option.
the :kconfig:option:`CONFIG_CHECK_INIT_PRIORITIES` option.
* Added a new ``initlevels`` target for printing the final device and
:c:macro:`SYS_INIT` initialization sequence from the final ELF file.