:orphan: .. title:: 2ND_LVL_INTR_01_OFFSET .. option:: CONFIG_2ND_LVL_INTR_01_OFFSET *Level 1 IRQ line for 2ND level aggregator 1* Type: ``int`` Help ==== This is the level $(prev-level-num) interrupt number for level $(cur-level-num) interrupt aggregator $(aggregator). Direct dependencies =================== \ :option:`BOARD_INTEL_ADSP_CAVS15 ` || \ :option:`BOARD_INTEL_ADSP_CAVS18 ` || \ :option:`BOARD_INTEL_ADSP_CAVS20 ` || \ :option:`BOARD_INTEL_ADSP_CAVS25 ` || \ :option:`BOARD_INTEL_S1000_CRB ` || (\ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || \ :option:`2ND_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`CAVS_ICTL_1_OFFSET ` - \ :option:`CAVS_ICTL_1_OFFSET ` - \ :option:`CAVS_ICTL_1_OFFSET ` - \ :option:`CAVS_ICTL_1_OFFSET ` - \ :option:`CAVS_ICTL_1_OFFSET ` - 25 - 0 Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int default \ :option:`CAVS_ICTL_1_OFFSET ` depends on \ :option:`BOARD_INTEL_ADSP_CAVS15 ` ---- At ``boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int default \ :option:`CAVS_ICTL_1_OFFSET ` depends on \ :option:`BOARD_INTEL_ADSP_CAVS18 ` ---- At ``boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int default \ :option:`CAVS_ICTL_1_OFFSET ` depends on \ :option:`BOARD_INTEL_ADSP_CAVS20 ` ---- At ``boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int default \ :option:`CAVS_ICTL_1_OFFSET ` depends on \ :option:`BOARD_INTEL_ADSP_CAVS25 ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int default \ :option:`CAVS_ICTL_1_OFFSET ` depends on \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int default 25 depends on \ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/interrupt_controller/Kconfig.multilevel.aggregator_template:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:49`` → ``drivers/interrupt_controller/Kconfig.multilevel:61`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support .. parsed-literal:: config 2ND_LVL_INTR_01_OFFSET int "Level 1 IRQ line for 2ND level aggregator 1" default 0 depends on \ :option:`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.)*