:orphan: .. title:: X86_MEMMAP_ENTRIES .. option:: CONFIG_X86_MEMMAP_ENTRIES *Number of memory map entries* Type: ``int`` Help ==== Maximum number of memory regions to hold in the memory map. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if !\ :option:`MULTIBOOT_MEMMAP ` - 64 if \ :option:`MULTIBOOT_MEMMAP ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:113`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config X86_MEMMAP_ENTRIES int "Number of memory map entries" range 1 256 default 1 if !\ :option:`MULTIBOOT_MEMMAP ` default 64 if \ :option:`MULTIBOOT_MEMMAP ` depends on \ :option:`X86 ` help Maximum number of memory regions to hold in the memory map. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*