mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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 <akihiko.odaki@daynix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
efb1fd7a73
commit
9472640633
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue