-
CONFIG_SLIP_STATISTICS
¶
SLIP network connection statistics
Type: bool
Help¶
This option enables statistics support for SLIP driver.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/net/Kconfig:113
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:22
Menu path: (Top) → Device Drivers → SLIP driver
config SLIP_STATISTICS
bool "SLIP network connection statistics"
depends on SLIP
help
This option enables statistics support for SLIP driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)