File tree Expand file tree Collapse file tree 4 files changed +685
-0
lines changed Expand file tree Collapse file tree 4 files changed +685
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ add_subdirectory_ifdef(CONFIG_I2C_TARGET target)
2525# zephyr-keep-sorted-start
2626zephyr_library_sources_ifdef(CONFIG_I2C_AMBIQ i2c_ambiq.c)
2727zephyr_library_sources_ifdef(CONFIG_I2C_ANDES_ATCIIC100 i2c_andes_atciic100.c)
28+ zephyr_library_sources_ifdef(CONFIG_I2C_BFLB i2c_bflb.c)
2829zephyr_library_sources_ifdef(CONFIG_I2C_CADENCE i2c_cdns.c)
2930zephyr_library_sources_ifdef(CONFIG_I2C_CC13XX_CC26XX i2c_cc13xx_cc26xx.c)
3031zephyr_library_sources_ifdef(CONFIG_I2C_CC23X0 i2c_cc23x0.c)
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ source "drivers/i2c/Kconfig.ambiq"
122122source "drivers/i2c/Kconfig.andes_atciic100"
123123source "drivers/i2c/Kconfig.b91"
124124source "drivers/i2c/Kconfig.bcm_iproc"
125+ source "drivers/i2c/Kconfig.bflb"
125126source "drivers/i2c/Kconfig.cc13xx_cc26xx"
126127source "drivers/i2c/Kconfig.cc23x0"
127128source "drivers/i2c/Kconfig.cdns"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2024-2025 MASSDRIVER EI (massdriver.space)
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ config I2C_BFLB
5+ bool "Bouffalolab I2C driver"
6+ default y
7+ depends on DT_HAS_BFLB_I2C_ENABLED
8+ help
9+ I2C driver support for Bouffalolab platforms
You can’t perform that action at this time.
0 commit comments