File tree Expand file tree Collapse file tree 4 files changed +437
-0
lines changed Expand file tree Collapse file tree 4 files changed +437
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ zephyr_library_sources_ifdef(CONFIG_I2C_NPCX i2c_npcx_controller.c)
48
48
zephyr_library_sources_ifdef (CONFIG_I2C_NPCX i2c_npcx_port.c )
49
49
zephyr_library_sources_ifdef (CONFIG_I2C_NRFX_TWIS i2c_nrfx_twis.c )
50
50
zephyr_library_sources_ifdef (CONFIG_I2C_NUMAKER i2c_numaker.c )
51
+ zephyr_library_sources_ifdef (CONFIG_I2C_NXP_II2C i2c_nxp_ii2c.c )
51
52
zephyr_library_sources_ifdef (CONFIG_I2C_OMAP i2c_omap.c )
52
53
zephyr_library_sources_ifdef (CONFIG_I2C_RCAR i2c_rcar.c )
53
54
zephyr_library_sources_ifdef (CONFIG_I2C_RENESAS_RA_IIC i2c_renesas_ra_iic.c )
Original file line number Diff line number Diff line change @@ -261,4 +261,11 @@ config GPIO_I2C_SWITCH
261
261
help
262
262
Enable GPIO controlled I2C bus switch driver.
263
263
264
+ config I2C_NXP_II2C
265
+ bool "NXP i.MX8M serial I2C driver"
266
+ default y
267
+ depends on DT_HAS_NXP_II2C_ENABLED
268
+ help
269
+ Enable the NXP II2C driver.
270
+
264
271
endif # I2C
You can’t perform that action at this time.
0 commit comments