The latest development version of this page may be more current than this released 1.14.1 version.
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

(MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32) || 2ND_LEVEL_INTERRUPTS

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:134

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config 2ND_LVL_INTR_06_OFFSET
    int
    default 30 if MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32
    depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32

At drivers/interrupt_controller/Kconfig.multilevel.aggregator_template:3

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24drivers/interrupt_controller/Kconfig:161drivers/interrupt_controller/Kconfig.multilevel:73

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config 2ND_LVL_INTR_06_OFFSET
    int
    prompt "Level 1 IRQ line for 2ND level aggregator 6" if 2ND_LEVEL_INTERRUPTS
    default 0 if 2ND_LEVEL_INTERRUPTS
    depends on 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.)