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:
parent
808cc7c436
commit
e2de07b2f1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ menu "Shell Options"
|
||||||
|
|
||||||
menuconfig SHELL
|
menuconfig SHELL
|
||||||
bool "Enable shell"
|
bool "Enable shell"
|
||||||
select LOG_RUNTIME_FILTERING
|
imply LOG_RUNTIME_FILTERING
|
||||||
select POLL
|
select POLL
|
||||||
|
|
||||||
if SHELL
|
if SHELL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue