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:
parent
443afd421a
commit
f8812c16ec
2 changed files with 7 additions and 1 deletions
|
@ -275,6 +275,10 @@ Networking
|
|||
rather than directly in the :c:struct:`http_client_ctx` to correctly handle concurrent requests
|
||||
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
|
||||
****************
|
||||
|
||||
|
|
|
@ -254,7 +254,9 @@ Networking
|
|||
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue