:orphan: .. title:: CONFIG_MODEM_GSM_RX_STACK_SIZE .. kconfig:: CONFIG_MODEM_GSM_RX_STACK_SIZE CONFIG_MODEM_GSM_RX_STACK_SIZE ############################## *Size of the stack allocated for receiving data from modem* Type: ``int`` Help ==== .. code-block:: none Sets the stack size which will be used by the GSM RX thread. Direct dependencies =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/modem/Kconfig.gsm:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:144`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. code-block:: kconfig config MODEM_GSM_RX_STACK_SIZE int "Size of the stack allocated for receiving data from modem" default 512 depends on MODEM_GSM_PPP && MODEM help Sets the stack size which will be used by the GSM RX thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*