CONFIG_ETH_E1000_VERBOSE_DEBUG
Enable hexdump of the received and sent frames
Type: bool
Help
Enabling this will turn on the hexdump of the received and sent
frames. Do not leave on for production.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/ethernet/Kconfig.e1000:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:50
Menu path: (Top) → Device Drivers → Ethernet Drivers → Intel(R) PRO/1000 Gigabit Ethernet driver
config ETH_E1000_VERBOSE_DEBUG
bool "Enable hexdump of the received and sent frames"
depends on ETH_E1000 && NET_L2_ETHERNET
help
Enabling this will turn on the hexdump of the received and sent
frames. Do not leave on for production.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)