CONFIG_MULTIBOOT_INFO

Preserve multiboot information structure

Type: bool

Help

Multiboot passes a pointer to an information structure to the kernel entry point. Some drivers (e.g., the multiboot framebuffer display driver) need to refer to information in this structure, and so set this option to preserve the data in a permanent location.

Direct dependencies

MULTIBOOT && X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:128

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options → Generate multiboot header

config MULTIBOOT_INFO
    bool "Preserve multiboot information structure"
    depends on MULTIBOOT && X86
    help
      Multiboot passes a pointer to an information structure to the
      kernel entry point. Some drivers (e.g., the multiboot framebuffer
      display driver) need to refer to information in this structure,
      and so set this option to preserve the data in a permanent location.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)