Implement the kernel "coherence" API on top of the linker cached/uncached mapping work. Add Xtensa handling for the stack coherence API. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
19 lines
388 B
Text
19 lines
388 B
Text
# Intel CAVS SoC family configuration options
|
|
#
|
|
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_INTEL_ADSP
|
|
bool
|
|
select ARCH_HAS_COHERENCE
|
|
|
|
if SOC_FAMILY_INTEL_ADSP
|
|
|
|
config SOC_FAMILY
|
|
string
|
|
default "intel_adsp"
|
|
|
|
# Select SoC Part No. and configuration options
|
|
source "soc/xtensa/intel_adsp/*/Kconfig.soc"
|
|
|
|
endif # SOC_FAMILY_INTEL_ADSP
|