Skip to content

Commit

Permalink
doc: migration-guide: inform about device dependencies changes
Browse files Browse the repository at this point in the history
Device dependencies are now optional, before they were always built.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and fabiobaltieri committed Oct 9, 2023
1 parent f767cf4 commit 474aa96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/releases/migration-guide-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ Required changes
* ARM SoC initialization routines no longer need to call `NMI_INIT()`. The
macro call has been removed as it was not doing anything useful.

* Device dependencies (incorrectly referred as "device handles" in some areas)
are now an optional feature enabled by :kconfig:option:`CONFIG_DEVICE_DEPS`.
This means that an extra linker stage is no longer necessary if this option is
not enabled.

Recommended Changes
*******************

Expand Down

0 comments on commit 474aa96

Please sign in to comment.