17 lines
506 B
Plaintext
17 lines
506 B
Plaintext
# Copyright (c) 2022 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_INTEL_ACE
|
|
bool "Intel ACE"
|
|
select SOC_FAMILY_INTEL_ADSP
|
|
select XTENSA
|
|
select XTENSA_HAL if (("$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc") && ("$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xt-clang"))
|
|
select ATOMIC_OPERATIONS_BUILTIN if "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "xcc"
|
|
select ARCH_HAS_COHERENCE
|
|
select SCHED_IPI_SUPPORTED
|
|
select DW_ICTL_ACE
|
|
select SOC_HAS_RUNTIME_NUM_CPUS
|
|
select HAS_PM
|
|
help
|
|
Intel ADSP ACE
|