:orphan: .. title:: ETH_E1000_VERBOSE_DEBUG .. option:: 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. Direct dependencies =================== \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.e1000:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:50`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: config ETH_E1000_VERBOSE_DEBUG bool "Enable hexdump of the received and sent frames" depends on \ :option:`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.)*