Commit f8e7ecfb authored by Krzysztof Chruscinski's avatar Krzysztof Chruscinski Committed by Kumar Gala
Browse files

shell: Add missing dependency to shell log backend


Shell log backend depends on logging being enabled. Lack of this
dependency leads to compilation failure when logging is disabled.
Signed-off-by: default avatarKrzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
parent 45a6de68
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -197,7 +197,7 @@ config SHELL_CMDS_SELECT
config SHELL_LOG_BACKEND
bool "Enable shell log backend"
depends on !LOG_MINIMAL
depends on LOG && !LOG_MINIMAL
default y if LOG
help
When enabled, backend will use the shell for logging.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment