CONFIG_MULTI_LEVEL_INTERRUPTS

Multi-level interrupt support

Type: bool

Help

Multiple levels of interrupts are normally used to increase the number of addressable interrupts in a system. For example, if two levels are used, a second level interrupt aggregator would combine all interrupts routed to it into one IRQ line in the first level interrupt controller. If three levels are used, a third level aggregator combines its input interrupts into one IRQ line at the second level. The number of interrupt levels is usually determined by the hardware. (The term “aggregator” here means “interrupt controller”.)

Direct dependencies

SOC_SERIES_INTEL_CAVS_V15 || SOC_SERIES_INTEL_CAVS_V18 || SOC_SERIES_INTEL_CAVS_V20 || SOC_SERIES_INTEL_CAVS_V25 || GEN_SW_ISR_TABLE

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Symbols that select this symbol

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config MULTI_LEVEL_INTERRUPTS
    bool
    default y
    depends on SOC_SERIES_INTEL_CAVS_V15

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config MULTI_LEVEL_INTERRUPTS
    bool
    default y
    depends on SOC_SERIES_INTEL_CAVS_V18

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config MULTI_LEVEL_INTERRUPTS
    bool
    default y
    depends on SOC_SERIES_INTEL_CAVS_V20

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config MULTI_LEVEL_INTERRUPTS
    bool
    default y
    depends on SOC_SERIES_INTEL_CAVS_V25

At <Zephyr>/drivers/interrupt_controller/Kconfig.multilevel:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/interrupt_controller/Kconfig:49

Menu path: (Top) → Device Drivers → Interrupt Controllers

config MULTI_LEVEL_INTERRUPTS
    bool "Multi-level interrupt support"
    depends on GEN_SW_ISR_TABLE
    help
      Multiple levels of interrupts are normally used to increase the
      number of addressable interrupts in a system. For example, if two
      levels are used, a second level interrupt aggregator would combine
      all interrupts routed to it into one IRQ line in the first level
      interrupt controller. If three levels are used, a third level
      aggregator combines its input interrupts into one IRQ line at the
      second level. The number of interrupt levels is usually determined
      by the hardware. (The term "aggregator" here means "interrupt
      controller".)

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)