CONFIG_MODEM_GSM_WORKQ_STACK_SIZE

Size of the stack allocated for the dedicated gsm workqueue

Type: int

Help

Sets the stack size which will be used by the dedicated GSM workqueue
thread.

Direct dependencies

MODEM_GSM_PPP && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • 768

Kconfig definition

At <Driver>/modem/Kconfig.gsm:43

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:84<Driver>/modem/Kconfig:145

Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems

config MODEM_GSM_WORKQ_STACK_SIZE
    int "Size of the stack allocated for the dedicated gsm workqueue"
    default 768
    depends on MODEM_GSM_PPP && MODEM
    help
      Sets the stack size which will be used by the dedicated GSM workqueue
      thread.

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