CONFIG_MODEM_HL7800_RX_WORKQ_STACK_SIZE¶
Size of the stack for the HL7800 modem driver work queue
Type: int
Help¶
This stack is used by the work queue to pass off net_pkt data
to the rest of the network stack, letting the rx thread continue
processing data.
Default¶
- 2048 
Kconfig definition¶
At <Zephyr Driver>/modem/Kconfig.hl7800:252
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:84 → <Zephyr Driver>/modem/Kconfig:146
Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver
config MODEM_HL7800_RX_WORKQ_STACK_SIZE
    int "Size of the stack for the HL7800 modem driver work queue"
    default 2048
    depends on MODEM_HL7800 && MODEM
    help
      This stack is used by the work queue to pass off net_pkt data
      to the rest of the network stack, letting the rx thread continue
      processing data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)