Skip to content

Commit 7ba7b3e

Browse files
intel_adsp: select log_backend_xtensa_sim for simulator
ADSP logging backend requires winstream console, which is turned off for simulator. Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
1 parent f0cbba0 commit 7ba7b3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

soc/intel/intel_adsp/ace/Kconfig.defconfig.series

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,15 @@ config DYNAMIC_INTERRUPTS
5252

5353
if LOG
5454

55+
if !SIMULATOR_XTENSA
5556
config LOG_BACKEND_ADSP
5657
default y
58+
endif
59+
60+
if SIMULATOR_XTENSA
61+
config LOG_BACKEND_XTENSA_SIM
62+
default y
63+
endif
5764

5865
endif # LOG
5966

0 commit comments

Comments
 (0)