From e03ab9c81b6dd1149d7903e613ac16f4bc88b151 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 24 Oct 2023 13:36:59 +0200 Subject: [PATCH] board/common: add help text for Qemu interface model Signed-off-by: Joachim Wiberg --- board/common/qemu/Config.in.in | 4 ++++ 1 file changed, 4 insertions(+) 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"