Skip to content

Commit

Permalink
app: intel_adsp_ace20_lnl.conf: move CONFIG_ZEPHYR_LOG
Browse files Browse the repository at this point in the history
Move CONFIG_ZEPHYR_LOG to correct section under SOF logging
configuration as this option is not Zephyr but a SOF-side option,
despite what its name hints at.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Oct 29, 2024
1 parent 186d8c8 commit e4b3015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/intel_adsp_ace20_lnl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ CONFIG_LIBRARY_MANAGER=y
# SOF / logging
CONFIG_SOF_LOG_LEVEL_INF=y
CONFIG_TRACE=n
CONFIG_ZEPHYR_LOG=y

# Zephyr / OS features
CONFIG_COUNTER=y
Expand Down Expand Up @@ -95,4 +96,3 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
CONFIG_LOG_TIMESTAMP_64BIT=y
CONFIG_WINSTREAM_CONSOLE=n
CONFIG_ZEPHYR_LOG=y

0 comments on commit e4b3015

Please sign in to comment.