CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE

System workqueue stack size

Type: int

Defaults

Kconfig definitions

At <nRF>/subsys/net/openthread/Kconfig.defconfig:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:7

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf)

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 1120
    depends on NET_L2_OPENTHREAD

At <nRF>/subsys/bluetooth/controller/Kconfig:73

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:21

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → SoftDevice Controller

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 2048 if BT_LL_SOFTDEVICE
    depends on BT_LL_SOFTDEVICE && BT_CTLR && BT

At <Zephyr>/arch/arc/Kconfig:369

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:39<Zephyr>/arch/Kconfig:12

Menu path: (Top)

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 4096 if 64BIT

At <Zephyr>/arch/arm64/core/Kconfig:66

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:39<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm64/Kconfig:32

Menu path: (Top) → ARM64 Options

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 4096
    depends on ARM64

At <Zephyr>/arch/x86/core/Kconfig.intel64:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:39<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:483

Menu path: (Top) → X86 Architecture Options

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 8192
    depends on X86_64 && X86

At <Zephyr>/kernel/Kconfig:403

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options → Work Queue Options

config SYSTEM_WORKQUEUE_STACK_SIZE
    int "System workqueue stack size"
    default 4096 if COVERAGE
    default 1024

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)