:orphan: .. title:: 2ND_LEVEL_INTERRUPTS .. option:: CONFIG_2ND_LEVEL_INTERRUPTS *Second-level interrupt support* Type: ``bool`` Help ==== Second level interrupts are used to increase the number of addressable interrupts in a system. Direct dependencies =================== (\ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` || \ :option:`MULTI_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Symbols that select this symbol =============================== - \ :option:`PLIC ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:49`` 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_LEVEL_INTERRUPTS bool default y depends on \ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config 2ND_LEVEL_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config 2ND_LEVEL_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config 2ND_LEVEL_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config 2ND_LEVEL_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``drivers/interrupt_controller/Kconfig.multilevel:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:49`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support .. parsed-literal:: config 2ND_LEVEL_INTERRUPTS bool "Second-level interrupt support" depends on \ :option:`MULTI_LEVEL_INTERRUPTS ` help Second level interrupts are used to increase the number of addressable interrupts in a system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*