modules: hal_nxp: disable device system driver for i.MX943 M33

The HAL i.MX943 M33 system driver was using another implemention
of SCMI support to do some clock operations which was not workable
in Zephyr, as Zephyr supported its own SCMI drivers.

So, disabled device system driver for i.MX943 M33 for now.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu 2025-06-05 15:44:53 +08:00 committed by Benjamin Cabé
commit 457f5d131c

View file

@ -36,7 +36,9 @@ if(CONFIG_SOC_SERIES_IMXRT10XX OR CONFIG_SOC_SERIES_IMXRT11XX)
set(CONFIG_MCUX_COMPONENT_device.boot_header ON) set(CONFIG_MCUX_COMPONENT_device.boot_header ON)
endif() endif()
if(NOT CONFIG_SOC_MIMX94398_M33)
set(CONFIG_MCUX_COMPONENT_device.system ON) set(CONFIG_MCUX_COMPONENT_device.system ON)
endif()
set(CONFIG_MCUX_COMPONENT_device.CMSIS ON) set(CONFIG_MCUX_COMPONENT_device.CMSIS ON)
if(NOT CONFIG_CLOCK_CONTROL_ARM_SCMI) if(NOT CONFIG_CLOCK_CONTROL_ARM_SCMI)
set(CONFIG_MCUX_COMPONENT_driver.clock ON) set(CONFIG_MCUX_COMPONENT_driver.clock ON)