-
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¶
- “e1000” if
ETH_E1000
&&NET_L2_ETHERNET
- “lan9118” if
ETH_SMSC911X
&&NET_L2_ETHERNET
- “stellaris” if
ETH_STELLARIS
&&NET_L2_ETHERNET
Kconfig definitions¶
At drivers/ethernet/Kconfig.e1000:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/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" ifETH_E1000
&&NET_L2_ETHERNET
depends onETH_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:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:33
Menu path: (top menu) → Device Drivers → Ethernet Drivers → SMSC911x/9220 Ethernet driver
config ETH_NIC_MODEL string default "lan9118" ifETH_SMSC911X
&&NET_L2_ETHERNET
depends onETH_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:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/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" ifETH_STELLARIS
&&NET_L2_ETHERNET
depends onETH_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.)