Files
zephyr/soc/intel/intel_adsp/cavs/Kconfig.soc
Dmitrii Golovanov 6734597a76 soc: intel_adsp_cavs: hwmv2: Align SOC_SERIES name and value
Align 'intel_adsp_cavs` SoC Series name and value to match
new HWMv2 compliance check.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2024-03-01 15:50:06 +01:00

23 lines
412 B
Plaintext

# Copyright (c) 2020-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_INTEL_ADSP_CAVS
bool
help
Intel ADSP CAVS
config SOC_SERIES
default "intel_adsp_cavs" if SOC_SERIES_INTEL_ADSP_CAVS
config SOC_INTEL_CAVS_V25
bool
help
Intel Tiger Lake
config SOC
default "cavs25" if SOC_INTEL_CAVS_V25
config SOC_TOOLCHAIN_NAME
default "intel_tgl_adsp" if SOC_INTEL_CAVS_V25