Skip to content

Commit 9e0e57c

Browse files
author
Jyri Sarha
committed
kconfig: Make VIRTUAL_HEAP default n for ACE to fix multi core DP
Fix multi core data processing domain component issues by disabling virtual heap and resorting to more robust Zephyr allocation method. This is a temporary remedy to the problem until a better solution is found. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent d754018 commit 9e0e57c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zephyr/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ config SOF_ZEPHYR_NO_SOF_CLOCK
9494

9595
config VIRTUAL_HEAP
9696
bool "Use virtual memory heap to allocate a buffers"
97-
default y if ACE
9897
default n
9998
depends on ACE
10099
help

0 commit comments

Comments
 (0)