Skip to content

Commit be4d59d

Browse files
JiafeiPanmmahadevan108
authored andcommitted
mcux: hal_nxp.cmake: select ii2c hal driver
Enable ii2c hal driver in case is CONFIG_I2C_NXP_II2C is enabled. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent d599b6f commit be4d59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ include_driver_ifdef(CONFIG_ETH_NXP_ENET enet driver_enet)
179179
include_driver_ifdef(CONFIG_ETH_NXP_IMX_NETC netc driver_netc)
180180
include_driver_ifdef(CONFIG_HAS_MCUX_SMC smc driver_smc)
181181
include_driver_ifdef(CONFIG_I2C_MCUX i2c driver_i2c)
182+
include_driver_ifdef(CONFIG_I2C_NXP_II2C ii2c driver_ii2c)
182183
if (CONFIG_NXP_LP_FLEXCOMM)
183184
include_driver_ifdef(CONFIG_I2C_MCUX_LPI2C lpflexcomm driver_lpflexcomm)
184185
include_driver_ifdef(CONFIG_I2C_MCUX_LPI2C lpflexcomm/lpi2c driver_lpi2c)

0 commit comments

Comments
 (0)