soc: intel_cavs: use correct config for V15

Use SOC_INTEL_CAVS_V15 instead of SOC_INTEL_CAVS_APL.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-01-07 19:55:35 -05:00
commit 7aaead1e81
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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