soc/intel_adsp: Move KERNEL_COHERENCE to cavs15
Only the CAVS 1.5 linker script has full support for the coherence features, don't advertise it on the other SoC's yet. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
015b4f7303
commit
746c65acb7
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
config SOC_FAMILY_INTEL_ADSP
|
||||
bool
|
||||
select ARCH_HAS_COHERENCE
|
||||
|
||||
if SOC_FAMILY_INTEL_ADSP
|
||||
|
||||
|
|
|
@ -9,5 +9,6 @@ config SOC_SERIES_INTEL_CAVS_V15
|
|||
select XTENSA_RESET_VECTOR
|
||||
select XTENSA_USE_CORE_CRT1
|
||||
select ATOMIC_OPERATIONS_BUILTIN
|
||||
select ARCH_HAS_COHERENCE
|
||||
help
|
||||
Intel CAVS v1.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue