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:
parent
b2a5782570
commit
7aaead1e81
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ config SOC_TOOLCHAIN_NAME
|
||||||
|
|
||||||
config SOC
|
config SOC
|
||||||
string
|
string
|
||||||
default "intel_apl_adsp" if SOC_INTEL_CAVS_APL
|
default "intel_apl_adsp" if SOC_INTEL_CAVS_V15
|
||||||
|
|
||||||
config SMP
|
config SMP
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
choice
|
choice
|
||||||
prompt "Intel CAVS SoC Selection"
|
prompt "Intel CAVS SoC Selection"
|
||||||
|
|
||||||
config SOC_INTEL_CAVS_APL
|
config SOC_INTEL_CAVS_V15
|
||||||
bool "Apollo Lake"
|
bool "Apollo Lake"
|
||||||
depends on SOC_SERIES_INTEL_CAVS_V15
|
depends on SOC_SERIES_INTEL_CAVS_V15
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue