doc: releases: 4.1: Mention "imply NVS" removal in OpenThread.

The NET_L2_OPENTHREAD symbol no longer implies the NVS Kconfig
option. Platforms using OpenThread must explicitly enable either
NVS or ZMS option.

A release note and migration guide entries were added.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
This commit is contained in:
Arkadiusz Balys 2024-12-03 09:16:27 +01:00 committed by Benjamin Cabé
commit f8812c16ec
2 changed files with 7 additions and 1 deletions

View file

@ -275,6 +275,10 @@ Networking
rather than directly in the :c:struct:`http_client_ctx` to correctly handle concurrent requests rather than directly in the :c:struct:`http_client_ctx` to correctly handle concurrent requests
on different HTTP/2 streams. on different HTTP/2 streams.
* The :kconfig:option:`CONFIG_NET_L2_OPENTHREAD` symbol no longer implies the
:kconfig:option:`CONFIG_NVS` Kconfig option. Platforms using OpenThread must explicitly enable
either the :kconfig:option:`CONFIG_NVS` or :kconfig:option:`CONFIG_ZMS` Kconfig option.
Other Subsystems Other Subsystems
**************** ****************

View file

@ -254,7 +254,9 @@ Networking
* Network Interface: * Network Interface:
* OpenThread * OpenThread:
* Removed the implicit enabling of the :kconfig:option:`CONFIG_NVS` Kconfig option by the :kconfig:option:`CONFIG_NET_L2_OPENTHREAD` symbol.
* PPP * PPP