CONFIG_2ND_LVL_INTR_07_OFFSET¶
Level 1 IRQ line for 2ND level aggregator 7
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) || (MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32) || 2ND_LEVEL_INTERRUPTS
(Includes any dependencies from ifs and menus.)
Defaults¶
- 31 
- 31 
- 0 
Kconfig definitions¶
At <Zephyr SoC>/riscv/openisa_rv32m1/Kconfig.defconfig:92
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config 2ND_LVL_INTR_07_OFFSET
    int
    default 31
    depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32
At <Zephyr SoC>/riscv/openisa_rv32m1/Kconfig.defconfig:92
Included via Kconfig:8 → Kconfig.zephyr:27
Menu path: (Top)
config 2ND_LVL_INTR_07_OFFSET
    int
    default 31
    depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32
At <Zephyr Driver>/interrupt_controller/Kconfig.multilevel.aggregator_template:3
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:28 → <Zephyr Driver>/interrupt_controller/Kconfig:48 → <Zephyr Driver>/interrupt_controller/Kconfig.multilevel:73
Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support
config 2ND_LVL_INTR_07_OFFSET
    int "Level 1 IRQ line for 2ND level aggregator 7"
    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.)