blob: 5e89d3ea77ee8873c31fba020fe522229a454b76 [file] [log] [blame]
# Kconfig - Intel(R) PRO/1000 Gigabit Ethernet driver configuration options
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig ETH_E1000
bool "Intel(R) PRO/1000 Gigabit Ethernet driver"
depends on PCI_ENUMERATION
help
Enable Intel(R) PRO/1000 Gigabit Ethernet driver.
# 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.