From 7aaead1e819005f420a2cff54377eb4fcc5c0986 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 7 Jan 2021 19:55:35 -0500 Subject: [PATCH] soc: intel_cavs: use correct config for V15 Use SOC_INTEL_CAVS_V15 instead of SOC_INTEL_CAVS_APL. Signed-off-by: Anas Nashif --- soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series | 2 +- soc/xtensa/intel_adsp/cavs_v15/Kconfig.soc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series b/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series index cd63b8019a2..7c3b441b7c7 100644 --- a/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series +++ b/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series @@ -13,7 +13,7 @@ config SOC_TOOLCHAIN_NAME config SOC string - default "intel_apl_adsp" if SOC_INTEL_CAVS_APL + default "intel_apl_adsp" if SOC_INTEL_CAVS_V15 config SMP default y diff --git a/soc/xtensa/intel_adsp/cavs_v15/Kconfig.soc b/soc/xtensa/intel_adsp/cavs_v15/Kconfig.soc index d9d488530e0..faae50c153c 100644 --- a/soc/xtensa/intel_adsp/cavs_v15/Kconfig.soc +++ b/soc/xtensa/intel_adsp/cavs_v15/Kconfig.soc @@ -4,7 +4,7 @@ choice prompt "Intel CAVS SoC Selection" - config SOC_INTEL_CAVS_APL + config SOC_INTEL_CAVS_V15 bool "Apollo Lake" depends on SOC_SERIES_INTEL_CAVS_V15