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, adsp_memory.h is available only for ace15 and ace20 right
now.

Don't allow configuration that can't possible compile.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Feb 2, 2024
1 parent 8cad5be commit 16851f0
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 16851f0

Please sign in to comment.