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

TEST

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/arch/Kconfig:384

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29

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.)