blob: e494b24ef050d033cb78fa681620583531250121 [file] [log] [blame]
#
# Copyright (c) 2018 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig ETH_SMSC911X
bool "SMSC911x/9220 Ethernet driver"
depends on NET_L2_ETHERNET
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.