:orphan: .. title:: CONFIG_ARC_FIRQ_STACK_SIZE .. kconfig:: CONFIG_ARC_FIRQ_STACK_SIZE CONFIG_ARC_FIRQ_STACK_SIZE ########################## *FIRQ stack size* Type: ``int`` Help ==== .. code-block:: none The size of firq stack. Direct dependencies =================== \ :kconfig:`ARC_FIRQ_STACK ` && \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/arc/Kconfig:177`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options → FIRQ enable → Enable separate firq stack .. code-block:: kconfig 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.)*