CONFIG_NET_PPP_UART_BUF_LEN

Buffer length when reading from UART

Type: int

Help

This options sets the size of the UART buffer where data
is being read to.

Direct dependencies

NET_PPP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • 8

Kconfig definition

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

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_UART_BUF_LEN
    int "Buffer length when reading from UART"
    default 8
    depends on NET_PPP && NET_DRIVERS
    help
      This options sets the size of the UART buffer where data
      is being read to.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)