CONFIG_MODEM_WNCM14A2A_RX_STACK_SIZE

Size of the stack for the WNC-M14A2A modem driver RX thread

Type: int

Help

This stack is used by the WNCM14A2A RX thread.

Direct dependencies

MODEM_WNCM14A2A && MODEM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/modem/Kconfig:55

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:84

Menu path: (top menu) → Device Drivers → Modem Drivers

config MODEM_WNCM14A2A_RX_STACK_SIZE
    int
    prompt "Size of the stack for the WNC-M14A2A modem driver RX thread" if MODEM_WNCM14A2A && MODEM
    default 1028 if MODEM_WNCM14A2A && MODEM
    depends on MODEM_WNCM14A2A && MODEM
    help
      This stack is used by the WNCM14A2A RX thread.

(Definitions include propagated dependencies, including from if’s and menus.)