sof: disable the System Agent

The SOF System Agent is redundant under Zephyr, we're using different
performance monitors there.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2022-03-03 14:42:10 +01:00 committed by Anas Nashif
commit 63a109e17f

View file

@ -1,6 +1,7 @@
CONFIG_SOF=y
CONFIG_LOG=y
CONFIG_BUILD_OUTPUT_BIN=n
CONFIG_HAVE_AGENT=n
# Requires heap_info() be implemented, but no Zephyr wrapper
CONFIG_DEBUG_MEMORY_USAGE_SCAN=n