zephyr/drivers/ethernet/Kconfig.e1000
Oleg Zhurakivskyy fdd29717f5 drivers: eth: e1000: Add a hexdump of the received/sent data
In case ETH_E1000_VERBOSE_DEBUG is enabled, hexdump
the received/sent data.

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-01-02 16:58:27 -05:00

25 lines
688 B
Plaintext

# Intel(R) PRO/1000 Gigabit Ethernet driver configuration options
# Copyright (c) 2018-2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig ETH_E1000
bool "Intel(R) PRO/1000 Gigabit Ethernet driver"
depends on PCIE
help
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
config ETH_NIC_MODEL
string
default "e1000"
depends on ETH_E1000
help
Tells what Qemu network model to use. This value is given as
a parameter to -nic qemu command line option.
config ETH_E1000_VERBOSE_DEBUG
bool "Enable hexdump of the received and sent frames"
help
Enabling this will turn on the hexdump of the received and sent
frames. Do not leave on for production.