20 lines
414 B
Plaintext
20 lines
414 B
Plaintext
|
#
|
||
|
# Copyright (c) 2018 Linaro Limited
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
menuconfig ETH_SMSC911X
|
||
|
bool "SMSC911x/9220 Ethernet driver"
|
||
|
help
|
||
|
Enable driver for SMSC/LAN911x/9220 family of chips.
|
||
|
|
||
|
# Hidden option
|
||
|
config ETH_NIC_MODEL
|
||
|
string
|
||
|
default "lan9118"
|
||
|
depends on ETH_SMSC911X
|
||
|
help
|
||
|
Tells what Qemu network model to use. This value is given as
|
||
|
a parameter to -nic qemu command line option.
|