:orphan: .. title:: I2C_1 .. option:: CONFIG_I2C_1 *Enable I2C Port 1* Type: ``bool`` Direct dependencies =================== (\ :option:`I2C ` && \ :option:`BOARD_ARDUINO_NANO_33_BLE `) || (\ :option:`I2C_ESP32 ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/arduino_nano_33_ble/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2C_1 bool default y depends on \ :option:`I2C ` && \ :option:`BOARD_ARDUINO_NANO_33_BLE ` ---- At ``drivers/i2c/Kconfig.esp32:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:29`` Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C .. parsed-literal:: config I2C_1 bool "Enable I2C Port 1" depends on \ :option:`I2C_ESP32 ` && \ :option:`I2C ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*