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:
parent
1d2e1787cb
commit
457f5d131c
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue