:orphan: .. title:: I2C_ESP32_0_IRQ .. option:: CONFIG_I2C_ESP32_0_IRQ *Port 0 IRQ line* Type: ``int`` Direct dependencies =================== \ :option:`I2C_0 ` && \ :option:`I2C_ESP32 ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== At ``/i2c/Kconfig.esp32:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` → ``/i2c/Kconfig:29`` Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C .. code-block:: kconfig config I2C_ESP32_0_IRQ int "Port 0 IRQ line" default 8 depends on I2C_0 && I2C_ESP32 && I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*