CONFIG_NET_PPP_ASYNC_UART_TX_BUF_LEN

Buffer length from where the write to async UART is done

Type: int

Help

This options sets the size of the UART TX buffer where data
is being written from to UART.

Direct dependencies

NET_PPP_ASYNC_UART && NET_PPP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

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

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_ASYNC_UART_TX_BUF_LEN
    int "Buffer length from where the write to async UART is done"
    default 2048
    depends on NET_PPP_ASYNC_UART && NET_PPP && NET_DRIVERS
    help
      This options sets the size of the UART TX buffer where data
      is being written from to UART.

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