Skip to content

Commit e93fdca

Browse files
ArekBalysNordickartben
authored andcommitted
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 <[email protected]>
1 parent 66e78e0 commit e93fdca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/releases/migration-guide-4.2.rst

+4
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ Networking
300300
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
301301
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
302302

303+
* The OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` have been moved to
304+
``modules/openthread/Kconfig``. All the Kconfig options remain the same. You can still use them in the
305+
same way as before, but to modify them, use the new path in the menuconfig or guiconfig.
306+
303307
SPI
304308
===
305309

doc/releases/release-notes-4.2.rst

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ New APIs and options
167167

168168
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
169169

170+
* OpenThread
171+
172+
* Moved OpenThread-related Kconfig options from ``subsys/net/l2/openthread/Kconfig`` to ``modules/openthread/Kconfig``.
173+
170174
* Sensor
171175

172176
* :c:func:`sensor_value_to_deci`

0 commit comments

Comments
 (0)