: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. Only useful for test cases that need to validate the correctness of kernel objects in IRQ context. Direct dependencies =================== \ :option:`TEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:384`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) → General Architecture Options → Interrupt Configuration .. parsed-literal:: config IRQ_OFFLOAD bool "Enable IRQ offload" depends on \ :option:`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.)*