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

CONFIG_SLIP_STATISTICS

SLIP network connection statistics

Type: bool

Help

This option enables statistics support for SLIP driver.

Direct dependencies

SLIP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/net/Kconfig:117

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:24

Menu path: (Top) → Device Drivers → Network Drivers → SLIP driver

config SLIP_STATISTICS
    bool "SLIP network connection statistics"
    depends on SLIP && NET_DRIVERS
    help
      This option enables statistics support for SLIP driver.

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