modules: mcux: fix HAS_CMSIS_CORE selection
Do not select HAS_CMSIS_CORE for SOC_FAMILY_NXP_ADSP. This soc family refers to the Audio DSP from i.MX MPU, which is a HiFi4 core, Xtensa arch. HAS_CMSIS_CORE is for ARM cores (A, M, R cores) - see modules/cmsis/Kconfig. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
2aded4006f
commit
4289359eb2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
config HAS_MCUX
|
||||
bool
|
||||
select HAS_CMSIS_CORE
|
||||
select HAS_CMSIS_CORE if !SOC_FAMILY_NXP_ADSP
|
||||
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || \
|
||||
SOC_FAMILY_NXP_ADSP || SOC_FAMILY_NXP_S32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue