Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subsys/shell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ config SHELL_CMD_ROOT

config SHELL_LOG_BACKEND
bool "Shell log backend"
depends on LOG && !LOG_MODE_MINIMAL
depends on LOG && !LOG_MODE_MINIMAL && !LOG_MODE_IMMEDIATE
select MPSC_PBUF
select LOG_OUTPUT
default y if LOG
Expand Down