From 202393424063cc143a23b6f954b929e31de7ef43 Mon Sep 17 00:00:00 2001 From: Chris Guikema Date: Thu, 25 Jan 2024 18:21:02 -0500 Subject: [PATCH] vm_arm, trivial: allow zynqmp to use arping module Signed-off-by: Chris Guikema --- components/VM_Arm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/VM_Arm/CMakeLists.txt b/components/VM_Arm/CMakeLists.txt index c81e4565..37dc8cee 100644 --- a/components/VM_Arm/CMakeLists.txt +++ b/components/VM_Arm/CMakeLists.txt @@ -42,7 +42,7 @@ config_option( VM_VIRTIO_NET_ARPING "Enable virtio net arping module" DEPENDS - "KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt;VmPCISupport" + "KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt OR KernelPlatformZynqmp;VmPCISupport" DEFAULT OFF )