File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ include_driver_ifdef(CONFIG_ENTROPY_MCUX_RNGA rnga driver_rnga)
170
170
include_driver_ifdef (CONFIG_ENTROPY_MCUX_TRNG trng driver_trng )
171
171
include_driver_ifdef (CONFIG_ENTROPY_MCUX_CAAM caam driver_caam )
172
172
include_driver_ifdef (CONFIG_ETH_NXP_ENET enet driver_enet )
173
+ include_driver_ifdef (CONFIG_ETH_NXP_IMX_NETC netc driver_netc )
173
174
include_driver_ifdef (CONFIG_HAS_MCUX_SMC smc driver_smc )
174
175
include_driver_ifdef (CONFIG_I2C_MCUX i2c driver_i2c )
175
176
if (CONFIG_NXP_LP_FLEXCOMM )
@@ -264,6 +265,11 @@ include_driver_ifdef(CONFIG_NXP_RF_IMU imu driver_imu)
264
265
include_driver_ifdef (CONFIG_TRDC_MCUX_TRDC trdc driver_trdc )
265
266
include_driver_ifdef (CONFIG_S3MU_MCUX_S3MU s3mu driver_s3mu )
266
267
268
+ if (${MCUX_DEVICE} MATCHES "MIMXRT1189" )
269
+ include_driver_ifdef (CONFIG_ETH_NXP_IMX_NETC netc/socs/imxrt1180 driver_netc_soc_imxrt1180 )
270
+ include_driver_ifdef (CONFIG_ETH_NXP_IMX_NETC msgintr driver_msgintr )
271
+ endif ()
272
+
267
273
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 )))
268
274
include_driver_ifdef (CONFIG_HAS_MCUX_CACHE cache /armv7-m7 driver_cache_armv7_m7 )
269
275
elseif ((${MCUX_DEVICE} MATCHES "MIMXRT(5|6)" ) OR (${MCUX_DEVICE} MATCHES "RW61" ) OR (${MCUX_DEVICE} MATCHES "MCXN.4." ))
You can’t perform that action at this time.
0 commit comments