CONFIG_PLATFORM_RAM_SIZE

Size of the physical platform RAM

Type: hex

Help

A 64-bit integer indicating the size of the physical platform RAM (MMIO not included).

Defaults

  • 0x400000000

Kconfig definition

At arch/x86/Kconfig:228

Included via Kconfig:3

Menu path: (top menu)

config PLATFORM_RAM_SIZE
    hex
    prompt "Size of the physical platform RAM"
    range 0x100000000 0x4000000000
    default 0x400000000
    help
      A 64-bit integer indicating the size of the physical platform RAM
      (MMIO not included).

(Definitions include propagated dependencies, including from if’s and menus.)