2019-11-01 20:45:29 +08:00
|
|
|
# Intel(R) PRO/1000 Gigabit Ethernet driver configuration options
|
2018-07-31 17:44:34 +08:00
|
|
|
|
2019-12-22 19:33:44 +08:00
|
|
|
# Copyright (c) 2018-2019 Intel Corporation
|
2018-07-31 17:44:34 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig ETH_E1000
|
2019-02-27 04:12:10 +08:00
|
|
|
bool "Intel(R) PRO/1000 Gigabit Ethernet driver"
|
2019-04-19 06:47:36 +08:00
|
|
|
depends on PCIE
|
2018-07-31 17:44:34 +08:00
|
|
|
help
|
|
|
|
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
|
2018-10-16 19:27:21 +08:00
|
|
|
|
|
|
|
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.
|
2019-12-22 19:33:44 +08:00
|
|
|
|
|
|
|
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.
|