shell: Fix dependency to log_output
When shell was used as a log backend it did not enabled log_output
module used for string formatting. Adding missing dependency.
Original commit (b0072e1cea
) was
reverted, reappling.
Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
539c509d2c
commit
6890a9a434
|
@ -228,6 +228,7 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue