Skip to content

Commit

Permalink
config L3_HEAP: add missing "ACE" dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
marc-hb authored and kv2019i committed Mar 5, 2024
1 parent a904357 commit 60f517c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ config CAVS_USE_LPRO_IN_WAITI
config L3_HEAP
bool "Use L3 memory heap"
default n
depends on ACE
help
Select this if L3 memory is supported on the platform and
it is intended to be used for dynamic allocations.
Expand Down

0 comments on commit 60f517c

Please sign in to comment.