From 095001cdd12b100c1b89f91caf45fc17b357d2d2 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 22 Mar 2022 12:32:09 +0900 Subject: [PATCH] doc: Use :kconfig:option: domain role Multiple usages of the :kconfig: role, which is now obsolete, was merged in the PR #43053; update these to use the :kconfig:option: domain role. Signed-off-by: Stephanos Ioannidis --- doc/releases/release-notes-3.0.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/releases/release-notes-3.0.rst b/doc/releases/release-notes-3.0.rst index 5f116c818fa..df65f4d944f 100644 --- a/doc/releases/release-notes-3.0.rst +++ b/doc/releases/release-notes-3.0.rst @@ -652,8 +652,9 @@ Networking * Added a parameter to forcefully close the LwM2M session to :c:func:`lwm2m_rd_client_stop` function. * Replaced custom ``float32_value_t`` type with double. - * Added :kconfig:`LWM2M_FIRMWARE_PORT_NONSECURE`/:kconfig:`LWM2M_FIRMWARE_PORT_SECURE` - options, which allow to specify a custom port or firmware update. + * Added :kconfig:option:`LWM2M_FIRMWARE_PORT_NONSECURE`/ + :kconfig:option:`LWM2M_FIRMWARE_PORT_SECURE` options, which allow to + specify a custom port or firmware update. * Added :c:func:`lwm2m_update_device_service_period` API function. * Added observe callback for observe and notification events. * Added support for multiple LwM2M Firmware Update object instances.