CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE

System workqueue stack size

Type: int

Defaults

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:21

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller

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

At <Zephyr>/arch/arm/core/aarch64/Kconfig:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:46

Menu path: (Top) → ARM Options

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 4096
    depends on ARM64 && ARM

At <Zephyr>/arch/sparc/Kconfig:51

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

Menu path: (Top) → SPARC Options

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 4096
    depends on SPARC

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:328

Menu path: (Top) → X86 Architecture Options

config SYSTEM_WORKQUEUE_STACK_SIZE
    int
    default 8192
    depends on X86_64 && X86

At <Zephyr>/kernel/Kconfig:383

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

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.)