summaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 4737e3cca1..2db526e34c 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -439,4 +439,11 @@ config DEFAULT_EBDA_SIZE
default 0x400
help
The default value of EBDA size is 0x400.
+
+config SHADOW_ROM_TABLE_TO_EBDA
+ bool
+ default n
+ help
+ For platforms without writable PAM-F segment support. Put ROM table
+ pointers (e.g. ACPI/SMBIOS low pointers) into EBDA.
endif