:orphan: .. title:: CONFIG_MAX_IRQ_PER_AGGREGATOR .. kconfig:: CONFIG_MAX_IRQ_PER_AGGREGATOR CONFIG_MAX_IRQ_PER_AGGREGATOR ############################# *Max IRQs per interrupt aggregator* Type: ``int`` Help ==== .. code-block:: none The maximum number of interrupt inputs to any aggregator in the system. Direct dependencies =================== \ :kconfig:`BOARD_INTEL_ADSP_CAVS15 ` || \ :kconfig:`BOARD_INTEL_ADSP_CAVS18 ` || \ :kconfig:`BOARD_INTEL_ADSP_CAVS20 ` || \ :kconfig:`BOARD_INTEL_ADSP_CAVS25 ` || \ :kconfig:`BOARD_INTEL_S1000_CRB ` || (\ :kconfig:`MULTI_LEVEL_INTERRUPTS ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` || \ :kconfig:`SOC_SERIES_RISCV32_MIV ` || \ :kconfig:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` || \ :kconfig:`SOC_SERIES_RISCV_VIRT ` || \ :kconfig:`MULTI_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 32 - 32 - 32 - 32 - 32 - 32 - 52 - 30 - 52 - 52 - 0 Kconfig definitions =================== At ``/xtensa/intel_adsp_cavs15/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 32 depends on BOARD_INTEL_ADSP_CAVS15 ---- At ``/xtensa/intel_adsp_cavs18/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 32 depends on BOARD_INTEL_ADSP_CAVS18 ---- At ``/xtensa/intel_adsp_cavs20/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 32 depends on BOARD_INTEL_ADSP_CAVS20 ---- At ``/xtensa/intel_adsp_cavs25/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 32 depends on BOARD_INTEL_ADSP_CAVS25 ---- At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 32 depends on BOARD_INTEL_S1000_CRB ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 32 depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 52 depends on SOC_SERIES_RISCV_ANDES_V5 ---- At ``/riscv/riscv-privilege/miv/Kconfig.defconfig.series:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 30 depends on SOC_SERIES_RISCV32_MIV ---- At ``/riscv/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 52 depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM ---- At ``/riscv/riscv-privilege/virt/Kconfig.defconfig.series:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int default 52 depends on SOC_SERIES_RISCV_VIRT ---- At ``/interrupt_controller/Kconfig.multilevel:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:48`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support .. code-block:: kconfig config MAX_IRQ_PER_AGGREGATOR int "Max IRQs per interrupt aggregator" default 0 depends on MULTI_LEVEL_INTERRUPTS help The maximum number of interrupt inputs to any aggregator in the system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*