doc: releases: add release note for OpenThread update

Add an entry to the release notes and migration guide regarding
moving OpenThread-related Kconfig options from
subsys/net/l2/openthred/Kconfig to modules/openthread/Kconfig.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
This commit is contained in:
Arkadiusz Balys 2025-04-23 13:15:11 +02:00 committed by Benjamin Cabé
commit e93fdca1e4
2 changed files with 8 additions and 0 deletions

View file

@ -300,6 +300,10 @@ Networking
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
* The OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` have been moved to
``modules/openthread/Kconfig``. All the Kconfig options remain the same. You can still use them in the
same way as before, but to modify them, use the new path in the menuconfig or guiconfig.
SPI
===

View file

@ -167,6 +167,10 @@ New APIs and options
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
* OpenThread
* Moved OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` to ``modules/openthread/Kconfig``.
* Sensor
* :c:func:`sensor_value_to_deci`