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

(Includes any dependencies from ifs and menus.)

Default

  • 768

Kconfig definition

At <Zephyr>/drivers/net/Kconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:22

Menu path: (Top) → Device 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
    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.)