The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_3RD_LEVEL_INTERRUPTS

Third-level interrupt support

Type: bool

Help

Third level interrupts are used to increase the number of addressable interrupts in a system.

Direct dependencies

2ND_LEVEL_INTERRUPTS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig.multilevel:77

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24drivers/interrupt_controller/Kconfig:161

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config 3RD_LEVEL_INTERRUPTS
    bool
    prompt "Third-level interrupt support" if 2ND_LEVEL_INTERRUPTS
    depends on 2ND_LEVEL_INTERRUPTS
    help
      Third level interrupts are used to increase the number of
      addressable interrupts in a system.

(Definitions include propagated dependencies, including from if’s and menus.)