File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
modules/hal_nxp/mcux/mcux-sdk-ng/drivers Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ set_variable_ifdef(CONFIG_MIPI_DBI_NXP_DCNANO_LCDIF CONFIG_MCUX_COMPONENT_driver
142
142
set_variable_ifdef (CONFIG_MIPI_DBI_NXP_FLEXIO_LCDIF CONFIG_MCUX_COMPONENT_driver.flexio_mculcd )
143
143
set_variable_ifdef (CONFIG_VIDEO_MCUX_MIPI_CSI2RX CONFIG_MCUX_COMPONENT_driver.mipi_csi2rx )
144
144
set_variable_ifdef (CONFIG_ETH_NXP_IMX_NETC CONFIG_MCUX_COMPONENT_driver.netc )
145
- set_variable_ifdef (CONFIG_ETH_NXP_IMX_NETC CONFIG_MCUX_COMPONENT_driver.netc_switch )
145
+ if (NOT CONFIG_SOC_MIMX9596 )
146
+ set_variable_ifdef (CONFIG_ETH_NXP_IMX_NETC CONFIG_MCUX_COMPONENT_driver.netc_switch )
147
+ endif ()
146
148
147
149
set_variable_ifdef (CONFIG_SOC_SERIES_IMXRT10XX CONFIG_MCUX_COMPONENT_driver.ocotp )
148
150
set_variable_ifdef (CONFIG_SOC_SERIES_IMXRT11XX CONFIG_MCUX_COMPONENT_driver.ocotp )
You can’t perform that action at this time.
0 commit comments