-
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:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:50
Menu path: (Top) → Device Drivers → Ethernet Drivers
config ETH_E1000_VERBOSE_DEBUG
bool "Enable hexdump of the received and sent frames"
depends on 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.)