logging: Allow runtime filtering for frontend only case
Log frontend supports runtime filtering so it should be allowed to enable it even when only frontend is used with no backends. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
67a31ef2d7
commit
9876075de1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ menu "Logging levels filtering"
|
|||
|
||||
config LOG_RUNTIME_FILTERING
|
||||
bool "Runtime filtering reconfiguration"
|
||||
depends on !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL
|
||||
depends on !LOG_MODE_MINIMAL
|
||||
help
|
||||
Allow runtime configuration of maximal, independent severity
|
||||
level for instance.
|
||||
|
|
|
|||
Loading…
Reference in a new issue