Fix the default selection of the VMM in Config.uk. Kconfig requires
that the default is defined as an attribute of the `choice` option
rather than the contained item.
Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #1053
choice
prompt "Boot protocol"
+ default KVM_BOOT_PROTO_LXBOOT
config KVM_BOOT_PROTO_MULTIBOOT
bool "Multiboot"
config KVM_BOOT_PROTO_LXBOOT
bool "Lxboot"
- default y
depends on KVM_VMM_FIRECRACKER || (KVM_VMM_QEMU && ARCH_ARM_64)
help
Linux 64-bit Boot Protocol