Skip to content

Commit 88983f7

Browse files
kartbenmmahadevan108
authored andcommitted
doc: releases: fix kconfig role typo in mbedtls section
trivial typo fix where single backticks should be used instead of double for the sphinx role kconfig:option Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 6cf5ac5 commit 88983f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/releases/migration-guide-4.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Mbed TLS
4848
* The Kconfig options ``CONFIG_MBEDTLS_TLS_VERSION_1_0`` and ``CONFIG_MBEDTLS_TLS_VERSION_1_1``
4949
have been removed because Mbed TLS doesn't support TLS 1.0 and 1.1 anymore since v3.0. (:github:`76833`)
5050
* The following Kconfig symbols were renamed (:github:`76408`):
51-
* ``CONFIG_MBEDTLS_ENTROPY_ENABLED`` is now :kconfig:option:``CONFIG_MBEDTLS_ENTROPY_C``,
52-
* ``CONFIG_MBEDTLS_ZEPHYR_ENTROPY`` is now :kconfig:option:``CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR``.
51+
* ``CONFIG_MBEDTLS_ENTROPY_ENABLED`` is now :kconfig:option:`CONFIG_MBEDTLS_ENTROPY_C`,
52+
* ``CONFIG_MBEDTLS_ZEPHYR_ENTROPY`` is now :kconfig:option:`CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR`.
5353

5454
* The Kconfig option ``CONFIG_MBEDTLS_SSL_EXPORT_KEYS`` was removed because the
5555
corresponding build symbol was removed in Mbed TLS 3.1.0 and is now assumed to

0 commit comments

Comments
 (0)