:orphan: .. title:: SLIP_STATISTICS .. option:: CONFIG_SLIP_STATISTICS *SLIP network connection statistics* Type: ``bool`` Help ==== .. code-block:: none This option enables statistics support for SLIP driver. Direct dependencies =================== \ :option:`SLIP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/Kconfig:113`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:22`` Menu path: (Top) → Device Drivers → SLIP driver .. code-block:: kconfig 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.)*