From 7dde7f626f3d16aa624f4600340ff09ae9c3294b Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 30 Aug 2022 22:43:34 +0200 Subject: [PATCH] Revert "shell: Fix dependency to log_output" This reverts commit b0072e1cea07b326aab18ed358555173b82d8e81. Signed-off-by: Carles Cufi --- subsys/shell/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/shell/Kconfig b/subsys/shell/Kconfig index ae3fbf41cf0..78c90228aef 100644 --- a/subsys/shell/Kconfig +++ b/subsys/shell/Kconfig @@ -228,7 +228,6 @@ config SHELL_LOG_BACKEND bool "Shell log backend" depends on LOG && !LOG_MODE_MINIMAL select MPSC_PBUF - select LOG_OUTPUT default y if LOG help When enabled, backend will use the shell for logging.