Skip to content

Commit

Permalink
CMake: just depend on VmPCISupport
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Jan 28, 2024
1 parent a5565bb commit 71f3522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/VM_Arm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config_option(
VM_VIRTIO_NET_ARPING
"Enable virtio net arping module"
DEPENDS
"KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformTx2 OR KernelPlatformQEMUArmVirt;VmPCISupport"
"VmPCISupport"
DEFAULT
OFF
)
Expand All @@ -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
)
Expand All @@ -62,7 +62,7 @@ config_option(
VM_VIRTIO_CON
"Enable virtio console module"
DEPENDS
"KernelPlatformExynos5410 OR KernelPlatformExynos5422 OR KernelPlatformQEMUArmVirt;VmPCISupport"
"VmPCISupport"
DEFAULT
OFF
)
Expand Down

0 comments on commit 71f3522

Please sign in to comment.