From e4b3015581672539608d648c9016a96fd8a0e233 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Mon, 28 Oct 2024 13:50:35 +0200 Subject: [PATCH] app: intel_adsp_ace20_lnl.conf: move CONFIG_ZEPHYR_LOG 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 --- app/boards/intel_adsp_ace20_lnl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 7d6271905d9b..de34c1f3ace9 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -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 @@ -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