From a2114073555333a998502a1eda95ff59c155c919 Mon Sep 17 00:00:00 2001 From: Xu Si Yu Date: Fri, 28 Nov 2025 17:16:25 +0800 Subject: [PATCH] fix(openthread): fix an error in Kconfig --- components/openthread/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/openthread/Kconfig b/components/openthread/Kconfig index 9b814a47fe..2a89bf47fc 100644 --- a/components/openthread/Kconfig +++ b/components/openthread/Kconfig @@ -45,9 +45,9 @@ menu "OpenThread" endmenu menu "Thread Console" + depends on OPENTHREAD_ENABLED config OPENTHREAD_CONSOLE_ENABLE bool "Enable OpenThread console" - depends on OPENTHREAD_ENABLED default y help Enable the OpenThread-specific console provided by the SDK. This only controls whether