Skip to content

Commit

Permalink
plat/kvm: Enable Firecracker on arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Michalis Pappas <michalis@unikraft.io>
  • Loading branch information
michpappas committed Aug 11, 2023
1 parent 64a9ae4 commit a236474
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plat/kvm/Config.uk
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ config KVM_BOOT_PROTO_MULTIBOOT
config KVM_BOOT_PROTO_LXBOOT
bool "Lxboot"
default y
depends on (!KVM_VMM_QEMU && KVM_VMM_FIRECRACKER && ARCH_X86_64) || \
(KVM_VMM_QEMU && ARCH_ARM_64)
depends on KVM_VMM_FIRECRACKER || (KVM_VMM_QEMU && ARCH_ARM_64)
help
Linux 64-bit Boot Protocol

Expand Down Expand Up @@ -92,7 +91,7 @@ config KVM_VMM_QEMU
config KVM_VMM_FIRECRACKER
bool "Firecracker"
select KVM_BOOT_PROTO_LXBOOT
depends on ARCH_X86_64
depends on ARCH_X86_64 || ARCH_ARM_64

endchoice

Expand Down

0 comments on commit a236474

Please sign in to comment.