:orphan: .. title:: NET_PPP_RX_STACK_SIZE .. option:: CONFIG_NET_PPP_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 PPP RX workqueue. Direct dependencies =================== \ :option:`NET_PPP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 768 Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver .. parsed-literal:: config NET_PPP_RX_STACK_SIZE int "Size of the stack allocated for receiving data from modem" default 768 depends on \ :option:`NET_PPP ` 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.)*