:orphan: .. title:: CONFIG_OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE .. kconfig:: CONFIG_OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE CONFIG_OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE ############################################ *OpenThread radio transmit workqueue stack size* Type: ``int`` Direct dependencies =================== \ :kconfig:`NET_L2_OPENTHREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 608 if \ :kconfig:`MPU_STACK_GUARD ` && \ :kconfig:`FPU_SHARING ` && \ :kconfig:`CPU_CORTEX_M ` - 512 Kconfig definition ================== At ``/net/l2/openthread/Kconfig:149`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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.)*