:orphan: .. title:: CONFIG_MODEM_SIMCOM_SIM7080_RX_STACK_SIZE .. kconfig:: CONFIG_MODEM_SIMCOM_SIM7080_RX_STACK_SIZE CONFIG_MODEM_SIMCOM_SIM7080_RX_STACK_SIZE ######################################### *Stack size for the simcom sim7080 modem driver rx thread* Type: ``int`` Help ==== .. code-block:: none This stack is used by the simcom SIM7080 RX thread. Direct dependencies =================== \ :kconfig:`MODEM_SIM7080 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1028 Kconfig definition ================== At ``/modem/Kconfig.simcom-sim7080:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:148`` Menu path: (Top) → Device Drivers → Modem Drivers → Sim7080 Driver .. code-block:: kconfig config MODEM_SIMCOM_SIM7080_RX_STACK_SIZE int "Stack size for the simcom sim7080 modem driver rx thread" default 1028 depends on MODEM_SIM7080 && MODEM help This stack is used by the simcom SIM7080 RX thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*