File tree Expand file tree Collapse file tree 2 files changed +444
-1
lines changed
Expand file tree Collapse file tree 2 files changed +444
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ zephyr_library_sources_ifdef(CONFIG_I2C_ITE_IT8XXX2 i2c_ite_it8xxx2.c)
3737zephyr_library_sources_ifdef(CONFIG_I2C_ITE_ENHANCE i2c_ite_enhance.c)
3838zephyr_library_sources_ifdef(CONFIG_I2C_LITEX i2c_litex.c)
3939zephyr_library_sources_ifdef(CONFIG_I2C_LPC11U6X i2c_lpc11u6x.c)
40- zephyr_library_sources_ifdef(CONFIG_I2C_MAX32 i2c_max32.c)
4140zephyr_library_sources_ifdef(CONFIG_I2C_MCHP_MSS i2c_mchp_mss.c)
4241zephyr_library_sources_ifdef(CONFIG_I2C_MCUX i2c_mcux.c)
4342zephyr_library_sources_ifdef(CONFIG_I2C_MCUX_FLEXCOMM i2c_mcux_flexcomm.c)
@@ -79,6 +78,11 @@ else()
7978 i2c_sam_twihs.c
8079 )
8180endif ()
81+ if (CONFIG_I2C_RTIO)
82+ zephyr_library_sources_ifdef(CONFIG_I2C_MAX32 i2c_max32_rtio.c)
83+ else ()
84+ zephyr_library_sources_ifdef(CONFIG_I2C_MAX32 i2c_max32.c)
85+ endif ()
8286zephyr_library_sources_ifdef(CONFIG_I2C_SAM_TWIM i2c_sam4l_twim.c)
8387zephyr_library_sources_ifdef(CONFIG_I2C_SAM0 i2c_sam0.c)
8488zephyr_library_sources_ifdef(CONFIG_I2C_SBCON i2c_sbcon.c)
You can’t perform that action at this time.
0 commit comments