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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Architecture>/Kconfig:424
Included via Kconfig:8 → Kconfig.zephyr:39
Menu path: (Top) → General Architecture Options → Interrupt Configuration
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.)