boards: xtensa: intel_adsp_cavs15: force COMP_SRC_TINY

cAVS 1.5 has little RAM, force COMP_SRC_TINY to fix SOF build
failures under Zephyr with XCC.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-10-12 10:11:33 +02:00 committed by Anas Nashif
commit 5ec9738c9b

View file

@ -4,4 +4,4 @@ CONFIG_INTEL_SSP=y
CONFIG_LP_MEMORY_BANKS=2 CONFIG_LP_MEMORY_BANKS=2
CONFIG_HP_MEMORY_BANKS=8 CONFIG_HP_MEMORY_BANKS=8
CONFIG_PERFORMANCE_COUNTERS=y CONFIG_PERFORMANCE_COUNTERS=y
CONFIG_COMP_SRC_SMALL=y CONFIG_COMP_SRC_TINY=y