:orphan: .. title:: ARC_FIRQ_STACK_SIZE .. option:: CONFIG_ARC_FIRQ_STACK_SIZE *FIRQ stack size* Type: ``int`` Help ==== The size of firq stack. Direct dependencies =================== \ :option:`ARC_FIRQ_STACK ` && \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options → FIRQ enable → Enable separate firq stack .. parsed-literal:: config ARC_FIRQ_STACK_SIZE int "FIRQ stack size" default 1024 depends on \ :option:`ARC_FIRQ_STACK ` && \ :option:`ARC ` help The size of firq stack. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*