The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_I2C_0

Enable I2C Port 0

Type: bool

Direct dependencies

(I2C && BOARD_ARDUINO_NANO_33_BLE) || (I2C_ESP32 && I2C)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At boards/arm/arduino_nano_33_ble/Kconfig.defconfig:23

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config I2C_0
    bool
    default y
    depends on I2C && BOARD_ARDUINO_NANO_33_BLE

At drivers/i2c/Kconfig.esp32:15

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:40drivers/i2c/Kconfig:29

Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C

config I2C_0
    bool "Enable I2C Port 0"
    depends on I2C_ESP32 && I2C

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)