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

Vendor specific Ethernet statistics

Type: bool

Help

Allows Ethernet drivers to provide statistics information from vendor specific hardware registers in a form of key-value pairs. Deciphering the information may require vendor documentation.

Direct dependencies

NET_STATISTICS_ETHERNET && NET_STATISTICS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/ip/Kconfig.stats:101

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:577

Menu path: (top menu) → Networking → IP stack → Network statistics

config NET_STATISTICS_ETHERNET_VENDOR
    bool
    prompt "Vendor specific Ethernet statistics" if NET_STATISTICS_ETHERNET && NET_STATISTICS && NETWORKING
    depends on NET_STATISTICS_ETHERNET && NET_STATISTICS && NETWORKING
    help
      Allows Ethernet drivers to provide statistics information
      from vendor specific hardware registers in a form of
      key-value pairs. Deciphering the information may require
      vendor documentation.

(Definitions include propagated dependencies, including from if’s and menus.)