aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index ff26a15449..7c8371eff1 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -35,6 +35,10 @@ config ARCH_ROMSTAGE_X86_32
bool
default n
+config ARCH_POSTCAR_X86_32
+ bool
+ default ARCH_ROMSTAGE_X86_32 && POSTCAR_STAGE
+
config ARCH_RAMSTAGE_X86_32
bool
default n
@@ -55,6 +59,10 @@ config ARCH_ROMSTAGE_X86_64
bool
default n
+config ARCH_POSTCAR_X86_64
+ bool
+ default ARCH_ROMSTAGE_X86_64 && POSTCAR_STAGE
+
config ARCH_RAMSTAGE_X86_64
bool
default n