Skip to content

Commit f39f764

Browse files
LuDudarlubos
authored andcommitted
[nrf fromlist] openthread: Use OPENTHREAD instead of L2_OPENTHREAD in dependencies
Update Kconfig dependencies in mbedTLS and logging backend to use OPENTHREAD instead of NET_L2_OPENTHREAD. Upstream PR #: 94054 Signed-off-by: Łukasz Duda <[email protected]>
1 parent f1b32dd commit f39f764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/mbedtls/Kconfig.mbedtls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ config MBEDTLS_ENTROPY_POLL_ZEPHYR
485485

486486
config MBEDTLS_OPENTHREAD_OPTIMIZATIONS_ENABLED
487487
bool "MbedTLS optimizations for OpenThread"
488-
depends on NET_L2_OPENTHREAD
488+
depends on OPENTHREAD
489489
default y if !NET_SOCKETS_SOCKOPT_TLS
490490
help
491491
Enable some OpenThread specific mbedTLS optimizations that allows to

subsys/logging/backends/Kconfig.spinel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
config LOG_BACKEND_SPINEL
55
bool "OpenThread dedicated Spinel protocol backend"
66
depends on !LOG_BACKEND_UART
7-
depends on NET_L2_OPENTHREAD
7+
depends on OPENTHREAD
88
help
99
When enabled, backend will use OpenThread dedicated SPINEL protocol for logging.
1010
This protocol is byte oriented and wraps given messages into serial frames.

0 commit comments

Comments
 (0)