:orphan: .. title:: OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE .. option:: CONFIG_OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE *OpenThread radio transmit workqueue stack size* Type: ``int`` Direct dependencies =================== \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 608 if \ :option:`MPU_STACK_GUARD ` && \ :option:`FPU_SHARING ` && \ :option:`CPU_CORTEX_M ` - 512 Kconfig definition ================== At ``/net/l2/openthread/Kconfig:149`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:77`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Zephyr optimizations .. code-block:: kconfig config OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE int "OpenThread radio transmit workqueue stack size" default 608 if MPU_STACK_GUARD && FPU_SHARING && CPU_CORTEX_M default 512 depends on NET_L2_OPENTHREAD && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*