-
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:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:577
Menu path: (top menu) → Networking → IP stack → Network statistics
config NET_STATISTICS_ETHERNET_VENDOR bool prompt "Vendor specific Ethernet statistics" ifNET_STATISTICS_ETHERNET
&&NET_STATISTICS
&&NETWORKING
depends onNET_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.)