zephyr/tests/boards/intel_adsp/hda_log/prj.conf
Tom Burdick 6913da9ddd logging: cAVS HDA based logger
Adds a log backend that maintains a ringbuffer in coordination
with cAVS HDA.

The DMA channel is expected to be given some time after the logger
starts so a seperate step to initialize the dma channel is required.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-05-04 18:56:13 -04:00

10 lines
253 B
Text

CONFIG_ZTEST=y
CONFIG_DMA=y
CONFIG_ASSERT=y
CONFIG_LOG=y
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_LOG_BACKEND_ADSP=n
CONFIG_LOG_BACKEND_CAVS_HDA=y
CONFIG_LOG_BACKEND_CAVS_HDA_SIZE=512
CONFIG_LOG_BACKEND_CAVS_HDA_FLUSH_TIME=100
CONFIG_XTENSA_ENABLE_BACKTRACE=n