shell: fix configuration issue
These checks should be against CONFIG_SHELL_LOG_BACKEND, and not against CONFIG_LOG, since it's possible to enable logging without building this particular backend. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
d6d3f152b3
commit
a7787c8519
3 changed files with 5 additions and 5 deletions
|
@ -150,8 +150,8 @@ config SHELL_CMDS_SELECT
|
|||
|
||||
config SHELL_LOG_BACKEND
|
||||
bool
|
||||
depends on !LOG_MINIMAL
|
||||
default y if LOG
|
||||
default n if !LOG
|
||||
|
||||
source "subsys/shell/modules/Kconfig"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue