:orphan: .. title:: CONFIG_2ND_LVL_INTR_06_OFFSET .. kconfig:: CONFIG_2ND_LVL_INTR_06_OFFSET CONFIG_2ND_LVL_INTR_06_OFFSET ############################# *Level 1 IRQ line for 2ND level aggregator 6* Type: ``int`` Help ==== .. code-block:: none This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator). Direct dependencies =================== (\ :kconfig:`MULTI_LEVEL_INTERRUPTS ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`MULTI_LEVEL_INTERRUPTS ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || \ :kconfig:`2ND_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 30 - 30 - 0 Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_06_OFFSET int default 30 depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_06_OFFSET int default 30 depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/interrupt_controller/Kconfig.multilevel.aggregator_template:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:48`` → ``/interrupt_controller/Kconfig.multilevel:71`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support .. code-block:: kconfig config 2ND_LVL_INTR_06_OFFSET int "Level 1 IRQ line for 2ND level aggregator 6" default 0 depends on 2ND_LEVEL_INTERRUPTS help This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*