Skip to content

Commit b51b5aa

Browse files
committed
vm_arm, trivial: allow zynqmp to use arping module
Signed-off-by: Chris Guikema <chris.guikema@dornerworks.com>
1 parent 77e8b30 commit b51b5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/VM_Arm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config_option(
4242
VM_VIRTIO_NET_ARPING
4343
"Enable virtio net arping module"
4444
DEPENDS
45-
"KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt;VmPCISupport"
45+
"KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt OR KernelPlatformZynqmp;VmPCISupport"
4646
DEFAULT
4747
OFF
4848
)

0 commit comments

Comments
 (0)