zephyr/drivers/ethernet/Kconfig.e1000
Jukka Rissanen 421505c7e3 net: qemu: Allow SLIP or normal ethernet connectivity
Introduce new Kconfig option for selecting either slip or ethernet
connectivity to host.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-11-10 09:13:45 -05:00

24 lines
550 B
Plaintext

# 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
prompt "Intel(R) PRO/1000 Gigabit Ethernet driver"
depends on NET_L2_ETHERNET && 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.