The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_DYNAMIC_INTERRUPTS

Enable installation of IRQs at runtime

Type: bool

Help

Enable installation of interrupts at runtime, which will move some interrupt-related data structures to RAM instead of ROM, and on some architectures increase code size.

Default

  • y

Symbols that select this symbol

Kconfig definitions

At soc/xtensa/intel_apl_adsp/Kconfig.defconfig:29

Included via Kconfig:8Kconfig.zephyr:25

Menu path: (Top)

config DYNAMIC_INTERRUPTS
    bool
    default y
    depends on SOC_INTEL_APL_ADSP

At arch/Kconfig:288

Included via Kconfig:8Kconfig.zephyr:29

Menu path: (Top) → General Architecture Options → Interrupt Configuration

config DYNAMIC_INTERRUPTS
    bool "Enable installation of IRQs at runtime"
    help
      Enable installation of interrupts at runtime, which will move some
      interrupt-related data structures to RAM instead of ROM, and
      on some architectures increase code size.

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