Skip to content

Commit 98129a3

Browse files
committed
app: boards: intel_adsp: move common SOF logging options to defconfig
Move common SOF logging configuration options to the shared defconfig file for Intel DSPs. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 4367c1b commit 98129a3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/boards/intel_adsp/Kconfig.defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ config ZEPHYR_DP_SCHEDULER
8181
config ZEPHYR_NATIVE_DRIVERS
8282
default y
8383

84+
# SOF / logging
85+
# ----------------------------------------
86+
87+
config ZEPHYR_LOG
88+
default y
89+
8490
# Zephyr / logging
8591
# ----------------------------------------
8692

app/boards/intel_adsp_ace40_nvl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ CONFIG_LIBRARY_MANAGER=y
2727
# SOF / logging
2828
CONFIG_TRACE=n
2929
CONFIG_SOF_LOG_LEVEL_INF=y
30-
CONFIG_ZEPHYR_LOG=y
3130

3231
# Zephyr / OS features
3332
CONFIG_HEAP_MEM_POOL_SIZE=8192

app/boards/intel_adsp_ace40_nvls.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ CONFIG_LIBRARY_MANAGER=y
2828
# SOF / logging
2929
CONFIG_TRACE=n
3030
CONFIG_SOF_LOG_LEVEL_INF=y
31-
CONFIG_ZEPHYR_LOG=y
3231

3332
# Zephyr / OS features
3433
CONFIG_HEAP_MEM_POOL_SIZE=8192

0 commit comments

Comments
 (0)