:orphan: .. title:: DYNAMIC_INTERRUPTS .. option:: 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. Defaults ======== - y - y - y - y - y Symbols that select this symbol =============================== - \ :option:`NRF_802154_RADIO_DRIVER ` - \ :option:`NRF_802154_RADIO_DRIVER ` - \ :option:`SOC_APOLLO_LAKE ` - \ :option:`SOC_ELKHART_LAKE ` - \ :option:`LEON_GPTIMER ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config DYNAMIC_INTERRUPTS bool default y depends on \ :option:`ITE_IT8XXX2_INTC ` && \ :option:`SOC_SERIES_RISCV32_IT8XXX2 ` ---- At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config DYNAMIC_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config DYNAMIC_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config DYNAMIC_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config DYNAMIC_INTERRUPTS bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``arch/Kconfig:326`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → General Architecture Options → Interrupt Configuration .. parsed-literal:: 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.)*