: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 if's and menus.)* Defaults ======== - 8 if \ :option:`I2C_0 ` && \ :option:`I2C_ESP32 ` && \ :option:`I2C ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.esp32:34`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:22`` Menu path: (top menu) → Device Drivers → I2C Drivers → ESP32 I2C .. parsed-literal:: config I2C_ESP32_0_IRQ int prompt "Port 0 IRQ line" if \ :option:`I2C_0 ` && \ :option:`I2C_ESP32 ` && \ :option:`I2C ` default 8 if \ :option:`I2C_0 ` && \ :option:`I2C_ESP32 ` && \ :option:`I2C ` depends on \ :option:`I2C_0 ` && \ :option:`I2C_ESP32 ` && \ :option:`I2C ` *(Definitions include propagated dependencies, including from if's and menus.)*