logging: Kconfig cleanup of frontened related options
Cleanup in kconfig options in preparation for adding a frontend that will use dictionary mode. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
8f919e41fa
commit
33923014b9
7 changed files with 16 additions and 5 deletions
|
@ -1700,7 +1700,7 @@ list(APPEND
|
|||
${extra_post_build_byproducts}
|
||||
)
|
||||
|
||||
if(CONFIG_LOG_DICTIONARY_SUPPORT)
|
||||
if(CONFIG_LOG_DICTIONARY_DB)
|
||||
set(log_dict_db_output --json=${PROJECT_BINARY_DIR}/log_dictionary.json)
|
||||
elseif(CONFIG_LOG_MIPI_SYST_USE_CATALOG)
|
||||
set(log_dict_db_output --syst=${PROJECT_BINARY_DIR}/mipi_syst_collateral.xml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue