:orphan: .. title:: 3RD_LVL_INTR_02_OFFSET .. option:: CONFIG_3RD_LVL_INTR_02_OFFSET *Level 2 IRQ line for 3RD level aggregator 2* Type: ``int`` Help ==== This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator). Direct dependencies =================== \ :option:`3RD_LEVEL_INTERRUPTS ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 0 if \ :option:`3RD_LEVEL_INTERRUPTS ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.multilevel.aggregator_template:3`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:24`` → ``drivers/interrupt_controller/Kconfig:161`` → ``drivers/interrupt_controller/Kconfig.multilevel:111`` Menu path: (top menu) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support → Third-level interrupt support .. parsed-literal:: config 3RD_LVL_INTR_02_OFFSET int prompt "Level 2 IRQ line for 3RD level aggregator 2" if \ :option:`3RD_LEVEL_INTERRUPTS ` default 0 if \ :option:`3RD_LEVEL_INTERRUPTS ` depends on \ :option:`3RD_LEVEL_INTERRUPTS ` help This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator). *(Definitions include propagated dependencies, including from if's and menus.)*