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.

Direct dependencies

RELOC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/x86/Kconfig:40

Included via Kconfig:3

Menu path: (top menu)

config MULTIBOOT2
    bool
    prompt "Multiboot2 support" if RELOC
    default "n" if RELOC
    depends on RELOC
    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.)