diff --git a/components/VM_Arm/CMakeLists.txt b/components/VM_Arm/CMakeLists.txt index 7d6ab734..e5ec6e38 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 OR KernelPlatformZynqmp;VmPCISupport" + "VmPCISupport" DEFAULT OFF ) @@ -52,7 +52,7 @@ config_option( VM_VIRTIO_NET_VIRTQUEUE "Enable virtio net virtqueue forwarding module" DEPENDS - "KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt OR KernelPlatformZynqmp;VmPCISupport" + "VmPCISupport" DEFAULT OFF ) @@ -62,7 +62,7 @@ config_option( VM_VIRTIO_CON "Enable virtio console module" DEPENDS - "KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformQEMUArmVirt;VmPCISupport" + "VmPCISupport" DEFAULT OFF )