:orphan: .. title:: CONFIG_DYNAMIC_INTERRUPTS .. kconfig:: CONFIG_DYNAMIC_INTERRUPTS CONFIG_DYNAMIC_INTERRUPTS ######################### *Enable installation of IRQs at runtime* Type: ``bool`` Help ==== .. code-block:: none 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 - y - y - y - y - y - y - y - y - y Symbols that select this symbol =============================== - \ :kconfig:`NRF_802154_RADIO_DRIVER ` - \ :kconfig:`NRF_802154_RADIO_DRIVER ` - \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` - \ :kconfig:`SOC_SERIES_CC32XX ` - \ :kconfig:`SOC_SERIES_MSP432P4XX ` - \ :kconfig:`SOC_ESP32C3 ` - \ :kconfig:`SOC_APOLLO_LAKE ` - \ :kconfig:`SOC_ELKHART_LAKE ` - \ :kconfig:`SOC_ESP32 ` - \ :kconfig:`SOC_ESP32S2 ` - \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` - \ :kconfig:`SOC_SERIES_CC32XX ` - \ :kconfig:`SOC_SERIES_MSP432P4XX ` - \ :kconfig:`SOC_ESP32C3 ` - \ :kconfig:`SOC_APOLLO_LAKE ` - \ :kconfig:`SOC_ELKHART_LAKE ` - \ :kconfig:`SOC_ESP32 ` - \ :kconfig:`SOC_ESP32S2 ` - \ :kconfig:`LEON_GPTIMER ` Kconfig definitions =================== At ``/riscv/esp32c3/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_ESP32C3 ---- At ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on ITE_IT8XXX2_INTC && SOC_SERIES_RISCV32_IT8XXX2 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_NXP_IMX8 ---- At ``/riscv/esp32c3/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_ESP32C3 ---- At ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on ITE_IT8XXX2_INTC && SOC_SERIES_RISCV32_IT8XXX2 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config DYNAMIC_INTERRUPTS bool default y depends on SOC_SERIES_NXP_IMX8 ---- At ``/Kconfig:366`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → General Architecture Options → Interrupt Configuration .. code-block:: kconfig 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.)*