This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
c06327c9db
qemu-e2k
/
hw
/
rdma
/
Kconfig
4 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: add dependencies on CONFIG_MSI_NONBROKEN For devices that require msi_init/msix_init to succeed, add a dependency on CONFIG_MSI_NONBROKEN. This will prevent those devices from appearing in a binary that cannot instantiate them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-14 14:09:09 +01:00
config VMW_PVRDMA
default y if PCI_DEVICES
hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI The "pvrdma" device is only usable in conjunction with the "vmxnet3" NIC - see the check for TYPE_VMXNET3 in pvrdma_realize(). By adding this dependency, the amount of total files that have to be compiled for a configuration with all targets decreases by 64 files (!), since the rdma code is marked as target specific and thus got recompiled for all targets that enable PCI so far. Message-Id: <20230419111337.651673-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
2023-04-19 13:13:37 +02:00
depends on PVRDMA && MSI_NONBROKEN && VMXNET3_PCI
Reference in New Issue
Copy Permalink