You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
881 B
28 lines
881 B
# Copyright (c) 2022-2024 Intel Corporation |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SOC_SERIES_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 |
|
|
|
config SOC_INTEL_ACE15_MTPM |
|
select SOC_SERIES_INTEL_ACE |
|
|
|
config SOC_INTEL_ACE20_LNL |
|
select SOC_SERIES_INTEL_ACE |
|
|
|
config SOC_INTEL_COMM_WIDGET |
|
bool "Intel Communication Widget driver" |
|
default y |
|
depends on DT_HAS_INTEL_ADSP_COMMUNICATION_WIDGET_ENABLED |
|
help |
|
Select this to enable Intel Communication Widget driver. |
|
DSP Communication Widget is a device for generic sideband message transmit/receive.
|
|
|