shell: Fix compile error when shell enabled and log disabled

Shell was selecting logger option which lead to define
CONFIG_LOG_RUNTIME_FILTERING generation even though log
was disabled. That messed up logger and lead to compilation
failure.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2019-03-21 15:58:03 +01:00 committed by Anas Nashif
commit e2de07b2f1

View file

@ -12,7 +12,7 @@ menu "Shell Options"
menuconfig SHELL
bool "Enable shell"
select LOG_RUNTIME_FILTERING
imply LOG_RUNTIME_FILTERING
select POLL
if SHELL