soc: intel_adsp: use abstracted arch APIs for cache ops

Use architecture APIs for cache operations with this soc family.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-09-11 08:29:59 -04:00
parent de20ba8869
commit 400c7950b6
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,7 @@
config SOC_FAMILY_INTEL_ADSP
select WINSTREAM
select ARCH_SUPPORTS_COREDUMP
select CPU_HAS_DCACHE
bool
if SOC_FAMILY_INTEL_ADSP

View file

@ -34,4 +34,11 @@ config WINSTREAM_CONSOLE
def_bool y
endif
config CACHE_MANAGEMENT
def_bool y
choice CACHE_TYPE
default ARCH_CACHE
endchoice
endif # SOC_FAMILY_INTEL_ADSP