Add the option to choose a VMM when building for arm64. There are build
options that depend on the chosen VMM (i.e. PCI support), so the VMM
should be selected no matter what the chosen architecture is.
Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Marco Schlumpp <marco@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #900
if (PLAT_KVM)
-if (ARCH_X86_64)
-
config KVM_BOOT_PROTO_MULTIBOOT
bool
config KVM_VMM_FIRECRACKER
bool "Firecracker"
select KVM_BOOT_PROTO_LXBOOT
+ depends on ARCH_X86_64
endchoice
-endif
menu "Console Options"