:orphan: .. title:: 2ND_LVL_INTR_06_OFFSET .. option:: CONFIG_2ND_LVL_INTR_06_OFFSET *Level 1 IRQ line for 2ND level aggregator 6* Type: ``int`` Help ==== This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator). Direct dependencies =================== (\ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || \ :option:`2ND_LEVEL_INTERRUPTS ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 30 if \ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` - 0 if \ :option:`2ND_LEVEL_INTERRUPTS ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv32/openisa_rv32m1/Kconfig.defconfig:134`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:23`` Menu path: (top menu) .. parsed-literal:: config 2ND_LVL_INTR_06_OFFSET int default 30 if \ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` depends on \ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- 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:73`` Menu path: (top menu) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support .. parsed-literal:: config 2ND_LVL_INTR_06_OFFSET int prompt "Level 1 IRQ line for 2ND level aggregator 6" if \ :option:`2ND_LEVEL_INTERRUPTS ` default 0 if \ :option:`2ND_LEVEL_INTERRUPTS ` depends on \ :option:`2ND_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.)*