:orphan: .. title:: MODEM_GSM_RX_STACK_SIZE .. option:: CONFIG_MODEM_GSM_RX_STACK_SIZE *Size of the stack allocated for receiving data from modem* Type: ``int`` Help ==== Sets the stack size which will be used by the GSM RX thread. Direct dependencies =================== \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. parsed-literal:: config MODEM_GSM_RX_STACK_SIZE int "Size of the stack allocated for receiving data from modem" default 512 depends on \ :option:`MODEM_GSM_PPP ` && \ :option:`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.)*