We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ed4fe commit a2bc627Copy full SHA for a2bc627
components/VM_Arm/CMakeLists.txt
@@ -42,7 +42,7 @@ config_option(
42
VM_VIRTIO_NET_ARPING
43
"Enable virtio net arping module"
44
DEPENDS
45
- "KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt;VmPCISupport"
+ "KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt OR KernelPlatformZynqmp;VmPCISupport"
46
DEFAULT
47
OFF
48
)
0 commit comments