:orphan: .. title:: CONFIG_NUM_3RD_LEVEL_AGGREGATORS .. kconfig:: CONFIG_NUM_3RD_LEVEL_AGGREGATORS CONFIG_NUM_3RD_LEVEL_AGGREGATORS ################################ *Total number of third level interrupt aggregators* Type: ``int`` Help ==== .. code-block:: none The number of level 3 interrupt aggregators to support. Each aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3 interrupts. Direct dependencies =================== \ :kconfig:`BOARD_INTEL_S1000_CRB ` || \ :kconfig:`3RD_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 1 Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NUM_3RD_LEVEL_AGGREGATORS int default 1 depends on BOARD_INTEL_S1000_CRB ---- At ``/interrupt_controller/Kconfig.multilevel:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:48`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Multi-level interrupt support → Second-level interrupt support → Third-level interrupt support .. code-block:: kconfig config NUM_3RD_LEVEL_AGGREGATORS int "Total number of third level interrupt aggregators" range 1 8 default 1 depends on 3RD_LEVEL_INTERRUPTS help The number of level 3 interrupt aggregators to support. Each aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 3 interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*