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:
parent
de20ba8869
commit
400c7950b6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue