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

At arch/Kconfig:184

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu) → General Architecture Options → Interrupt Configuration

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