The latest development version of this page may be more current than this released 2.7.5 version.

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

NET_PPP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • 768

Kconfig definition

At drivers/net/Kconfig:51

Included via Kconfig:8Kconfig.zephyr:42drivers/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.)