The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ETH_NIC_MODEL

(No prompt – not directly user assignable.)

Type: string

Help

Tells what Qemu network model to use. This value is given as a parameter to -nic qemu command line option.

Help

Tells what Qemu network model to use. This value is given as a parameter to -nic qemu command line option.

Help

Tells what Qemu network model to use. This value is given as a parameter to -nic qemu command line option.

Direct dependencies

(ETH_E1000 && NET_L2_ETHERNET) || (ETH_SMSC911X && NET_L2_ETHERNET) || (ETH_STELLARIS && NET_L2_ETHERNET)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At drivers/ethernet/Kconfig.e1000:16

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:30

Menu path: (top menu) → Device Drivers → Ethernet Drivers → Intel(R) PRO/1000 Gigabit Ethernet driver

config ETH_NIC_MODEL
    string
    default "e1000" if ETH_E1000 && NET_L2_ETHERNET
    depends on ETH_E1000 && NET_L2_ETHERNET
    help
      Tells what Qemu network model to use. This value is given as
      a parameter to -nic qemu command line option.

At drivers/ethernet/Kconfig.smsc911x:13

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:33

Menu path: (top menu) → Device Drivers → Ethernet Drivers → SMSC911x/9220 Ethernet driver

config ETH_NIC_MODEL
    string
    default "lan9118" if ETH_SMSC911X && NET_L2_ETHERNET
    depends on ETH_SMSC911X && NET_L2_ETHERNET
    help
      Tells what Qemu network model to use. This value is given as
      a parameter to -nic qemu command line option.

At drivers/ethernet/Kconfig.stellaris:15

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:35

Menu path: (top menu) → Device Drivers → Ethernet Drivers → Enable TI Stellaris MCU family ethernet driver.

config ETH_NIC_MODEL
    string
    default "stellaris" if ETH_STELLARIS && NET_L2_ETHERNET
    depends on ETH_STELLARIS && NET_L2_ETHERNET
    help
      Tells what Qemu network model to use. This value is given as
      a parameter to -nic qemu command line option.

(Definitions include propagated dependencies, including from if’s and menus.)