:orphan: .. title:: IRQ_OFFLOAD .. option:: CONFIG_IRQ_OFFLOAD *Enable IRQ offload* Type: ``bool`` Help ==== Enable irq_offload() API which allows functions to be synchronously run in interrupt context. Mainly useful for test cases. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:309`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:29`` Menu path: (top menu) → General Architecture Options → Interrupt Configuration .. parsed-literal:: config IRQ_OFFLOAD bool prompt "Enable IRQ offload" help Enable irq_offload() API which allows functions to be synchronously run in interrupt context. Mainly useful for test cases. *(Definitions include propagated dependencies, including from if's and menus.)*