2018-07-31 17:44:34 +08:00
|
|
|
# Kconfig - Intel(R) PRO/1000 Gigabit Ethernet driver configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
|
|
# Hidden option
|
|
|
|
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.
|