:orphan: .. title:: CONFIG_IRQ_OFFLOAD .. kconfig:: CONFIG_IRQ_OFFLOAD CONFIG_IRQ_OFFLOAD ################## *Enable IRQ offload* Type: ``bool`` Help ==== .. code-block:: none Enable irq_offload() API which allows functions to be synchronously run in interrupt context. Only useful for test cases that need to validate the correctness of kernel objects in IRQ context. Direct dependencies =================== \ :kconfig:`TEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig:424`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → General Architecture Options → Interrupt Configuration .. code-block:: kconfig config IRQ_OFFLOAD bool "Enable IRQ offload" depends on TEST help Enable irq_offload() API which allows functions to be synchronously run in interrupt context. Only useful for test cases that need to validate the correctness of kernel objects in IRQ context. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*