mcux: hal_nxp: update configs for ADSP

CONFIG_SOC_MIMX8QM_ADSP and CONFIG_SOC_MIMX8QXP_ADSP
were renamed to match the soc name, so update here also.

While here, remove CONFIG_SOC_MIMX8QM_A53 since is not
defined and used anywhere.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2024-03-26 20:19:12 +02:00 committed by David Leach
parent 21be1f4670
commit 9d32c7382b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ zephyr_library_compile_definitions_ifdef(
)
# Required by all SCFW-based SoCs
if (CONFIG_SOC_MIMX8QM_A53 OR CONFIG_SOC_MIMX8QM_ADSP OR CONFIG_SOC_MIMX8QXP_ADSP)
if (CONFIG_SOC_MIMX8QM6_ADSP OR CONFIG_SOC_MIMX8QX6_ADSP)
list(APPEND CMAKE_MODULE_PATH
${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/devices/${MCUX_DEVICE_PATH}/scfw_api
)