From 6c631833eaba3d5f2f93903ff5f3dcfe895a3ae8 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Fri, 31 May 2024 17:10:57 +0000 Subject: [PATCH] soc: intel_adsp/ace: Fix SOC_TOOLCHAIN_NAME symbol Set the appropriated toolchain name for each ace target. Signed-off-by: Flavio Ceolin --- soc/intel/intel_adsp/ace/Kconfig.soc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/soc/intel/intel_adsp/ace/Kconfig.soc b/soc/intel/intel_adsp/ace/Kconfig.soc index 4f9818019779047..89ef2eb30dbd5fc 100644 --- a/soc/intel/intel_adsp/ace/Kconfig.soc +++ b/soc/intel/intel_adsp/ace/Kconfig.soc @@ -30,7 +30,9 @@ config SOC_SERIES default "intel_adsp_ace" if SOC_SERIES_INTEL_ADSP_ACE config SOC_TOOLCHAIN_NAME - default "intel_ace15_mtpm" if SOC_SERIES_INTEL_ADSP_ACE + default "intel_ace15_mtpm" if SOC_INTEL_ACE15_MTPM + default "intel_ace15_mtpm" if SOC_INTEL_ACE20_LNL + default "intel_ace30_ptl" if SOC_INTEL_ACE30_PTL config SOC default "ace15_mtpm" if SOC_INTEL_ACE15_MTPM