:orphan: .. title:: CONFIG_NET_PPP_RX_STACK_SIZE .. kconfig:: CONFIG_NET_PPP_RX_STACK_SIZE CONFIG_NET_PPP_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 PPP RX workqueue. Direct dependencies =================== \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 768 Kconfig definition ================== At ``/net/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver .. code-block:: kconfig config NET_PPP_RX_STACK_SIZE int "Size of the stack allocated for receiving data from modem" default 768 depends on NET_PPP && NET_DRIVERS help Sets the stack size which will be used by the PPP RX workqueue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*