:orphan: .. title:: MULTIBOOT_MEMMAP .. option:: CONFIG_MULTIBOOT_MEMMAP *Use multiboot memory map if provided* Type: ``bool`` Help ==== Use the multiboot memory map if the loader provides one. Direct dependencies =================== \ :option:`MULTIBOOT ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MULTIBOOT_INFO ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options → Generate multiboot header .. parsed-literal:: config MULTIBOOT_MEMMAP bool "Use multiboot memory map if provided" select \ :option:`MULTIBOOT_INFO ` depends on \ :option:`MULTIBOOT ` && \ :option:`X86 ` help Use the multiboot memory map if the loader provides one. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*