Skip to content

Commit 60f517c

Browse files
marc-hbkv2019i
authored andcommitted
config L3_HEAP: add missing "ACE" dependency
In Zephyr, L3_HEAP is available in `intel_ace15_mtpm/adsp_memory.h` and `intel_ace20_lnl/adsp_memory.h` but not in `intel_tgl_adsp/adsp_memory.h` Don't allow configuration that can't possible compile. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent a904357 commit 60f517c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ config CAVS_USE_LPRO_IN_WAITI
381381
config L3_HEAP
382382
bool "Use L3 memory heap"
383383
default n
384+
depends on ACE
384385
help
385386
Select this if L3 memory is supported on the platform and
386387
it is intended to be used for dynamic allocations.

0 commit comments

Comments
 (0)