-
CONFIG_MULTIBOOT2
¶
Multiboot2 support
Type: bool
Help¶
Support boot ACRN from multiboot2 protocol. Multiboot2 support is needed for some EFI platforms to get correct ACPI RSDP, it also could provide host efi information for hypervisor.
Defaults¶
- “y”
Kconfig definition¶
At arch/x86/Kconfig:20
Included via Kconfig:3
Menu path: (top menu)
config MULTIBOOT2
bool
prompt "Multiboot2 support"
default "y"
help
Support boot ACRN from multiboot2 protocol. Multiboot2 support is needed for
some EFI platforms to get correct ACPI RSDP, it also could provide host efi
information for hypervisor.
(Definitions include propagated dependencies, including from if’s and menus.)