:orphan: .. title:: CONFIG_ETH_E1000_VERBOSE_DEBUG .. kconfig:: CONFIG_ETH_E1000_VERBOSE_DEBUG CONFIG_ETH_E1000_VERBOSE_DEBUG ############################## *Enable hexdump of the received and sent frames* Type: ``bool`` Help ==== .. code-block:: none Enabling this will turn on the hexdump of the received and sent frames. Do not leave on for production. Direct dependencies =================== \ :kconfig:`ETH_E1000 ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.e1000:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:50`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Intel(R) PRO/1000 Gigabit Ethernet driver .. code-block:: kconfig 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.)*