:orphan: .. title:: 3RD_LVL_INTR_00_OFFSET .. option:: CONFIG_3RD_LVL_INTR_00_OFFSET *Level 2 IRQ line for 3RD level aggregator 0* 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_S1000_CRB ` || \ :option:`3RD_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`DW_ICTL_OFFSET ` - 0 Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config 3RD_LVL_INTR_00_OFFSET int default \ :option:`DW_ICTL_OFFSET ` depends on \ :option:`BOARD_INTEL_S1000_CRB ` ---- 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:105`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support → Third-level interrupt support .. parsed-literal:: config 3RD_LVL_INTR_00_OFFSET int "Level 2 IRQ line for 3RD level aggregator 0" default 0 depends on \ :option:`3RD_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.)*