Skip to content

Commit

Permalink
soc: intel_adsp/ace: Fix SOC_TOOLCHAIN_NAME symbol
Browse files Browse the repository at this point in the history
Set the appropriated toolchain name for each ace target.

Signed-off-by: Flavio Ceolin <[email protected]>
  • Loading branch information
Flavio Ceolin committed May 31, 2024
1 parent 8f6ba55 commit 6c63183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion soc/intel/intel_adsp/ace/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c63183

Please sign in to comment.