-
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE
¶
System workqueue stack size
Type: int
Defaults¶
2048 if
BT_LL_SOFTDEVICE
4096
4096
8192
4096 if
COVERAGE
1024
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 ifBT_LL_SOFTDEVICE
depends onBT_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 onARM64
&&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 onX86_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.)