Skip to content

Commit

Permalink
mcux: convert i.MX95 to use zephyr irqsteer driver
Browse files Browse the repository at this point in the history
Converted i.MX95 to use zephyr irqsteer driver. Then
hal irqsteer driver is enabled via CONFIG_NXP_IRQSTEER.

Signed-off-by: Yangbo Lu <[email protected]>
  • Loading branch information
yangbolu1991 committed Jan 17, 2025
1 parent 495198f commit e1738a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcux/hal_nxp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ if (${MCUX_DEVICE} MATCHES "MIMXRT1189")
elseif (${MCUX_DEVICE} MATCHES "MIMX9596")
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC netc/socs/imx95 driver_netc_soc_imx95)
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC msgintr driver_msgintr)
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC irqsteer driver_irqsteer)
endif()

if (((${MCUX_DEVICE} MATCHES "MIMXRT1[0-9][0-9][0-9]") AND (NOT (CONFIG_SOC_MIMXRT1166_CM4 OR CONFIG_SOC_MIMXRT1176_CM4 OR CONFIG_SOC_MIMXRT1189_CM33))) OR
Expand Down

0 comments on commit e1738a9

Please sign in to comment.