-
CONFIG_ARC_FIRQ_STACK_SIZE
¶
FIRQ stack size
Type: int
Help¶
The size of firq stack.
Default¶
1024
Kconfig definition¶
At <Zephyr>/arch/arc/Kconfig:170
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options → FIRQ enable → Enable separate firq stack
config ARC_FIRQ_STACK_SIZE
int "FIRQ stack size"
default 1024
depends on ARC_FIRQ_STACK && ARC
help
The size of firq stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)