:orphan: .. title:: 2ND_LVL_INTR_00_OFFSET .. option:: CONFIG_2ND_LVL_INTR_00_OFFSET *Level 1 IRQ line for 2ND level aggregator 0* 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 =================== \ :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:`SOC_SERIES_RISCV32_MIV ` || \ :option:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` || \ :option:`SOC_SERIES_RISCV_VIRT ` || \ :option:`2ND_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`CAVS_ICTL_0_OFFSET ` - \ :option:`CAVS_ICTL_0_OFFSET ` - \ :option:`CAVS_ICTL_0_OFFSET ` - \ :option:`CAVS_ICTL_0_OFFSET ` - \ :option:`CAVS_ICTL_0_OFFSET ` - 24 - 11 - 11 - 11 - 0 Kconfig definitions =================== At ``/xtensa/intel_adsp_cavs15/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default CAVS_ICTL_0_OFFSET depends on BOARD_INTEL_ADSP_CAVS15 ---- At ``/xtensa/intel_adsp_cavs18/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default CAVS_ICTL_0_OFFSET depends on BOARD_INTEL_ADSP_CAVS18 ---- At ``/xtensa/intel_adsp_cavs20/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default CAVS_ICTL_0_OFFSET depends on BOARD_INTEL_ADSP_CAVS20 ---- At ``/xtensa/intel_adsp_cavs25/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default CAVS_ICTL_0_OFFSET depends on BOARD_INTEL_ADSP_CAVS25 ---- At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default CAVS_ICTL_0_OFFSET depends on BOARD_INTEL_S1000_CRB ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default 24 depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/riscv-privilege/miv/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default 11 depends on SOC_SERIES_RISCV32_MIV ---- At ``/riscv/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default 11 depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM ---- At ``/riscv/riscv-privilege/virt/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int default 11 depends on SOC_SERIES_RISCV_VIRT ---- At ``/interrupt_controller/Kconfig.multilevel.aggregator_template:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:26`` → ``/interrupt_controller/Kconfig:49`` → ``/interrupt_controller/Kconfig.multilevel:59`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support .. code-block:: kconfig config 2ND_LVL_INTR_00_OFFSET int "Level 1 IRQ line for 2ND level aggregator 0" 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.)*