1# Copyright (c) 2018 Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4menuconfig ETH_SMSC911X
5	bool "SMSC911x/9220 Ethernet driver"
6	default y
7	depends on DT_HAS_SMSC_LAN9220_ENABLED
8	help
9	  Enable driver for SMSC/LAN911x/9220 family of chips.
10
11config ETH_NIC_MODEL
12	string
13	default "lan9118"
14	depends on ETH_SMSC911X
15	help
16	  Tells what Qemu network model to use. This value is given as
17	  a parameter to -nic qemu command line option.
18