blob: 22e9cd0ef552ef7ab7332d147c0b05833f1f1b6e [file] [log] [blame]
# Copyright (c) 2020,2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_INTEL_CAVS_V20
config SOC_TOOLCHAIN_NAME
string
default "intel_s1000"
config SOC
string
default "intel_icl_adsp"
# For backward compatibility, to be removed
config SOC_SERIES_INTEL_CAVS_V20
def_bool y
# FIXME: these DSPs can have more cores, but Zephyr only supports up to 2 cores on them
config MP_MAX_NUM_CPUS
default 2
config SCHED_IPI_SUPPORTED
default y
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 400000000 if XTENSA_TIMER
default 38400000 if INTEL_ADSP_TIMER
endif # SOC_INTEL_CAVS_V20