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
(Includes any dependencies from ifs and menus.)
Default
768
Kconfig definition
At <Zephyr>/drivers/net/Kconfig:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:24
Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver
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.)