CONFIG_ARC_FIRQ_STACK

Enable separate firq stack

Type: bool

Help

Use separate stack for FIRQ handing. When the fast irq is also a direct irq, this will get the minimal interrupt latency.

Direct dependencies

ARC_FIRQ && RGF_NUM_BANKS > 1 && ARC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/arch/arc/Kconfig:117

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

Menu path: (Top) → ARC Options → ARCv2 Family Options → FIRQ enable

config ARC_FIRQ_STACK
    bool "Enable separate firq stack"
    depends on ARC_FIRQ && RGF_NUM_BANKS > 1 && ARC
    help
      Use separate stack for FIRQ handing. When the fast irq is also a direct
      irq, this will get the minimal interrupt latency.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)