diff --git a/board/common/qemu/Config.in.in b/board/common/qemu/Config.in.in index 5a506e0e..dc3cfab7 100644 --- a/board/common/qemu/Config.in.in +++ b/board/common/qemu/Config.in.in @@ -137,6 +137,10 @@ endchoice config QEMU_NET_MODEL string "Interface model" default "virtio-net-pci" + help + The default, virtio-net-pci, NIC works for most use-cases, but + if you want to play with low-level stuff like ethtool, you + might want to test the Intel 82545EM driver, e1000. config QEMU_NET_BRIDGE_DEV string "Bridge device"