-
CONFIG_SOS_RAM_SIZE
¶
Size of the Service OS (SOS) RAM
Type: hex
Help¶
A 64-bit integer indicating the size of the Service OS RAM (MMIO not included).
Defaults¶
- 0x400000000
Kconfig definition¶
At arch/x86/Kconfig:237
Included via Kconfig:3
Menu path: (top menu)
config SOS_RAM_SIZE
hex
prompt "Size of the Service OS (SOS) RAM"
default 0x400000000
help
A 64-bit integer indicating the size of the Service OS RAM (MMIO not
included).
(Definitions include propagated dependencies, including from if’s and menus.)