From: Akihiko Odaki Date: Tue, 23 May 2023 02:43:37 +0000 (+0900) Subject: vmxnet3: Do not depend on PC X-Git-Tag: v8.1.0-rc0~105^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9472640633494af67a418e6258e9b2941db1f5c1;p=thirdparty%2Fqemu.git vmxnet3: Do not depend on PC vmxnet3 has no dependency on PC, and VMware Fusion actually makes it available on Apple Silicon according to: https://kb.vmware.com/s/article/90364 Signed-off-by: Akihiko Odaki Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Jason Wang --- diff --git a/hw/net/Kconfig b/hw/net/Kconfig index 18c7851efed..98e00be4f93 100644 --- a/hw/net/Kconfig +++ b/hw/net/Kconfig @@ -56,7 +56,7 @@ config RTL8139_PCI config VMXNET3_PCI bool - default y if PCI_DEVICES && PC_PCI + default y if PCI_DEVICES depends on PCI config SMC91C111