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:
Iuliana Prodan 2023-09-29 11:55:01 +03:00 committed by Mahesh Mahadevan
commit 4289359eb2

View file

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