From 8942929aff15f5a41e421ed6cc4ee5674fd7276b Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Thu, 16 Jan 2025 10:25:34 +0800 Subject: [PATCH] lwp: Kconfig: LWP_DEBUG default as n LWP_DEBUG is debugging related, should be disabled by default. Signed-off-by: Chen Wang --- components/lwp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwp/Kconfig b/components/lwp/Kconfig index 1d64e1c908e..8740fc34577 100644 --- a/components/lwp/Kconfig +++ b/components/lwp/Kconfig @@ -8,7 +8,7 @@ menuconfig RT_USING_LWP if RT_USING_LWP menuconfig LWP_DEBUG bool "Enable debugging features of LwP" - default y + default n if LWP_DEBUG config LWP_DEBUG_INIT