-
CONFIG_NET_STATISTICS_ETHERNET
¶
Ethernet statistics
Type: bool
Help¶
Keep track of Ethernet related statistics. Note that this requires support from the ethernet driver. The driver needs to collect the statistics.
Direct dependencies¶
NET_L2_ETHERNET
&& NET_STATISTICS
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_L2_ETHERNET
&&NET_STATISTICS
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.stats:93
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:473
Menu path: (top menu) → Networking → IP stack → Network statistics
config NET_STATISTICS_ETHERNET bool prompt "Ethernet statistics" ifNET_L2_ETHERNET
&&NET_STATISTICS
&&NETWORKING
default "y" ifNET_L2_ETHERNET
&&NET_STATISTICS
&&NETWORKING
depends onNET_L2_ETHERNET
&&NET_STATISTICS
&&NETWORKING
help Keep track of Ethernet related statistics. Note that this requires support from the ethernet driver. The driver needs to collect the statistics.
(Definitions include propagated dependencies, including from if’s and menus.)