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:
Andrew Boie 2019-09-22 17:19:19 -07:00 committed by Anas Nashif
commit a7787c8519
3 changed files with 5 additions and 5 deletions

View file

@ -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"